| 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 |
CarouselSocket.getFilter() |
Filter |
CarouselModule.getFilterAtStandby()
This methods return the filter which is in the socketAtStandby at standby
filterPosition.
|
Filter |
FilterManager.getFilterByID(int id)
Return Return filter which id is given as argument.
|
Filter |
FcsMainModule.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 |
|---|---|
String |
CarouselModule.grabFilterAtStandby(Filter filter)
This method has to be executed when a filter has just been moved on the
carousel at standby filterPosition by the autochanger.
|
boolean |
CarouselModule.isAtStandby(Filter filter)
Return true if the filter given as argument is at STANDBY position.
|
void |
FcsMainModule.loadFilter(Filter aFilter)
Load a filter from the loader to the camera.
|
void |
CarouselSocket.putFilterOnSocket(Filter filter)
This is only a software operation.
|
void |
FcsMainModule.unloadFilter(Filter aFilter)
Unload a filter from the camera to the loader.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
SftMainModule.getDummyFilter() |
Filter |
BasicAutoChangerModule.getFilterOnTrucks() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicAutoChangerModule.grabFilterAtHandoff(Filter aFilter) |
String |
BasicAutoChangerModule.grabFilterAtStandby(Filter filter)
Go to STANDBY to grab filter and stay at STANDBY.
|
String |
SftAutoChangerModule.moveFilterToStandback(Filter aFilter)
Move a filter to STANDBACK position.
|
abstract String |
BasicAutoChangerModule.moveFilterToStandback(Filter aFilter) |
String |
SftAutoChangerModule.moveFilterToStandby(Filter aFilter)
Move filter at STANDBY position.
|
abstract String |
BasicAutoChangerModule.moveFilterToStandby(Filter aFilter) |
void |
BasicAutoChangerModule.setFilterOnTrucks(Filter filterOnTrucks) |
void |
BasicAutoChangerModule.ungrabFilterAtHandoff(Filter aFilter) |
| Constructor and Description |
|---|
SftMainModule(BridgeToHardware bridge,
Filter dummyFilter)
Build a SftMainModule with a bridge and a filter.
|
Copyright © 2016 LSST. All rights reserved.