Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

acceleration(double) - Method in class org.lsst.ccs.subsystems.shutter.sim.CubicSCurve
 
acceleration(double) - Method in interface org.lsst.ccs.subsystems.shutter.sim.MotionProfile
Gives the acceleration of the blade set at time t.
addCloseShutterActionListener(ActionListener) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterControlPanel
 
addData(List<BladePosition>, long) - Method in class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
Adds a new set of positions and causes the plot pane to be redrawn.
addData(List<HallTransition>, long) - Method in class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
Adds new Hall transitions and causes the plot pane to be repainted.
addData(Stream<MotorPosition>) - Method in class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
Adds new data and causes the plot pane to be repainted.
addMoveToActionListener(ActionListener) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterControlPanel
 
addOpenShutterActionListener(ActionListener) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterControlPanel
 
addPlotDataListener(PlotDataListener) - Method in class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
 
addPlotDataListener(PlotDataListener) - Method in class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
 
addPlotDataListener(PlotDataListener) - Method in class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
 
addTakeExposureActionListener(ActionListener) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterControlPanel
 
applicationVisible() - Method in class org.lsst.ccs.subsystems.shutter.gui.jas.ShutterJasPlugin
 
apply(MotorPosition) - Method in class org.lsst.ccs.subsystems.shutter.sim.MotorEncoderSimulator
 

B

BladePosition - Class in org.lsst.ccs.subsystems.shutter.common
Immutable class containing the data for a single blade position sample.
BladePosition(long, double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.common.BladePosition
Constructs given all three values.
BladePosition(double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.common.BladePosition
Constructs given the position values.
BladePositionResult - Class in org.lsst.ccs.subsystems.shutter.status
Sent by the shutter worker as the result of the getBladePositions() action command.
BladePositionResult(double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.status.BladePositionResult
Constructs an instance from the two blade set positions.
BladeSet - Interface in org.lsst.ccs.subsystems.shutter.common
The interface to software controlling a single blade set, real or simulated.
BladeSetCalibration - Class in org.lsst.ccs.subsystems.shutter.common
Class to hold blade calibration data.
BladeSetCalibration(int, List<BladeSetCalibration.Item>) - Constructor for class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration
Constructs from a status value and a list of Items.
BladeSetCalibration.Item - Class in org.lsst.ccs.subsystems.shutter.common
Inner class to hold a single blade calibration data item, corresponding to a change of state, or transition, of a Hall sensor.
BladeSetConfiguration - Class in org.lsst.ccs.subsystems.shutter.common
Contains low-level hardware information and a set of calibration data for one blade set.
BladeSetConfiguration(int) - Constructor for class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Constructs a configuration for a given blade set.
BladeSetDrvr - Class in org.lsst.ccs.subsystems.shutter.parker
Routines to perform shutter blade operations.
BladeSetDrvr(int) - Constructor for class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Finds the default configuration for the blade set and creates the hardware drivers.
BladeSetDrvr.Hall - Class in org.lsst.ccs.subsystems.shutter.parker
Inner class to hold a set of raw Hall sensor data
BladeSetDrvr.HallItem - Class in org.lsst.ccs.subsystems.shutter.parker
Inner class to hold an item of raw Hall sensor data
BladeSetDrvr.SampData - Class in org.lsst.ccs.subsystems.shutter.parker
Inner class to hold a set of Sample instances along with some general info about the move.
BladeSetDrvr.Sample - Class in org.lsst.ccs.subsystems.shutter.parker
Inner class to hold an item of sampled data from the motor controller.
BladeSetSimulator - Class in org.lsst.ccs.subsystems.shutter.sim
Describes one simulated blade set.
BladeSetSimulator(int) - Constructor for class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
Sets the index and initial relative position of the blade set.

C

calibNew(double, double) - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Calibrates the Hall switch positions using continuous slow motion.
calibrate(double, double, double) - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Calibrates the Hall switch positions using a series of small movements.
calibrate() - Method in class org.lsst.ccs.subsystems.shutter.ShutterModule
Does nothing at present.
closeShutter() - Method in class org.lsst.ccs.subsystems.shutter.ShutterModule
Closes the shutter.
CloseShutterStatus - Class in org.lsst.ccs.subsystems.shutter.status
Published by the shutter worker in acknowledgment of a close command.
CloseShutterStatus(int, double) - Constructor for class org.lsst.ccs.subsystems.shutter.status.CloseShutterStatus
Construct.
count - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.Hall
The number of Hall transitions that took place during the move.
CubicSCurve - Class in org.lsst.ccs.subsystems.shutter.sim
Defines a piecewise cubic S-curve motion profile.
CubicSCurve(double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.sim.CubicSCurve
Sets the scale factors for distance moved and total elapsed time.

D

data - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.Hall
All the HallItems collected so far.
disableDrive() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Turns off the motor drive current if the "drive always on" flag is false.
dispatch(int, int, Object[]) - Method in class org.lsst.ccs.subsystems.shutter.parker.TestBladeSet
Dispatches local command for processing
distance(double) - Method in class org.lsst.ccs.subsystems.shutter.sim.CubicSCurve
 
distance(double) - Method in interface org.lsst.ccs.subsystems.shutter.sim.MotionProfile
Gives the distance traveled by the blade set at time t.

E

enableDrive() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Turns on the motor drive current if the "drive always on" flag is false.
EncoderReadOut - Class in org.lsst.ccs.subsystems.shutter.gui
Contains blade positions gotten from a motor encoder on the actual shutter.
EncoderReadOut() - Constructor for class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
 
EncoderReadOut() - Method in class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
 
endPosn - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.SampData
The absolute position in mm at the end of the move.
endTime - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.SampData
The move end time, a system time stamp in microseconds.

F

fVals - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.Sample
The array of sampled float parameter values.

G

getAcceleration() - Method in class org.lsst.ccs.subsystems.shutter.sim.MotorPosition
Gets the acceleration in units of 1/sec/sec.
getAcces() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Gets the AccesDio object being used.
getAdAddr() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the ISA base address of the Helios ADC unit.
getAdLevel() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the IRQ level of the Helios ADC unit.
getAdTempChn() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the number of the Helios ADC channel connected to the motor temperature output.
getAmbientTemperature() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Gets the ambient temperature around the HCU.
getBladeMovementTime() - Method in class org.lsst.ccs.subsystems.shutter.ShutterModule
The default value for the number of seconds each blade set should take to move when taking an exposure.
getBladeMovementTime() - Method in class org.lsst.ccs.subsystems.shutter.status.ShutterConfigStatus
Gets the blade movement time.
getBladeSet(int) - Method in class org.lsst.ccs.subsystems.shutter.ShutterModule
Gets one of the two BladeSet objects.
getBladeSetApproachMin() - Method in class org.lsst.ccs.subsystems.shutter.ShutterModule
Gets the current minimum approach distance for the blade sets (relative position).
getBladeSetApproachMin() - Method in class org.lsst.ccs.subsystems.shutter.status.ShutterConfigStatus
Gets the minimum approach distance for the blade sets.
getBladeSetConfiguration() - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
Gets the configuration of the BladeSet.
getBladeSetConfiguration() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
 
getBladeSetConfiguration() - Method in class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
Not yet supported.
getBladeSetEndTol() - Method in class org.lsst.ccs.subsystems.shutter.ShutterModule
Gets the tolerance used when comparing blade set position against 0 or 1.
getBladeSetEndTol() - Method in class org.lsst.ccs.subsystems.shutter.status.ShutterConfigStatus
Gets the blade set "end tolerance".
getBladeSetIndex() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets the index of the blade set that moved.
getBladeSetIndex() - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterControlPanel
 
getBladeSetPositions() - Method in class org.lsst.ccs.subsystems.shutter.ShutterModule
Gets the current relative position of both blade sets.
getCalibration() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the current Hall sensor calibration for the blade set.
getClosed() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the absolute position in mm of the blade set when it's considered fully extended.
getComm() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Gets the motor communications object being used.
getConfig() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Gets the configuration object being used.
getControlsComponent() - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterGUISubsystem
 
getCurrentPosition() - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
Gets the current position of the BladeSet.
getCurrentPosition() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
 
getCurrentPosition() - Method in class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
Gets the current relative position of the edge of the blade set.
getData() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration
Gets the list of transition items.
getDioAddr() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the base address in ISA space of the Acces I/O card.
getDioConf() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the value to place in the configuration register of the Acces I/O card.
getDioHPort() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the ISA space offset of the Acces I/O register serving inputs from the Hall sensors.
getDioILine() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the number of the Acces input line connected to the motor controller's "output 33".
getDioIPort() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the ISA space offset of the Acces I/O register serving inputs from the motor controller.
getDioLevel() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the IRQ level of the Acces I/O card.
getDioOLine() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the number of the Acces output line connected to the motor controller's "input 4".
getDioOPort() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the ISA space offset of the Acces I/O register serving outputs to the motor controller.
getDisplayComponent() - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterGUISubsystem
 
getDriveTemperature() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Gets the drive temperature.
getEndPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets the position at the end of the movement.
getEndTime() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets the end time of the movement in Epoch microseconds.
getExposureTime() - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterControlPanel
 
getExposureTime() - Method in class org.lsst.ccs.subsystems.shutter.status.TakeExposureStatus
Gets the exposure time in seconds.
getfirstBladeSetIndex() - Method in class org.lsst.ccs.subsystems.shutter.status.CloseShutterStatus
Gets the index, 0 or 1, of the first blade set to be moved in the close operation.
getfirstBladeSetIndex() - Method in class org.lsst.ccs.subsystems.shutter.status.OpenShutterStatus
Gets the index, 0 or 1, of the first blade set to be moved in the open operation.
getfirstBladeSetIndex() - Method in class org.lsst.ccs.subsystems.shutter.status.TakeExposureStatus
Gets the index, 0 or 1, of the first blade set to be moved for this command.
getHallTransitions() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets the time-ordered list of Hall Sensor transitions generated by this movement.
getHelios() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Gets the Helios object being used.
getHistory() - Method in class org.lsst.ccs.subsystems.shutter.status.MovementHistoryStatus
Get the embedded MovementHistory object.
getHome() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the absolute home position of the blade set in mm.
getIndex() - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
Gets the index of the blade set.
getIndex() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration.Item
Gets the index used to distinguish members of a set of consecutive transitions.
getIndex() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the index, 0 or 1, of the blade set described by this object.
getIndex() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
 
getIndex() - Method in class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
Gets the index.
getIndex() - Method in class org.lsst.ccs.subsystems.shutter.status.MovementHistoryStatus
Get the index, 0 or 1, of the blade set that was moved.
getIndex() - Method in class org.lsst.ccs.subsystems.shutter.status.MoveToPositionStatus
Gets the index, 0 or 1, of the blade set that will be moved.
getKey() - Method in enum org.lsst.ccs.subsystems.shutter.status.StatusKey
Retrieve the key value.
getMetaData() - Method in class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
 
getMetaData() - Method in class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
 
getMetaData() - Method in class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
 
getMoveTime() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the default duration in seconds of each blade set motion.
getMoveTime() - Method in class org.lsst.ccs.subsystems.shutter.status.CloseShutterStatus
Gets the duration in seconds of each blade set move.
getMoveTime() - Method in class org.lsst.ccs.subsystems.shutter.status.MoveToPositionStatus
Gets the time in seconds that the blade set motion will take.
getMoveTime() - Method in class org.lsst.ccs.subsystems.shutter.status.OpenShutterStatus
Gets the duration in seconds of each blade set move.
getMoveTime() - Method in class org.lsst.ccs.subsystems.shutter.status.TakeExposureStatus
Gets the duration in seconds of each blade set move.
getNDimensions() - Method in class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
 
getNDimensions() - Method in class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
 
getNDimensions() - Method in class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
 
getNode() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the IP address of the motor controller for the blade set.
getNPoints() - Method in class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
 
getNPoints() - Method in class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
 
getNPoints() - Method in class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
 
getNumSamp() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the number of motor position samples to be taken during each blade set motion.
getOpen() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the absolute position in mm of the blade set when it's considered fully retracted and ready for motion.
getPos0() - Method in class org.lsst.ccs.subsystems.shutter.status.BladePositionResult
Gets the relative position of blade set 0.
getPos1() - Method in class org.lsst.ccs.subsystems.shutter.status.BladePositionResult
Gets the relative position of blade set 1.
getPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.BladePosition
Gets the sampled absolute position.
getPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration.Item
Gets the absolute position of the transition.
getPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.HallTransition
Gets the absolute position of the transition.
getPosition() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Gets the current absolute position in mm.
getPosition() - Method in class org.lsst.ccs.subsystems.shutter.sim.MotorPosition
Gets the relative position.
getPositions() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets a time-ordered list of BladePositions generated by the move.
getPositions() - Method in class org.lsst.ccs.subsystems.shutter.sim.MotorSimulator
Returns the motor positions as a stream.
getPpMm() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the pulses-per-millimeter for the blade set's motor position encoder.
getRelPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.BladePosition
Gets the relative position calculated from the absolute position.
getRelPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.HallTransition
Gets the relative position of the transition.
getSensor() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration.Item
Gets the Hall sensor ID number.
getSensorId() - Method in class org.lsst.ccs.subsystems.shutter.common.HallTransition
Gets the Hall sensor ID number.
getStartingPosition() - Method in class org.lsst.ccs.subsystems.shutter.status.MoveToPositionStatus
Gets the starting relative position.
getStartPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets the position at the beginning of the movement.
getStartTime() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets the start time of the movement in Epoch microseconds.
getStartTime() - Method in class org.lsst.ccs.subsystems.shutter.status.CloseShutterStatus
Gets the time at which the worker subsystem started executing the command.
getStartTime() - Method in class org.lsst.ccs.subsystems.shutter.status.MoveToPositionStatus
Gets the time at which the worker subsystem started executing the command.
getStartTime() - Method in class org.lsst.ccs.subsystems.shutter.status.OpenShutterStatus
Gets the time at which the worker subsystem started executing the command.
getStartTime() - Method in class org.lsst.ccs.subsystems.shutter.status.TakeExposureStatus
Gets the time at which the worker subsystem started executing the command.
getStatus() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration
Gets the status value for the calibration.
getStatus() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets the movement completion status.
getSuggestedRange() - Method in class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
 
getSuggestedRange() - Method in class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
 
getSuggestedRange() - Method in class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
 
getTargetPosition() - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterControlPanel
 
getTargetPosition() - Method in class org.lsst.ccs.subsystems.shutter.status.MoveToPositionStatus
Gets the desired final relative position.
getTime() - Method in class org.lsst.ccs.subsystems.shutter.common.BladePosition
Gets the time at which the position sample was taken..
getTime() - Method in class org.lsst.ccs.subsystems.shutter.sim.MotorPosition
Gets the time of the sample.
getTitle() - Method in class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
 
getTitle() - Method in class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
 
getTitle() - Method in class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
 
getTransitions() - Method in class org.lsst.ccs.subsystems.shutter.sim.HallSensorSimulator
Gets the time-ordered stream of Hall transitions.
getTransitionTime() - Method in class org.lsst.ccs.subsystems.shutter.common.HallTransition
Gets the time of the transition.
getValue(Value, int, int) - Method in class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
 
getValue(Value, int, int) - Method in class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
 
getValue(Value, int, int) - Method in class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
 
getVelocity() - Method in class org.lsst.ccs.subsystems.shutter.sim.MotorPosition
Gets the velocity in units of 1/sec.

H

Hall() - Constructor for class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.Hall
Constructs an instance capable of holding up to 100 HallItems.
Hall(int) - Constructor for class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.Hall
Constructs an instance that can hold a given number of HallItems.
HallItem() - Constructor for class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.HallItem
 
HallSensorHistory - Class in org.lsst.ccs.subsystems.shutter.gui
Contains Hall transition data gathered from the actual shutter.
HallSensorHistory() - Constructor for class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
 
HallSensorHistory() - Method in class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
 
HallSensorSimulator - Class in org.lsst.ccs.subsystems.shutter.sim
Calculates when each Hall sensor undergoes a transition from open to closed and back to open.
HallSensorSimulator(long, double, double, MotionProfile) - Constructor for class org.lsst.ccs.subsystems.shutter.sim.HallSensorSimulator
Find all the Hall transitions relevant to the given motion of the blade set.
HallTransition - Class in org.lsst.ccs.subsystems.shutter.common
Immutable class containing the data for a single Hall sensor transition.
HallTransition(long, int, boolean, boolean, double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.common.HallTransition
Full constructor.
hideAssembly() - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterDisplay
Hides the shutter assembly picture.
HOM_OPT_NDIRN - Static variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Start looking for home by going in the negative direction (decreasing absolute position).
HOM_OPT_PFINAL - Static variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Make the final approach to home from the positive side (higher absolute position).
home(int, double) - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Finds the home position for this blade set.

I

init() - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
Initializes any underlying hardware, etc.
init() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Completes the initialization of the hardware drivers created by the constructor.
initGui(AgentMessagingLayer) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterGUISubsystem
Sets up GUI action listeners, status bus listeners and starts attempting to get the blade set positions from the worker subsystem.
initModule() - Method in class org.lsst.ccs.subsystems.shutter.ShutterModule
Checks that the module has been constructed correctly.
inverseDistance(double) - Method in class org.lsst.ccs.subsystems.shutter.sim.CubicSCurve
 
inverseDistance(double) - Method in interface org.lsst.ccs.subsystems.shutter.sim.MotionProfile
Provides the time t at which the distance had a given value d.
isFirstMovement() - Method in class org.lsst.ccs.subsystems.shutter.status.MovementHistoryStatus
Is this the first movement performed for whatever command was issued?
isLastMovement() - Method in class org.lsst.ccs.subsystems.shutter.status.MovementHistoryStatus
Is this the last movement performed for whatever command was issued?
isOpen() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration.Item
Gets the state of the Hall sensor after the transition.
isOpen() - Method in class org.lsst.ccs.subsystems.shutter.common.HallTransition
Is the new state of the sensor "open"?
isReadyForAction() - Method in class org.lsst.ccs.subsystems.shutter.status.ReadyForActionStatus
Is the worker subsystem ready?
isReverse() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration.Item
Gets the direction-of-motion flag for the transition.
isReverse() - Method in class org.lsst.ccs.subsystems.shutter.common.HallTransition
Was the blade set retracting when the transition occurred?
Item(int, int, double, boolean, boolean) - Constructor for class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration.Item
Constructs a single calibration item from the field values.
iVals - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.Sample
The array of sampled integer parameter values.

J

JITTER_STDDEV - Static variable in class org.lsst.ccs.subsystems.shutter.sim.MotorEncoderSimulator
The standard deviation of the jitter added to the relative position.

L

lock() - Method in class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
 
lock() - Method in class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
 
lock() - Method in class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
 

M

main(String[]) - Static method in class org.lsst.ccs.subsystems.shutter.gui.ShutterGUISubsystem
 
main(String[]) - Static method in class org.lsst.ccs.subsystems.shutter.parker.TestBladeSet
Main program Initialize and run test
MAX_JITTER - Static variable in class org.lsst.ccs.subsystems.shutter.sim.MotorEncoderSimulator
The maximum permitted absolute value of the added jitter, i.e., where we cut off the tails of the Gaussian.
message(int) - Static method in class org.lsst.ccs.subsystems.shutter.parker.MovementStatus
 
MotionProfile - Interface in org.lsst.ccs.subsystems.shutter.sim
Describes the physical motion of a blade set.
motorDistance(double) - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Converts a blade set travel distance, e.g., a step size, into a change in motor coordinates.
MotorEncoderSimulator - Class in org.lsst.ccs.subsystems.shutter.sim
Makes a BladePosition from the information in a MotorPosition.
MotorEncoderSimulator() - Constructor for class org.lsst.ccs.subsystems.shutter.sim.MotorEncoderSimulator
 
MotorHistory - Class in org.lsst.ccs.subsystems.shutter.gui
Contains motor position, velocity and acceleration points generated from a simulation.
MotorHistory() - Constructor for class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
 
MotorHistory() - Method in class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
 
MotorPosition - Class in org.lsst.ccs.subsystems.shutter.sim
Represents a simulated motor position sample.
MotorPosition(double, double, double, long) - Constructor for class org.lsst.ccs.subsystems.shutter.sim.MotorPosition
Constructs an instance from the field values.
MotorSimulator - Class in org.lsst.ccs.subsystems.shutter.sim
Samples a motion profile to produce a stream of MotorPosition objects.
MotorSimulator(double, double, int, long, MotionProfile) - Constructor for class org.lsst.ccs.subsystems.shutter.sim.MotorSimulator
Samples the given physical motion profile.
MOV_TYP_SCURVE - Static variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Use an S-surve motion profile.
MOV_TYP_TRAP - Static variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Use a trapezoidal motion profile.
move(int, double, double, double) - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Performs a simple move without enabling Hall transition interrupts or motor controller parameter sampling.
moveD(int, double, double, double, int, int[], int[]) - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Performs a move accompanied by parameter sampling in the motor controller.
moveH(int, double, double, double, int) - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Performs a move using the standard motion program, recording Hall switch transitions and taking periodic data samples in the motor controller.
MovementHistory - Class in org.lsst.ccs.subsystems.shutter.common
Immutable class containing the data produced by a blade set move.
MovementHistory(int, int, long, double, long, double, List<BladePosition>, List<HallTransition>) - Constructor for class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Constructs an instance from the individual field values.
MovementHistoryStatus - Class in org.lsst.ccs.subsystems.shutter.status
Used to publish motor position samples and Hall data after a blade set motion.
MovementHistoryStatus(boolean, boolean, MovementHistory) - Constructor for class org.lsst.ccs.subsystems.shutter.status.MovementHistoryStatus
Constructs an instance from flags and a MovementHistory.
MovementStatus - Class in org.lsst.ccs.subsystems.shutter.parker
Class containing movement status codes and messages
MovementStatus() - Constructor for class org.lsst.ccs.subsystems.shutter.parker.MovementStatus
 
moveP(int, double, double, double, int) - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Works just like moveH() except that no Hall transitions are collected.
moveStatus() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Gets the status of the last move from the motor controller: normal or premature stop reason.
moveToPosition(double, double) - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
Moves the blade set to the specified position.
moveToPosition(double, double) - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Moves the blade set to a given relative (i.e.
moveToPosition(int, double) - Method in class org.lsst.ccs.subsystems.shutter.ShutterModule
Action command to move a single blade set.
moveToPosition(double, double) - Method in class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
Performs a simulated motion of the blade set.
MoveToPositionStatus - Class in org.lsst.ccs.subsystems.shutter.status
Published in acknowledgment of a moveToPosition command.
MoveToPositionStatus(double, int, double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.status.MoveToPositionStatus
Constructs an instance from the field values.

N

names(int) - Method in class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
 
names(int) - Method in class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
 
names(int) - Method in class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
 
negSoftLimit() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Calculates the software lower limit on the blade set's absolute position.

O

onStatusMessage(StatusMessage) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterGUISubsystem
Updates the GUI in response to status bus messages from the shutter worker.
open - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.HallItem
Is the sensor open, that is, is there no magnet close by?
openShutter() - Method in class org.lsst.ccs.subsystems.shutter.ShutterModule
Opens the shutter.
OpenShutterStatus - Class in org.lsst.ccs.subsystems.shutter.status
Published by the shutter worker in acknowledgment of an open command.
OpenShutterStatus(int, double) - Constructor for class org.lsst.ccs.subsystems.shutter.status.OpenShutterStatus
Constructs an instance from the field values.
org.lsst.ccs.subsystems.shutter - package org.lsst.ccs.subsystems.shutter
Contains the hardware-independent classes making up the shutter worker subsystem.
org.lsst.ccs.subsystems.shutter.common - package org.lsst.ccs.subsystems.shutter.common
Contains classes and interfaces that are used by both GUI and worker subsystems, whether using simulated or real hardware.
org.lsst.ccs.subsystems.shutter.gui - package org.lsst.ccs.subsystems.shutter.gui
 
org.lsst.ccs.subsystems.shutter.gui.jas - package org.lsst.ccs.subsystems.shutter.gui.jas
 
org.lsst.ccs.subsystems.shutter.parker - package org.lsst.ccs.subsystems.shutter.parker
Contains the classes that implement shutter subsystem components using a Parker ACR motor controller.
org.lsst.ccs.subsystems.shutter.sim - package org.lsst.ccs.subsystems.shutter.sim
Contains the code which simulates shutter hardware.
org.lsst.ccs.subsystems.shutter.status - package org.lsst.ccs.subsystems.shutter.status
Contains the bus message classes specific to the shutter.

P

paintComponent(Graphics) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterAssembly
 
PlotPanelNew - Class in org.lsst.ccs.subsystems.shutter.gui
Displays plots of the predicted and actual motions of the shutter blade sets, along with actual Hall transitions.
position(int) - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Converts a motor position encoder reading into absolute blade set position in mm.
position(double) - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Converts a blade set relative position into an absolute position.
posSoftLimit() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Calculates the software upper limit on the blade set's absolute position.
ppu() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the pulses per unit value given to the motor controller, the absolute value of what getPpm() returns.
process(String) - Method in class org.lsst.ccs.subsystems.shutter.parker.TestBladeSet
Processes a command string
processAck(CommandAck) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterGUISubsystem
Does nothing.
processNack(CommandNack) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterGUISubsystem
Does nothing.
processResult(CommandResult) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterGUISubsystem
Updates the GUI when we receive the current positions of the shutter blade sets.
Pulse() - Constructor for class org.lsst.ccs.subsystems.shutter.parker.TestBladeSet.Pulse
 

R

readCalibration(int) - Static method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Reads a text file of Hall sensor calibration data (transition positions) from the current working directory.
readCalibration(String) - Static method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Reads a file of Hall sensor calibration data (transition positions) from a text file with the given path name (relative or absolute).
ReadyForActionStatus - Class in org.lsst.ccs.subsystems.shutter.status
Published in order to advertise that the shutter worker is ready (or not) to accept a new command.
ReadyForActionStatus(boolean) - Constructor for class org.lsst.ccs.subsystems.shutter.status.ReadyForActionStatus
Constructs an instance from a ready-flag.
relPosition(int) - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Converts a motor encoder position into a relative position.
relPosition(double) - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Calculates the relative position of the blade set given the absolute position.
removeCloseShutterActionListener(ActionListener) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterControlPanel
 
removeMoveToActionListener(ActionListener) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterControlPanel
 
removeOpenShutterActionListener(ActionListener) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterControlPanel
 
removePlotDataListener(PlotDataListener) - Method in class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
 
removePlotDataListener(PlotDataListener) - Method in class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
 
removePlotDataListener(PlotDataListener) - Method in class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
 
removeTakeExposureActionListener(ActionListener) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterControlPanel
 
reset() - Method in class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
Clears all data and causes the plot pane to be repainted.
reset() - Method in class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
Clears away all data and causes the plot pane to be repainted.
reset() - Method in class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
Clears away any old data and cause the plot pane to be repainted.
run() - Method in class org.lsst.ccs.subsystems.shutter.parker.TestBladeSet
 

S

SampData() - Constructor for class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.SampData
 
Sample() - Constructor for class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.Sample
 
sendCloseShutter() - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterGUISubsystem
 
sendMoveToPosition(int, double) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterGUISubsystem
 
sendOpenShutter() - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterGUISubsystem
 
sendTakeExposure(double) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterGUISubsystem
 
sensor - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.HallItem
The ID number of the sensor (0, 1, 2 ...).
setBladeSetPositions(double, double) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterDisplay
Sets the blade set positions in the shutter assembly drawing, makes sure that it's visible and repaints it.
setDriveOff() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Turns the motor drive current off and set the "drive always on" flag false.
setDriveOn() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
Turns the motor drive current on and set the "drive always on" flag true.
setEnabled(boolean) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterControlPanel
 
setUpActionListeners(ShutterControlPanel) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterGUISubsystem
Binds actions to the shutter Swing controls.
showPredictedMovement(int, double, double, double, long) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterDisplay
Plots the prediction for a single blade set movement.
showPredictedMoveTo(MoveToPositionStatus) - Method in class org.lsst.ccs.subsystems.shutter.gui.ShutterDisplay
Plots the predicted motion for a MoveToPosition command.
shutdownNow() - Method in class org.lsst.ccs.subsystems.shutter.ShutterModule
Shut down activity in this module.
ShutterAssembly - Class in org.lsst.ccs.subsystems.shutter.gui
Displays a diagram of the shutter; two movable rectangular blade sets on top of a circular aperture.
ShutterAssembly() - Constructor for class org.lsst.ccs.subsystems.shutter.gui.ShutterAssembly
 
ShutterConfigStatus - Class in org.lsst.ccs.subsystems.shutter.status
Used to publish all shutter configuration parameter values after any change.
ShutterConfigStatus(double, double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.status.ShutterConfigStatus
Construct an instance from the configuration parameter values.
ShutterControlPanel - Class in org.lsst.ccs.subsystems.shutter.gui
Provides various controls for the shutter subsystem.
ShutterControlPanel() - Constructor for class org.lsst.ccs.subsystems.shutter.gui.ShutterControlPanel
Creates new form ShutterControlPanel
ShutterDisplay - Class in org.lsst.ccs.subsystems.shutter.gui
Coordinates updates to the plot pane and the shutter animation.
ShutterDisplay() - Constructor for class org.lsst.ccs.subsystems.shutter.gui.ShutterDisplay
 
ShutterGUISubsystem - Class in org.lsst.ccs.subsystems.shutter.gui
 
ShutterGUISubsystem() - Constructor for class org.lsst.ccs.subsystems.shutter.gui.ShutterGUISubsystem
 
ShutterJasPlugin - Class in org.lsst.ccs.subsystems.shutter.gui.jas
 
ShutterJasPlugin() - Constructor for class org.lsst.ccs.subsystems.shutter.gui.jas.ShutterJasPlugin
 
ShutterModule - Class in org.lsst.ccs.subsystems.shutter
Main module for the shutter subsystem.
ShutterModule(String, List<BladeSet>) - Constructor for class org.lsst.ccs.subsystems.shutter.ShutterModule
Constructs the main module for the shutter subsystem.
sList - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.SampData
The collection of data samples from the controller.
start() - Method in class org.lsst.ccs.subsystems.shutter.ShutterModule
Perform hardware initialization.
startPosn - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.SampData
The absolute position in mm at the start of the move.
startTime - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.Hall
The movement start time in nanoseconds (System.nanoTime()).
startTime - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.SampData
The move start time, a system time stamp in microseconds.
state - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.Hall
The current state of all the switches, one bit each.
status - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.SampData
The status of the move at completion.
StatusKey - Enum in org.lsst.ccs.subsystems.shutter.status
 
STS_EXCESS_HALL_TRAN - Static variable in class org.lsst.ccs.subsystems.shutter.parker.MovementStatus
 
STS_EXCS_POSN_ERROR - Static variable in class org.lsst.ccs.subsystems.shutter.parker.MovementStatus
 
STS_INSUFF_USER_PARM - Static variable in class org.lsst.ccs.subsystems.shutter.parker.MovementStatus
 
STS_INSUFF_VBLE_MEM - Static variable in class org.lsst.ccs.subsystems.shutter.parker.MovementStatus
 
STS_MSSG_PGM_VBLES - Static variable in class org.lsst.ccs.subsystems.shutter.parker.MovementStatus
 
STS_NEG_EOT_LIMIT - Static variable in class org.lsst.ccs.subsystems.shutter.parker.MovementStatus
 
STS_NEG_SOFT_LIMIT - Static variable in class org.lsst.ccs.subsystems.shutter.parker.MovementStatus
 
STS_NORMAL - Static variable in class org.lsst.ccs.subsystems.shutter.parker.MovementStatus
 
STS_POS_EOT_LIMIT - Static variable in class org.lsst.ccs.subsystems.shutter.parker.MovementStatus
 
STS_POS_SOFT_LIMIT - Static variable in class org.lsst.ccs.subsystems.shutter.parker.MovementStatus
 
STS_UNEQL_HALL_TRAN - Static variable in class org.lsst.ccs.subsystems.shutter.parker.MovementStatus
 
STS_UNKN_MOVE_TRUNC - Static variable in class org.lsst.ccs.subsystems.shutter.parker.MovementStatus
 

T

takeExposure(double) - Method in class org.lsst.ccs.subsystems.shutter.ShutterModule
An action command that opens the shutter for the given exposure time then closes it.
TakeExposureStatus - Class in org.lsst.ccs.subsystems.shutter.status
Published in acknowledgment of a takeExposure command.
TakeExposureStatus(int, double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.status.TakeExposureStatus
Constructs an instance from the field values.
TestBladeSet - Class in org.lsst.ccs.subsystems.shutter.parker
Program to perform various tests on a shutter blade set
TestBladeSet(int, CmndProcess, Output) - Constructor for class org.lsst.ccs.subsystems.shutter.parker.TestBladeSet
Main constructor
TestBladeSet.Pulse - Class in org.lsst.ccs.subsystems.shutter.parker
Inner class holding pulse parameters
time - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.HallItem
The time of the transition in nanoseconds (System.nanoTime()).
time - Variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr.Sample
The sample time in microseconds since the start of the move, based on the motor controller's clock.
TORQUE_LIM - Static variable in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
The limit on the motor torque expressed as amps supplied by the motor driver.
toString() - Method in class org.lsst.ccs.subsystems.shutter.status.BladePositionResult
Gives a string of the form "Blade set 0 at %6.3f, blade set 1 at %6.3f.".
types(int) - Method in class org.lsst.ccs.subsystems.shutter.gui.EncoderReadOut
 
types(int) - Method in class org.lsst.ccs.subsystems.shutter.gui.HallSensorHistory
 
types(int) - Method in class org.lsst.ccs.subsystems.shutter.gui.MotorHistory
 

U

UnsafeMoveStatus - Class in org.lsst.ccs.subsystems.shutter.status
Sent by the shutter worker in response to an unsafe moveToPosition() command.
UnsafeMoveStatus() - Constructor for class org.lsst.ccs.subsystems.shutter.status.UnsafeMoveStatus
 

V

valueOf(String) - Static method in enum org.lsst.ccs.subsystems.shutter.status.StatusKey
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lsst.ccs.subsystems.shutter.status.StatusKey
Returns an array containing the constants of this enum type, in the order they are declared.
velocity(double) - Method in class org.lsst.ccs.subsystems.shutter.sim.CubicSCurve
 
velocity(double) - Method in interface org.lsst.ccs.subsystems.shutter.sim.MotionProfile
Gives the velocity of the blade set at time t.

W

writeCalibration() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Saves the currently loaded Hall sensor calibration data (transition positions).
writeCalibration(BladeSetCalibration) - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Saves an arbitrary Hall sensor calibration.
writeCalibration(String) - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Saves the currently loaded Hall sensor calibration in a non-standard location.
writeCalibration(BladeSetCalibration, String) - Static method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Saves an arbitrary Hall sensor calibration in a non-standard location.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2016 LSST. All rights reserved.