Skip navigation links
A C E F G I O P R S T U W 

A

addBinaryTable(String, String, String, String, String, double) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 

C

checkAllCurrents() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Check all currents
checkHardware() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Initializes the hardware.
checkStarted() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Checks whether hardware is started.
checkStopped() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Checks whether hardware is stopped.
clearNonStickyHeaderKeywordValues() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 
createDataProvider() - Method in class org.lsst.ccs.subsystem.ts8.sim.TS8ClientFactorySimulation
 

E

exposeAcquireAndSave() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Start an acquisition and save the resulting images.
exposeAcquireAndSave(long) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Start an acquisition and save the resulting images for the given parameters.
exposeAcquireAndSave(long, boolean) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Start an acquisition and save the resulting images for the given parameters.
exposeAcquireAndSave(long, boolean, boolean) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Start an acquisition and save the resulting images for the given parameters.
exposeAcquireAndSave(long, boolean, boolean, String) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Start an acquisition and save the resulting images for the given parameters.

F

fileNamePattern - Variable in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 
FitsUtilities - Class in org.lsst.ccs.subsystem.ts8
Some utilities for dealing with test stand fits files.
FitsUtilities() - Constructor for class org.lsst.ccs.subsystem.ts8.FitsUtilities
 

G

getFluxStats(File) - Method in class org.lsst.ccs.subsystem.ts8.FitsUtilities
Compute the flux statistics by reading an existing FITS file
getFluxStats(String) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 
getFullState() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Gets the full monitoring state.

I

initModule() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 

O

org.lsst.ccs.subsystem.ts8 - package org.lsst.ccs.subsystem.ts8
 
org.lsst.ccs.subsystem.ts8.sim - package org.lsst.ccs.subsystem.ts8.sim
 
outputDirectory - Variable in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 

P

powerOff() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Safely power Off REB
powerOffREB() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Power OFF REB outputs
powerOn() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Safely power On REB
printGeometry(int) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 
printHeaderSpecifications() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 

R

readRegister(String, int) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Read a register address on a Reb.
resetREBCfg(REBDevice) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Reset REB config values

S

setCCDHeader(String, String, Object, boolean) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Set a key for the Primary header of a given CCD identified by its id.
setCCDLocation(int, int, String) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
What does this method do?
setDefaultActuateXED(boolean) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Set the exposure default Actuated XED.
setDefaultExposureTime(int) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Set the default exposure time in milliseconds.
setDefaultOpenShutter(boolean) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Set the default open shutter flag for an exposure.
setHeader(String, Object, boolean) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Set a key for the Primary header of all CCDs.
setImageType(String) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 
setInstitution(String) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 
setRaftLoc(String) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 
setRaftName(String) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Set the name of the raft.
setRebName(int, String) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Set the name of the reb at the given parallel position.
setSeqInfo(String) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 
setTestType(String) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 
showAllREBCfg() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
show REB config values for all REBs
showPhotoDiodeAnalysis(File) - Method in class org.lsst.ccs.subsystem.ts8.FitsUtilities
Shows the Photo Diode buffered readings analysis output without modifying the corresponding fits file
showPhotoDiodeAnalysis(String) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 
showREBCfg(REBDevice) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
show REB config values
start() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 
startTicking() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Starts the subsystem.

T

tick() - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Performs periodic trending data broadcast.
TS8ClientFactorySimulation - Class in org.lsst.ccs.subsystem.ts8.sim
A ClientFactorySimulation for Teststand 8
TS8ClientFactorySimulation(Geometry) - Constructor for class org.lsst.ccs.subsystem.ts8.sim.TS8ClientFactorySimulation
Constructor the the TS8 Simulation Client Factory.
TS8Subsystem - Class in org.lsst.ccs.subsystem.ts8
 
TS8Subsystem(String, int, Geometry, ClientFactory) - Constructor for class org.lsst.ccs.subsystem.ts8.TS8Subsystem
 

U

updatePhotoDiodeValues(File, File, String, String, String, double) - Method in class org.lsst.ccs.subsystem.ts8.FitsUtilities
Update an existing files by adding or replacing the extension HDU containing the binary table of photo diode values.

W

writeRegister(String, int, int) - Method in class org.lsst.ccs.subsystem.ts8.TS8Subsystem
Write a register address on a Reb.
A C E F G I O P R S T U W 
Skip navigation links

Copyright © 2016 LSST. All rights reserved.