Class TriggerSimulatedImage

java.lang.Object
org.lsst.ccs.subsystem.imagehandling.data.TriggerSimulatedImage
All Implemented Interfaces:
Serializable

@SkipEncoding public class TriggerSimulatedImage extends Object implements 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 Details

  • 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 triggeredImage
      triggeredDAQFolder - The DAQ folder where the triggeredImage will be written (e.g. raw)
      emulatedImageName - The name of the emulated (input) image
      emulatedDAQFolder - The name of the DAQ folder with the emulated image
      emulatedDataFolder - The directory containing the emulated (input) data (.meta and .raw)
      locations - The set of location to be triggered
      opCode - The opCode of the triggered sequencer "main"
      annotation - The annotation to be associated with the image
  • Method Details

    • getSerialVersionUID

      public static long getSerialVersionUID()
    • getTriggeredImageName

      public String getTriggeredImageName()
    • getLocations

      public org.lsst.ccs.utilities.location.LocationSet getLocations()
    • getAnnotation

      public String getAnnotation()
    • getTriggeredDAQFolder

      public String getTriggeredDAQFolder()
    • getEmulatedImageName

      public String getEmulatedImageName()
    • getEmulatedDAQFolder

      public String getEmulatedDAQFolder()
    • getEmulatedDataFolder

      public String getEmulatedDataFolder()
    • getOpCode

      public int getOpCode()
    • toString

      public String toString()
      Overrides:
      toString in class Object