| Package | Description |
|---|---|
| org.lsst.ccs.subsystems.fcs |
This package is for the control software of the LSST camera Filter Exchanger
Subsystem.
|
| org.lsst.ccs.subsystems.fcs.singlefiltertest |
This package is for the Single Filter Test control software.
|
| 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 |
FcsMain.getFilterByName(String filterName)
This methods returns the filter which has for name the String given as
argument.
|
Filter |
FilterManager.getFilterByName(String filterName)
Return a filter which name is 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.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
BasicAutoChanger.getFilterOnTrucks() |
| Modifier and Type | Method and Description |
|---|---|
String |
BasicAutoChanger.grabFilterAtStandby(Filter filter)
Go to STANDBY to grab filter and stay at STANDBY.
|
String |
SftAutoChanger.moveFilterToStandback(Filter aFilter)
Move a filter to STANDBACK position.
|
abstract String |
BasicAutoChanger.moveFilterToStandback(Filter aFilter) |
String |
SftAutoChanger.moveFilterToStandby(Filter aFilter)
Move filter at STANDBY position.
|
abstract String |
BasicAutoChanger.moveFilterToStandby(Filter aFilter) |
void |
BasicAutoChanger.setFilterOnTrucks(Filter filterOnTrucks) |
Copyright © 2019 LSST. All rights reserved.