org.lsst.ccs.subsystems.fcs
Class Filter
java.lang.Object
org.lsst.ccs.subsystems.fcs.Filter
public class Filter
- extends 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 String getName()
setName
public void setName(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 Integer getFilterID()
setFilterID
public void setFilterID(Integer filterID)
getWeight
public double getWeight()
setWeight
public void setWeight(double weight)
Copyright © 2013 LSST. All Rights Reserved.