org.lsst.ccs.subsystems.fcs
Class Filter
java.lang.Object
org.lsst.ccs.subsystems.fcs.Filter
public class Filter
- extends java.lang.Object
This is a model for an optical filter for the camera.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Filter
public Filter()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
isOnCarousel
public boolean isOnCarousel()
- Returns:
- true if the filter is held by the carousel.
isOnAutoChanger
public boolean isOnAutoChanger()
- Returns:
- true if the filter is held by the autochanger.
isOut
public boolean isOut()
- Returns:
- true if the filter is out the camera.
isUnknown
public boolean isUnknown()
- Returns:
- true if the location of the filter is unknown.
getFilterLocation
public FilterLocation getFilterLocation()
setFilterLocation
public void setFilterLocation(FilterLocation filterLocation)
getFilterID
public java.lang.Integer getFilterID()
setFilterID
public void setFilterID(java.lang.Integer filterID)
getWeight
public double getWeight()
setWeight
public void setWeight(double weight)
Copyright © 2011 LSST. All Rights Reserved.