| herschel.hifi.pipeline.spg.plugin.IltObsContext |
| IltObsContext |
Jython Task -
|
| from herschel.hifi.pipeline.spg.plugin import IltObsContext |
|
HIFI/Pipeline/Level 0 pipeline
|
Description
Retrieves the context in which an ILT observation was carried out.
Extracts the observation and test-execution objects from the database. Generates a table contianing used scripts, logs etc.
Print summary data to the screen.
Example
| Example 1: context searching for a particular obsid |
| |
|
| Jython Syntax |
|
table = IltObsContext(obsid=2415919267)
|
| Properties |
Long obsid [INPUT, OPTIONAL, default=No default value] |
String date [INPUT, OPTIONAL, default=No default value] |
FineTime finetime [INPUT, OPTIONAL, default=No default value] |
CompositeDataset result [OUTPUT, MANDATORY, default=no default value] |
TestExecution testExecution [OUTPUT, MANDATORY, default=no default value] |
Observation observation [OUTPUT, MANDATORY, default=no default value] |