PDF Version | Click here |
---|
loadObs
task to open in HIPE an observation downloaded from the Herschel Archive.
LocalStoreWriter
task now creates new local pools in the default $HOME/.hcss/lstore
directory.
localStoreWriter
when saving a product now appear in the Storages & Pools configuration panel.
herschel.ia.pal.pool.lstore.LStoreMaintenanceUtil.clearLocks(localPool)
, where poolName
is a variable repreenting the local pool.
saveObservation
, which would fail to save an Observation Context to a pool with default settings.
imageSubtract
, which would give wrong results when used with WCS.
NearestNeighbourProjectionTask
task, which creates a spectral cube from three-dimensional data. The task would fail to create a target grid out of a set of target grids. A command such as targetGrid = nearestNeighbourProjection.targetGrid([tg1,tg2,tg3])
would fail with an IllegalArgumentException
.
Wcs.getCrota2()
method now returns CROTA2 in degrees instead of radians.
CONTINUE
card) would cause an error in some cases.
var.hcss.workdir
configuration property has been changed from ${java.io.tmpdir}/hcss/${user.name}
to ${java.io.tmpdir}/${user.name}/hcss
.
signalJumpDetector
task is now initialised at HIPE startup
AbstractMapperTask
, which might treat incorrectly a Wcs provided as input. When the input Wcs was defined using the CDELTi
keywords, the result was correct, but when the pixels were defined with the CDi_j
keywords, these were translated into CDELTi
and CROTA2
keywords.
AbstractMapperTask
. There was a bug in the generation of tod files which could result in an ArrayIndexOutOfBoundsException
at the map generation.
concurrentGlitchDeglitcher
entries in all scan map pipeline scripts now explicitly mention all inputs.
concurrentGlitchDeglitcher
task are now explained in the Pipeline Specification Manual.
SpectrometerDetectorSpectrum
objects. Units would always be displayed as Flux [V.cm] even after being changed to W/(mē.Hz.sr).
spireCal
task now raises an error if the input pool does not exist, instead of creating an empty calibration context.
TelescopeCorrection
task, which would always use the forward scan in the TeleRsrf
calibration product. <-- SPIRE-3043 -->
convertKtoJy
to convert HIFI Data from K to Jy.
convertSingleHifiSpectrum
to convert final HIFI Spectrum1d
datasets to SimpleSpectrum
products.
fitBaseline
, which could crash on fully spur-flagged subbands.
fitBaseline
task now saves intermediate results when quitting.
PolarPair
, which would return the first dataset supplied to it because the tolerance level was too low by default (five channels of difference in frequency between the two polarisations). The default tolerance was raised to 100 channels of difference.
HiClass
task has been updated to export the source velocity as provided in the AOR into new FITS header keywords, closely resemble the usual keywords for transporting the velocity information. The PVELTYPE
keyword tells the type of velocity.
Reference frame | Usual keyword | HiClass keyword |
---|---|---|
topocentric | VELO-OBS | PVEL-OBS |
geocentric | VELO-GEO | PVEL-GEO |
heliocentric | VELO-HEL | PVEL-HEL |
LSRk | VELO-LSR | PVEL-LSR |
LSRd | VELO-LSR | PVEL-LSR |
LSR | VELO-LSR | PVEL-LSR |
galactocentric | VELO-GAL | PVEL-GAL |
source | VELOREST | PVELREST |
unknown | VELOCITY | PVELCITY |
HifiSpectrumDataset
so that example can be followed.
maskInfo(slicedProduct)
function to print an overview of the mask status in a sliced product.
photProject
pipeline scripts, which now produces much better results.
L1_pointSource.py
script where sources could be interpreted as glitches.
HighPassFilter
that could cause the pipeline to crash.
SpecWaveRebinTask
.
findBlocks
task, which would not propagate metadata.
scanmap_BrightPointsource.py
and scanmap_Deep_Survey_miniscan_Pointsource.py
.
FindBlocksTask
, which would give an error when creating a ListContext
.
photProjectPointSource
task, the calibration = false
mode has been deprecated because it is not flux conserving.