TwiceAsNice
2019-02-18
|
Mode | Type | Normal | TDI | Kinetics |
---|---|---|---|---|
Apg::TriggerMode_ExternalShutter | Apg::TriggerType_Each or Apg::TriggerType_Group | Yes | No | No |
Apg::TriggerMode_ExternalReadoutIo | Apg::TriggerType_Each or Apg::TriggerType_Group | Yes | No | No |
Apg::TriggerMode_Normal | Apg::TriggerType_Each or Apg::TriggerType_Group | Yes | No | No |
Apg::TriggerMode_TdiKinetics | Apg::TriggerType_Each or Apg::TriggerType_Group | No | Yes | Yes |
Apg::TriggerType_Each State | Apg::TriggerType_Group State | ImageCount = 1 | ImageCount > 1 |
---|---|---|---|
FALSE | FALSE | Software initiated single exposure. No hardware trigger enabled. | Software initiated sequenced exposure. No hardware trigger enabled. |
FALSE | TRUE | Hardware trigger is used to begin the single exposure. | Hardware trigger is used to begin the sequenced exposure. One trigger kicks off the entire series of images. |
TRUE | FALSE | Not a valid/usable option, and will have no impact. Because ImageCount is one, the camera control firmware should ignore the Each setting. | The first image of the sequence is begun by software control. Each subsequent image in the sequence will be initiated when its corresponding hardware trigger arrives. |
TRUE | TRUE | Hardware trigger is used to begin the single exposure. Because ImageCount is one, the camera control firmware should ignore the Each setting. | The first image, as well as all subsequent images, of the sequence will be initiated by a corresponding hardware trigger. |
Apg::TriggerType_Each State | Apg::TriggerType_Group State | Description |
---|---|---|
FALSE | FALSE | Software initiated imaging No hardware trigger enabled. |
FALSE | TRUE | A single hardware trigger is used to begin the entire TDI or Kinetics image. |
TRUE | FALSE | The first row/section of the TDI/Kinetics image is begun by software control. Each subsequent row/section in the TDI/Kinetics image will be initiated when its corresponding hardware trigger arrives. |
TRUE | TRUE | The first and subsequent rows/sections of the TDI/Kinetics image will be initiated by a corresponding hardware trigger. |