What's New in HIPE 5
See also the HIPE known issues and the Data products known issues pages for last-minute information on known problems.
Core system
HIPE
Editors & Views
- Files ending with extension ".csv" are recognized as tables, and opened as such with double click in the Navigator view or with File > Open.
- The tooltip shown when the mouse cursor is over a task in the Task view is now more informative.
- Autocompletion in the Console has been improved.
- A variable value can be copied by right clicking on the variable in the Variables view and selecting Copy value; it can be pasted in the Console or Jython editor afterwards. This works only for strings and numbers.
- Drag & drop a variable from the Variables view to the Console to write the variable name. The same behaviour can be achieved when dropping it to a Jython editor.
- Drag & drop selected text from a Jython editor to the Console or vice-versa to copy & paste that text.
- The small level-2 preview shown in the top-right corner of the Observation Context viewer can be enlarged by clicking on it.
Startup & Shutdown
If the running Java platform is not supported, a warning is displayed.
Feedback
A feedback button has been added for documentation and HIPE functionality.
Look & Feel
Aqua look & feel has been replaced in Mac OS X by the HIPE look & feel used on the other platforms.
Plug-ins
HIPE now supports
plug-ins, small packages that anyone can easily create and distribute to share code (Java or Jython) and data (LocalStores). Plug-ins can be downloaded
and installed with a single-click.
Plotting
- Title and label can now accept the LaTeX commands
\textrm \textit \textbf \mathrm \mathit \mathbf
. For example: V$_{\textrm{LSR}}$
Astronomical utilities
- RadialVelocity now uses TimeCorrProduct to select pointing data.
- SSO now uses TimeCorrProduct to select pointing data.
- Improved documentation.
Numeric routines
Data fitting
- A complete new GUI for the SpectrumFitter was added. Start it from the SpectrumExplorer right mouse menu, select SpectrumFitterGUI. Besides the functionality that was available in the SpectrumFitterTool, the GUI has an export tab that enables you to export the residual, total model, and individual models as an object with the type of the input object and as text.
- The SpectrumFitter (commandline version) accepts Container with PointSpectrum and SpectralSegment index.
- The SpectrumFitter (commandline version) has methods to export the data as the input type and as text.
- The SpectrumFitter (commandline version) has method that returns a Jython script.
Data interpolation
Random Numbers
- New random numbers generators from different distribution: Uniform, Gaussian, Poisson, Gamma, Cauchy (Lorentz), Exponential and Jeffreys.
Statistics functions
- RMS has been renamed to QRMS.
- RMS implements a new functionality (see the User Reference Manual).
- Improved StdDev and Variance algorithms.
- Improved CorrelateMatrix algorithm.
New functions
- GeoMean, which calculates the geometric mean of a array of numeric data types with 1 to 5 dimensions.
- Mode, which returns the mode(s), or the most common element(s), of an array of numeric data with 1 to 5 dimensions.
- Covariance, which returns the covariance between two random variables/vectors x and y with finite second moments. If one vector is longer than the other, only the values up to the length of the shorter vector will be taken into account.
- CovarianceMatrix, which returns the covariance matrix of the input M x N matrix. The result is a N x N matrix with each i, j value equal to the covariance of the ith and jth columns of the original matrix.
Other functions
- SigClip
- Median mode uses median absolute deviation instead of standard deviation.
- Iterative use is allowed.
Images
Display
- Images can be opened as
RgbImage
directly from the Navigator in HIPE.
- Regular image files (jpg, gif, png, ...) are shown as preview in the outline when being clicked on in the navigator view of HIPE.
- Two images can be compared by setting the opacity of the image. This can be done using the setOpacity(float) method or using a slider in the Image Display.
Analysis
- Added the methods
containsNorthCelestialPole
and containsSouthCelestialPole
to the Wcs.
- Regridding an image on the grid of another image using
RegridTask
.
- Speed improvement of
createRgbImageTask
.
- Update of documentation in the User Reference Manual.
- You can now crop an image by drawing a rectangle on it
- Correction of the calculation of the dimensions of a mosaic.
Spectra
Display
- Task & Tools Toolbox: All task and tool panels are displayed in the same toolbox panel and selectable through a drop-down list. The task GUI components have become clearer as well. Instead of dragging a selection of spectra to the dataset parameter, the task is applied on either the displayed or the selected spectra within the plot.
- Load selectable datasets from a product: When opening the spectrum explorer on a product, a selection table is displayed showing all datasets that are stored in this product along with certain characteristics. Just as within the original spectrum selection panel, these datasets can be sorted by clicking on the header columns. To load a set of datasets instead of just one or all, select each row and right click to load the selected datasets.
- Realtime statistics information: Selecting the Statistics task within the Toolbox displays realtime statistics while dragging ranges in the plot.
- Added relativistic frequency to velocity transform: When changing the unit of the wave axis to velocity the transform is now relativistic.
Analysis
- Gaussian resampling introduced.
Herschel Science Archive
- Support for exporting data in packed HSA format.
- Import and Export Views improvements:
- Better error reporting
- File dialogue windows can show hidden files
- Versions of observations inside pools are now shown
Pipeline processing
- Crated a daemon dispatcher mechanism.
- Aliases set tool has been modified for performing the required verifications before a tag is ingested.
- HsaPoolDaemon
- Releases memory calling Java garbage collector if it is needed.
- Can write compressed files.
- Can save a binary representation of a product if the FITS save operation fails.
- HsaStagePool can export products into a LocalStore.
- HSA ingestion procedure can generate an XML ingestion request file even if a previous version does not contain its own XML.
Calibration sources
A new view has been added to HIPE for easy access to the Calibration Sources Database (Calsdb).
Products and datasets
- Product comparison API is available in the
ia_toolbox_util
module.
Observation context
- Included new metadata
slewTime
returning the scheduled start time of the slew as a FineTime.
- Specific accessors,
getSlewStartTime()
and setSlewStartTime()
, where added to the ObservationContext class.
- For old observations in the HSA without this value, the method will return a null value indicating that this field was never set before.
History
A new history dataset viewer is available: When you click on the History dataset in your product two tables appear:
- An overview table which shows all the tasks used to generate the product. For each task, the name, execution time, build number and used calibration files are shown.
- When you click on a row in this overview table then a second table is shown with details for the selected task. This table contains the details of this task: For each parameter its simple value and some product information is shown (when available).
Product Access Layer
Cache
Several bugfixes to improve the effectiveness and robustness of caching have been introduced. One of these is a check to verify that the default LocalStore directory is not modified at any time during the cache's existence, which is a common source of corruption of the cache.
HsaPool
- HsaReadPool/HsaXmlPool can work with compressed data.
- HsaReadPool can retrieve product metadata directly.
Preferences
Product storages and pools can be managed in the new
Data Access > Storages & Pools preferences panel.
Tasks
- Updated task sample code.
- Updated documentation:
- Wiki chapters
- Javadoc of general tasks
- Standardised
__ doc __
of general tasks (signature, description, parameter descriptions)
- Tasks View provides tooltips with the signature of the tasks
- Examples of general tasks in the URM are now tested automatically
- Compress and Decompress tasks: they support zip, tar, gzip, tgz in a portable way. Decompress can guess the compression of a file.
- FitsReader supports compressed FITS files.
Quality control
- New metadata into the QualityContext product. The field is fixed and the main interest is to include this information into the FITS file associated to the product.
- Perform bulk actions on several quality control reports simultaneously.
- Flags colour codes depending on their importance.
Systematic product generation
- New framework to process/combine data from several observations in the same pipeline.
- This will allow, for instances, better results using MADmap algorithm with cross-scan data from two or more observations.
- Automatic processing:
- New start-time algorithm based on the DTCP time of the OD being processed instead of fixed timestamps.
- New check on TM data based on the gap checker reports. Only those observations with complete tm data will be processed at this point.
- Uplink plugin is executed without problems in different conditions, even for manual commanding and no uplink data at all.
- Obsids shown also in decimal format in all the application tables.
- Include proper motion data into the ObservationContext.
- SPG stand-alone application can now run on Mac OS with no Versant libraries available.
- On-demand request are now recorded into a report file.
Data input-output
- Improved error reporting in AsciiTableTool.
- FitsArchive:
- FITS Metadata direct access.
- ESO Hierarch keyword implemented when reading FITS files.
- FITS translation dictionary updated:
Herschel keyword | FITS keyword |
pmRA | PMRA |
pmDEC | PMDEC |
state | STATUS |
action | ACTION |
slewTime | SLEWTIME |
proCaveats | PCAVEATS |
- FitsArchive allow flag for compression when saving FITS files.
- FitsArchive support reading gzipped FITS files and compressed stream headers.
- HeaderWriter exceptions have been modified to include more information.
- Documentation updates.
Installer
There was a major restructuring of the pre-installation steps:
- The Basic/Advanced selection page has been removed.
- The memory, proxy and Versant settings were restructured. There are no separate panels asking if you want to set a proxy or a Versant database. There is a dedicated page for the proxy setting and one for the Versant settings.
- Instead of the old instrument selection page, you are now offered the following list with check boxes for selection:
Option | Description |
PACS (preselected by default) | PACS pipelines and analysis tools for astronomers. |
PACS expert | Extra instrument-related applications for Calibration Scientists. |
SPIRE (preselected by default) | SPIRE pipelines and analysis tools for astronomers. |
SPIRE expert | Extra instrument-related applications for Calibration Scientists. |
HIFI (preselected by default) | HIFI pipelines and analysis tools for astronomers. |
HIFI expert | Extra instrument-related applications for Calibration Scientists. |
- The instrument selection window allows you to click in any combination of items to install those components.
- You can also deselect all the instruments to get a barebone HIPE framework only for FITS I/O and numeric analysis.
- If possible, the installer informs you of the amount of data to download for the selected combination of modules.
Documentation
To improve the quality of the examples, we have introduced automatic testing of (many of) the source code examples occurring in manuals such as the
Data Analysis Guide. We have also introduced automatic testing of the examples occurring in the
User's Reference Manual.
HIFI
HIFI Software Configuration and Properties
- Generally most HIFI properties have moved from the hcss.dp.hifi build to the hcss.icc.hifi (expert) area and it is recommended that all internal ICC users always install the expert build in order to be able to run the pipeline from level -1.0.
- Those using the expert build and wishing to run the pipeline from level zero will need to set the property var.hcss.instrument = hifi ' this so the system knows to use the HIFI binstruct settings for reading the packets. Those using the legacy hifi-new.props file will already have this property set.
- The hcss.dp.hifi (non-expert) build has pre-configured pools to access the HSA and the local pool via the Product Browser and PAL Storage Manager
- Unnecessary and deprecated properties files have been removed from the system
HIFI Calibration
- The minimum and maximum chopper threshold values have been changed.
- HkThresholdsContext_H fpuChopperMin -> -0.04
- HkThresholdsContext_V fpuChopperMin -> -0.04
- HkThresholdsContext_H fpuChopperMax -> 0.06
- HkThresholdsContext_H fpuChopperMax -> 0.06
Previous values used were those appropriate for the Hot and Cold black bodies, which are not representative of the full, planned range of the chopper. As a result, the quality control flag "FPU Check: Chopper measured values differ from the commanded" had been frequently raised more than necessary.
- The upper limit of the mixer current quality control check for HEBs (bands 6 and 7) have been decreased from 0.08 mA to 0.055 mA, where tests have shown the mixers start to be under-pumped.
- Update to calibration tree for results of Mars beam measurements
The following items have been added to the HIFI Calibration tree for the aperture efficiencies (H and V), main beam efficiencies (H and V), and the half power beam widths (H and V) :
-
- apertureEfficiency-H
- apertureEfficiency-V
- beamEfficiency-H
- beamEfficiency-V
- beamWidths-H
- beamWidths-V
The approach so far is to strictly use
observed numbers (see tables below
with initial results), without involving fitting results or empirical formulas. In particular this means:
-
- For beam widths the fitted widths of circular Gaussians, corrected for the convolution with the Mars disk. Open question: is the fit of a circular Gaussian correct? Need to check by how much Mars moved during an integration.
- For main beam efficiencies the values derived using the observed beam widths for the beam coupling. It is not yet decided if an average value or a linear interpolation between (and beyond) frequencies produces the best results
- For aperture efficiencies the values are derived, again, using observed beam widths for the coupling of the beam to the source.
In addition, the already available entries for the forward efficiencies (H and V) are updated from 1.0 to 0.96 (in all bands, all frequencies) to be compatible with above results. This requires the change of constant 1.0 to 0.96 .
Aperture Efficiency (H) |
|
Band |
Frequency (GHz) |
Eta_A |
1a |
491 |
0.692 |
1b |
610 |
0.693 |
2a |
648 |
0.689 |
2b |
770 |
0.678 |
3a |
828 |
0.665 |
3b |
948 |
0.676 |
4a |
1012 |
0.664 |
4b |
1112 |
0.695 |
5a |
1127 |
0.618 |
5b |
1243 |
0.561 |
6a |
1483 |
0.663 |
6b |
1625 |
0.642 |
7a |
1703 |
0.613 |
7b |
1807 |
0.627 |
7b |
1893 |
0.604 |
Aperture Efficiency (V) |
Band |
Frequency (GHz) |
Eta_A |
1a |
491 |
0.656 |
1b |
610 |
0.668 |
2a |
648 |
0.706 |
2b |
770 |
0.694 |
3a |
828 |
0.725 |
3b |
948 |
0.734 |
4a |
1012 |
0.724 |
4b |
1112 |
0.744 |
5a |
1127 |
0.588 |
5b |
1243 |
0.588 |
6a |
1483 |
0.675 |
6b |
1625 |
0.597 |
7a |
1703 |
0.582 |
7b |
1807 |
0.650 |
7b |
1893 |
0.674 |
Beam Efficiency (H) |
Band |
frequency (GHz) |
eta_mb |
1a |
491 |
0.719 |
1b |
610 |
0.708 |
2a |
648 |
0.752 |
2b |
770 |
0.719 |
3a |
828 |
0.716 |
3b |
948 |
0.739 |
4a |
1012 |
0.712 |
4b |
1112 |
0.764 |
5a |
1127 |
0.682 |
5b |
1243 |
0.677 |
6a |
1483 |
0.707 |
6b |
1625 |
0.691 |
7a |
1703 |
0.620 |
7b |
1807 |
0.664 |
7b |
1893 |
0.650 |
Beam Efficiency (V) |
Band |
Frequency (GHz) |
eta_mb |
1a |
491 |
0.71 |
1b |
610 |
0.730 |
2a |
648 |
0.767 |
2b |
770 |
0.739 |
3a |
828 |
0.716 |
3b |
948 |
0.740 |
4a |
1012 |
0.697 |
4b |
1112 |
0.747 |
5a |
1127 |
0.705 |
5b |
1243 |
0.721 |
6a |
1483 |
0.738 |
6b |
1625 |
0.652 |
7a |
1703 |
0.720 |
7b |
1807 |
0.747 |
7b |
1893 |
0.716 |
Beam Widths (H) |
Band |
Frequency (GHz) |
HPBW |
1a |
491 |
43.22154 |
1b |
610 |
34.49101 |
2a |
648 |
33.54672 |
2b |
770 |
27.83073 |
3a |
828 |
26.07131 |
3b |
948 |
22.95481 |
4a |
1012 |
21.29627 |
4b |
1112 |
19.62355 |
5a |
1127 |
19.38483 |
5b |
1243 |
18.38567 |
6a |
1483 |
14.48873 |
6b |
1625 |
13.29430 |
7a |
1703 |
12.28931 |
7b |
1807 |
11.83705 |
7b |
1893 |
11.39468 |
Beam Widths (V) |
Band |
Frequency (GHz) |
HPBW |
1a |
491 |
44.30458 |
1b |
610 |
35.66471 |
2a |
648 |
33.47924 |
2b |
770 |
27.89113 |
3a |
828 |
24.98089 |
3b |
948 |
22.03684 |
4a |
1012 |
20.16164 |
4b |
1112 |
18.74398 |
5a |
1127 |
20.21393 |
5b |
1243 |
18.54717 |
6a |
1483 |
14.66947 |
6b |
1625 |
13.38736 |
7a |
1703 |
13.59736 |
7b |
1807 |
12.34126 |
7b |
1893 |
11.32418 |
Note these are still initial results, measurements from ODs 390, 391, 406 and 407 still need to be added. One can use the developer part of calibration tree, where newer values will be tested first, by setting the following property:
Configuration.setProperty("hcss.ia.obs.cal.release", "developer")
Level 0 Pipeline
- H and V spectrometer astrometry
SpectrumDatasets contain columns, in decimal degrees, for the commanded pointing (a position between the H and V beams known as the synthesized aperture), labelled
longitude_cmd and
latitude_cmd, while the actual coordinates for the spectrometer beam are found in the
longitude and
latitude columns.
- DoPointing no longer fails when reapplied
WBS Pipeline
- Fixes for frequency calibration in the case that line centres fall precisely in the middle of two pixels
hifiPipelineTask
- The path/filename for a user defined/edited pipeline algorithm can now be passed to the hifiPipeline task via the command line, previously this was only possible in the GUI.
obs =hifiPipeline (obs=obs, level2AlgoPath="/home/Me/myLevel2Algo.py")
The older method of defining a function with the
def keyword in Jython and passing that function to the hifiPipeline task still exists
obs =hifiPipeline (obs=obs, level2Algo=level2PipelineAlgo)
- hifiPipeline will make an ObservationContext even if creation of trend products fails
- hifiPipeline GUI layout improved to make more efficient use of space
DoDeconvolution
- More understandable error message when deconvolution fails (usual due to poor data input).
- Plotting of DSB solution as deconvolutions runs now possible when diag_mode_on selected.
FitHifiFringe
- It is now possible to remove the smoothed baseline calculated by FitHifiFringe from the spectrum, in addition to the fitted sine waves. This option (sub_base) should be used with care as real spectral features can be removed this way. For interactive fitting of polynomial baselines, the new task FitBaseline is recommended.
- Tooltips implemented
- Improved error messaging
HiClass export tool
- HiClass will now appear an an applicable task for HTP as well as ObservationContexts
- HiClass now exports the correct frequencies for bands 6 and 7
HIFI DP scripts (User tool scripts)
- Introduction of a new task, FitBaseline, to interactively fit and subtract or divide out baselines in HIFI spectra.
Documentation
- New chapters in the HIFI User's Manual: What was done to my data? and HIFI Baseline Removal.
- Updates to the HIFI Users Manual: HIFI cookbook, Data Primer, Running the HIFI Pipeline, HIFI Standing Wave Removal Tool and Exporting HIFI data to CLASS.
- Updates to HIFI Pipeline Specification document: improved pipeline flow diagrams, improved information about Euler resampling used in DoFreq grid task of pipeline.
- Creation of FitHifiFringe URM entry.
PACS
Pipeline
- PACS "New Style Sliced" pipeline implementation is now activated.
- Phot and spec ipipe script names were changed to be more logic and intuitive.
- Pipeline Script access:
- HIPE -> Menu -> pipeline -> PACS
- Calibration framework:
Calibration products are no longer delivered with the build in a local store.
Calibration products are now delivered as a directory of FITS files.
This directory with calibration products can be found in the data/pcal sub-directory of your installation directory. HIPE> fm = getCalTree(verbose=1)
CalTree read from: /Software/Herschel/hcss.dp.pacs-5.0.500/data/pcal
The calibration framework is adapted and will read these FITS files by default.
The getCalTree() command and all access to calibration data has not changed, under the hood, the local store has been replaced by the directory of FITS files.
Other small changes:
- getCalTree(), getCalProduct() now understand the 'verbose=True' keyword and will print information on the location of the calibration products.
- getCalProduct() the third argument, 'version', is no longer mandatory, if not given, the last version of the calibration product will be returned.
- A new Pacs Documentation page has been opened on the public wiki.
Photometry
- MadMap
- Extended Madmap (using scan and cross scan) for interactive usage
- HIPE -> Menu -> pipeline -> PACS -> L2_scanMap.py
A prototype for the extended Madmap pipeline is now available in HIPE for interactive usage. The extended Madmap pipeline is designed to combine scans and cross-scans in order to produce optional map. Unlike DP pipelines (which normally starts with one ObservationContext), this pipeline takes an obsList (an ArrayList) which is a list of ObservationContext. The pipeline will run even there is only one obs in the obsList. Below is an example creating an obsList: HIPE> obsList=ArrayList()
HIPE> obsList.add(obs1)
HIPE> obsList.add(obs2)
- New script for scan Map pipeline
- Two-stage photometer pipeline with masked highpass filtering
- Now the standard processing script for scan maps
- Photometer Mapping
- Photometer mapping accepts a variable input pixelsize (parameter pixfrac in the PhotProjectTask and the MapIndexTask).
- The MapIndexViewer has a Sigclip gui to display the effect of different Sigclip parameters on the second level deglitching. Now it is not necessary any more to guess Sigclip parameters, run the deglitching and check the quality afterwards. The new option allows to find the best parameter quickly before deglitching has been applied.
The MapIndexViewer now also displays the signal vectors in the "timeordered" mode.
- The MapIndexViewer shows mean/median +/- error permanently in the signal plot
- The Full MapIndex needs less memory than before
- Wcs4mapTask got a crota option to manually set the requested rotation angle of a map.
- CorrectRaDec4SsoTask is now also accepting the new Horizons class definition. An example how to use it can be found in the attached.
- photProject error map has been checked for NaN.
- Exposure map has been removed in favour of the coverage map.
- Noise treatment
- A new module herschel.pacs.spg.phot.PhotAddNoisePerPixelTask provides four ways to calculate the initial photometer noise. *Noise propagation is also implemented in the HighpassFilter, Mean- and MedianFilters.
- Pointing
- New Horizons Product used in PACS pipeline (SSO observations).
- Residual spatial offset PACS photometer blue/green vs red.
- Corners shall follow changes in
PhotAssignRaDec
.
- Separate blue and green in
ArrayInstrument
calfile and the code using it.
- Astrometric offset between two scan maps in parallel mode on the same field.
- Others
- PACS EDP: phot pipeline adaptation to cope with variable scan velocity.
- A new module photMaskFrames offer masking:
- framesOut = photMaskFrames(framesIn [,beforeFirstScanLeg] [,noScanData] [,afterCalblock=0] )
- beforeFirstScanLeg: Mask data befor the first scan leg
- noScanData: mask data where the ScanBBID is not set (includes turn arounds)
- afterCalblock: Mask n data after calibration block
- Sigclip can now be applied n-times in one go.
Spectrometry
- new AOR mode "unchopped" including improved spatial calibration:
- First draft of the unchopped mode pipeline added to the build.
- A "newstyle" unchopped mode pipeline is in place which can be run automatically or interactively.
- New task specSubtractOffPosition implemented for unchopped pipeline .
- New interactive tool SpectrumExplorer:
- PACS Product interface to SpectrumExplorer
- Improved wavelength calibration:
- New wavelength calibration applied in waveCalc task using the wavePolynomes cal file.
- spectrometer trend analysis product for the calibration blocks:
- Calibration block trendAnalysis product added to the observation context.
- Extra options to specDiffChop (note these are expert options for the analysis of special observations!).
- Extra option 'extend' added which allows for other pairwise differencing schemes. These schemes will subtract more datapoints from each other than the standard scheme.
- Extra option 'chopNodScheme' which provides different scheme for determining which label is on-source and which is off-source for a given nodding position. Needed for some special test AORs.
- Different bands in a range scan are now stored in their own blocks in the block table. This means that it is now possible to slice SEDs per band.
- Several fixes to specWaveRebin, etc. to reduce the amount of NaNs considerably in the rebinned data.
-
SpecProject
sets the flux to Jy.
Calibration
Photometry
- Residual spatial offset PACS photometer blue/green vs red --> PCalPhotometer_ArrayInstrument_FM_v6.fits.
Spectrometry
- New Wavelength Calibration Product.
- Version 8 of the Pacs Spectrometer Array to Instrument and version 4 of the Module2Array cal file are inserted in the system. This generates correct values also for center chopper positions (unchopped and waveswitch mode).
- Updated spectrometer spatial cal file --> PCalSpectrometer_ArrayInstrument_FM_v6.fits.
- The RSRF calibration tables contain "NaN" which are then introduced into the signal by rsrfCal.
Analysis tools
Spectrometry
- Compatibility of PACS products with HCSS tools improved: you can now properly select data points and use the fitter tool on PACS frames and cubes.
SPIRE
Calibration Products
Photometer
Updated
- Flux Calibration updated for the nominal voltages.
- Temperature Drift Correction to match the new flux conversion.
Spectrometer
New
- Non-linear phase
- This calibration product is used by the phase correction module to make the data symmetric prior to application of the Fourier transform.
- Spectrometer Instrument RSRF
- This calibration product is used, along with the instrument temperatures from the housekeeping telemetry, to compute a model for the contribution to the measured spectra from the SPIRE instrument.
- Telescope RSRF
- This calibration product is used, along with the Telescope temperatures from the housekeeping telemetry, to compute a model for the contribution to the measured spectra from the Herschel Telescope.
- This calibration product is also used for extended source flux calibration.
Updated
- Point-source RSRF
- This calibration product has been updated to use a higher signal-to-noise observation of Uranus.
Calibration Framework
- Updated to match the new products and dependencies.
- The
spireCal
task now has an option to read from a local pool.
Common Pipeline
- Minor changes in logs and documentation.
Photometer Pipeline
- Pipeline scripts:
- Added time correlation task and concurrent glitch deglitcher task in scan map pipelines.
- Comment out optical and electrical crosstalk corrections.
- Removed plotting blocks.
- Pipeline tasks:
Spectrometer Pipeline
The spectrometer pipelines have undergone major changes for version 5.
It is HIGHLY recommended that users with data processed with older versions update to version 5 to reprocess their data.
Level-0 -> Level 0.5
No change.
Level-0.5 -> Level 1 (IFGM)
- Electrical crosstalk correction has been commented out of the SPG pipelines.
Level 1 (IFGM) -> Single-sided Fourier transform
- Subtraction of the Instrument/Telescope contribution has been moved to the spectral domain.
- Phase correction now uses a Jiggle dependent empirically-derived Non-linear phase cal product.
Single-sided Fourier transform -> Level 1 (SPEC)
- Correction for the contribution of the SPIRE instrument. A new processing step has been added to remove from the measured spectrum the contribution from the SPIRE instrument.
- Correction for the contribution of the Herschel Telescope. A new processing step has been added to remove from the measured spectrum the contribution from the Herschel Telescope.
- Optical crosstalk correction has been commented out of the SPG pipelines.
Level 1 (SPEC) -> Level 2
- SOF1 Sparse spatial sampling mode
- A minor change in that the point source calibration product is now tailored to spectral resolution and apodization.
- Mapping Modes
- Added NaiveProjectionTask, a new task for creating spectral simple cubes from preprocessed spectral data. This task creates spectral cubes by averaging the flux of samples within each pixel. Pixels without samples are given a value of NaN.
Interactive Analysis and Tools
- Added the new DTMosaic class that allows the user to plot data recorded by many detectors during one observation on a single page to compare data more effectively (mosaic plot). This features is available from HIPE command line or within
DetectorTimelineExplorer
.
-
DetectorTimelineExplorer
and DetectorTimelineExplorerComponent
:
- Added a new features that allows the creation of mosaic plot of the detectors via right-click on the desired array.
- Added a new Color&Mask Preferences panel.
- Improved the color scale (using the Color&Mask Preferences it is now possible to select the Min/Max value for the color scale).
- Improved the mask visualization (using the Color&Mask Preferences it's now possible to visualize any specific mask value directly on the array display).
- Made available the Mosaic class which creates a mosaic of plots in the shape of the SLW, SSW or coaligned detectors of the SPIRE FTS. The Mosaic class is intended to provide a means for viewing (at a glance) the spectra or interferograms associated with each detector.
- Changed SpecExplorer's detector display so that it automatically re-sizes to fit the enclosing frame. Also, SpecExplorer's detectors are now enclosed in a splitter pane. This enables you to maximize or hide the detector display with a single click.
- A new
SpireMultiObs
task to process several observations through the pipeline at once.