Full Name: | herschel.ia.toolbox.util.jython.saveobs |
Alias: | saveObservation |
Type: | Jython Task -
![]() |
Import: |
from herschel.ia.toolbox.util.jython import saveObservation |
Category |
Save an observation into a local pool.
The observation is saved into a pool on your local system. If only the observation is given as an argument, a local pool will be created in the default location, i.e. ~/.hcss/lstore. The default name of the pool is the OBSID for the given observation.
The calibration tree that is attached to the observation is not saved by default. If you want to save the calibration tree with the observation, set the argument saveCalTree=True.
Beware that saving an observation might take a long time since all the products associated to the observation will be saved locally, except the calibration tree.
Example 1: Saving an observation from your HIPE session | ||
---|---|---|
|
Jython Syntax |
---|
|
|
|