| 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 |
Carousel.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 |
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 |
|---|---|
String |
Carousel.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 |
Carousel.isAtStandby(Filter filter)
Return true if the filter given as argument is at STANDBY position.
|
void |
FcsMain.loadFilter(Filter aFilter)
Load a filter from the loader to the camera.
|
void |
CarouselSocket.putFilterOnSocket(Filter filter)
This is only a software operation.
|
void |
FcsMain.unloadFilter(Filter aFilter)
Unload a filter from the camera to the loader.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
SftMain.getDummyFilter() |
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 © 2017 LSST. All rights reserved.