PDF Version | Click here |
---|
herschel.ia.toolbox.astro.healpix
(based on JPL Healpix Java library)
radialV
task: removed corrections
parameter (enum), replaced with correct
(String).
pause
& resume
are no longer tasks but just plain functions. They appear documented in the UM (they were in the URM before).
open*
(Task, View, File) tasks open a confirmation dialogue if they fail to execute.
__list__=True
as an argument (in beta, may be removed, experimental): out, out2, out3 = taskName(arg1, ..., argN, __list__=True)
decorators
) have been added to support working with the EDT: execLater
, execAndWait
(similar to the SwingUtils functions). An example is provided in the source of ia_task tests (TestTaskForViewsEdt.py
)
poolDataReader
, poolDataWriter
, loadObs
, downObs
and localStoreWriter
removed : saveProduct
and MyHSA
(getObservation
) contain a superset of their features.
asciiTableReader
task improvements: tableType
: IPAC
, SExtractor
. SPACES
now also reads TopCat
ASCII Format
sortTable
will return a new table where rows have been sorted according to user criteria
fitsReader
and simpleFitsReader
's type parameters can now accept strings (not just Java enum values).
Import View
will check and ask for confirmation if the expected memory needs exceed the available memory
Pcal
products now have correctly filled in metadata.
zeroPointCorrection
task for cross-calibration with Planck HFI maps. This can only be run at the HSC until the HFI maps are made public. The output maps are included in the Level-2 context.
ssoMotionCorrection
task to produce modified Level-1 timelines adjusted to the reference frame of the moving object. Additional maps are created from this timeline and included in the Level-2 context.