Class TriggerSimulatedImage
java.lang.Object
org.lsst.ccs.subsystem.imagehandling.data.TriggerSimulatedImage
- All Implemented Interfaces:
Serializable
This event is sent by focal-plane when it wants to trigger a simulated DAQ
image This is currently only used when running AuxTel on BTS (where there is
no DAQ)
- Author:
- tonyj
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTriggerSimulatedImage(String triggeredImageName, String triggeredDAQFolder, String emulatedImageName, String emulatedDAQFolder, String emulatedDataFolder, org.lsst.ccs.utilities.location.LocationSet locations, int opCode, String annotation) Create a TriggerSimulatedImage event -
Method Summary
Modifier and TypeMethodDescriptionorg.lsst.ccs.utilities.location.LocationSetintstatic longtoString()
-
Field Details
-
EVENT_KEY
- See Also:
-
-
Constructor Details
-
TriggerSimulatedImage
public TriggerSimulatedImage(String triggeredImageName, String triggeredDAQFolder, String emulatedImageName, String emulatedDAQFolder, String emulatedDataFolder, org.lsst.ccs.utilities.location.LocationSet locations, int opCode, String annotation) Create a TriggerSimulatedImage event- Parameters:
triggeredImageName- The name of the triggeredImagetriggeredDAQFolder- The DAQ folder where the triggeredImage will be written (e.g. raw)emulatedImageName- The name of the emulated (input) imageemulatedDAQFolder- The name of the DAQ folder with the emulated imageemulatedDataFolder- The directory containing the emulated (input) data (.meta and .raw)locations- The set of location to be triggeredopCode- The opCode of the triggered sequencer "main"annotation- The annotation to be associated with the image
-
-
Method Details
-
getSerialVersionUID
public static long getSerialVersionUID() -
getTriggeredImageName
-
getLocations
public org.lsst.ccs.utilities.location.LocationSet getLocations() -
getAnnotation
-
getTriggeredDAQFolder
-
getEmulatedImageName
-
getEmulatedDAQFolder
-
getEmulatedDataFolder
-
getOpCode
public int getOpCode() -
toString
-