| Package | Description |
|---|---|
| org.lsst.ccs.subsystems.fcs |
This package is for the control software of the LSST camera Filter Exchanger
Subsystem.
|
| Modifier and Type | Field and Description |
|---|---|
protected TreeMap<String,Filter> |
FilterManager.filtersMapByName
A map to store the filters that FCS manages.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
FilterManager.getFilterByID(int id)
Return Return filter which id is given as argument.
|
Filter |
FilterManager.getFilterByName(String filterName)
Return a filter which name is given as argument.
|
Filter |
FcsMain.getFilterByName(String filterName)
This methods returns the filter which has for name the String given as
argument.
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<Integer,Filter> |
FilterManager.getFiltersMapByID() |
SortedMap<String,Filter> |
FilterManager.getFiltersMapByName()
A getter for the Filters Map sorted by filter name.
|
Copyright © 2019 LSST. All rights reserved.