| Package | Description |
|---|---|
| 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.parker |
Contains the classes that implement shutter subsystem components
using a Parker ACR motor controller.
|
| Modifier and Type | Method and Description |
|---|---|
BladeSetCalibration |
BladeSetConfiguration.getCalibration()
Gets the current Hall sensor calibration for the blade set.
|
static BladeSetCalibration |
BladeSetConfiguration.readCalibration(int index)
Reads a text file of Hall sensor calibration data (transition positions)
from the current working directory.
|
static BladeSetCalibration |
BladeSetConfiguration.readCalibration(String file)
Reads a file of Hall sensor calibration data (transition positions)
from a text file with the given path name (relative or absolute).
|
| Modifier and Type | Method and Description |
|---|---|
void |
BladeSetConfiguration.writeCalibration(BladeSetCalibration calib)
Saves an arbitrary Hall sensor calibration.
|
static void |
BladeSetConfiguration.writeCalibration(BladeSetCalibration calib,
String file)
Saves an arbitrary Hall sensor calibration in a non-standard location.
|
| Modifier and Type | Method and Description |
|---|---|
BladeSetCalibration |
BladeSetDrvr.calibNew(double dist,
double time)
Calibrates the Hall switch positions using continuous slow motion.
|
BladeSetCalibration |
BladeSetDrvr.calibrate(double dist,
double step,
double time)
Calibrates the Hall switch positions using a series of small movements.
|
Copyright © 2016 LSST. All rights reserved.