|
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | Statistics
Trend analysis
Mapping | |
> > | -->
Wavelet transform
- Delivered components:
Algorithm | One dimensional signal | two dimensional signal | Gaussian noise estimator tool | Thresholding tool | Universal thresholding tool | CWT | Continuous Wavelet Transform | supported | - | not available | not available | not available | DWT | Discrete Wavelet Transform | supported | supported | available | available | available | SWT | Stationary Wavelet Transform | supported | supported | available | available | available | Wavelet | Daubechie | Symlet | Coiflet | MexicanHat | Morlet | CWT | 1 | - | - | yes | no | DWT | 1-10 | 1-10 | 1-5 | - | - | SWT | 1-10 | 1-10 | 1-5 | - | - |
|
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
This document lists the changes in HIPE version 6.0 with respect to the 5.x series. Additional pages list changes between minor versions of the 6.x series. | |
> > | | | |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | HIFI Software Configuration and Properties
HIFI Calibration | |
< < |
- Addition of getCalTree enables download of new calibration from HSA into a local store
- task is called as cal = getHifiCal(useHsa=True, overWrite=False, calName="hifi-cal")
| > > |
- Addition of getCalTree enables download of new calibration from HSA into a local store. It is used in the following way:
cal = getHifiCal(useHsa=True, overWrite=False, calName="hifi-cal")
- Update to spur table in the calibration tree
- Calibration products no longer registered as proprietary in the HSA. In consequence, it is no longer necessary to have HSA authorisation to run the pipeline and update calibration.
| |
HIFI Pipeline
- The little-used Hifi Pipeline view is removed from HIPE
| |
> > |
- Data processed at the HSA On Demand will now write the version of the pipeline used (SPG version) in reprocessing in the creator field of the observation context meta data
- It is now necessary to configure the HIFI pipeline to access the HSA before running the pipeline using the last released calibration tree
obs = getObservation("1342205520", useHsa=True)
cal = configureHifiPipeline()
obs_1 = hifiPipeline(obs=obs,fromLevel=0.0,upToLevel=2.0, cal=1, aux=1, palStore=cal, save=False)
- Various changed to HIFI pipeline GUI
- "instrument" replaced with "spectrometer"
- palStore moved to the Expert Window
- hifical moved to the Basic Window
- hifical tooltip should indicate that setting hifical uses the latest calibration available to Astronomers
| | hifiPipeline task
- Bug fix: the auxilliary product was not repopulated when running the hifiPipeline task with aux=True. This is now fixed.
- First steps towards making the HIFI pipeline fully configurable are made with the introduction of doPipelineConfiguration. At present changes to the level 2 pipeline algorithm are not passed to the hifiPipeline task. This feature will be much more robust and user-friendly in HIPE 7.0
| |
- Now only the subbands affected by a major spur are flagged, previously it was all four subbands of the WBS regardless of whether they were all affected or not.
WBS Pipeline
- Threshold behaviour is changed in MkWbsFreq: the threshold value is not divided by the scancount unless it is > 1023
| |
> > |
- Structure put in place to cross-calibrate WBS data with that from HRS
| | | |
> > | Level 1 Pipeline
- Rearranged pipeline algorithm for Frequency Switch and Load Chop data. The bandpass correction is now done before the smoothing and subtraction of the OFF position. This has the consequence of removing small spurs seen in the WBS V and also improving baseline quality.
- Introduction of truncated linear interpolation scheme in the MkOffSmooth step of the level 1 pipeline. This is to avoid numerical problems when two Tsys spectra (used to calculate the weights used in averaging) are very far apart.
- Smoothing widths in MkOffSmooth optimised in calibration tree. Further work and improvements expected
| | Level 2 Pipeline
- The WBS metadata produced by the doFreqGrid step of the pipeline has been clarified: the frequencyWidth metadata description is changed from 'The unique (!) channel width for the output grids of all subband' to 'The spacing of the frequency grids after resampling'.
- The items 'forwardEff' and 'beamEff' and are added to the metadata after the completion of the doAntennaTemp or doMainBeamTemp steps of the level 2 pipeline, as applicable.
| | HIFI Products
- HifiSpectrumDataset is converted such that it contains upConvert_H or upConvert_V metadata when the band is 6 or 7. This allows to read off the value in order to convert to sky frequency.
- Additions to Quality Products to indicate if there were LO tuning problems.
| |
> > |
- New statistics trend product. Statistics (rms etc) are calculated at the end of the Levels 1 and 2 pipeline and results stored in the new statistics product. Meant for trending analysis for the ICC but may be of interest to astronomers. Note that statistics are calculated 'blind' with no line masking!
- Clash between cached products are references resolved so consistent behaviour seen when modifying products.
| | | |
< < | | |
> > | Spectrum tasks (HIFI specifics)
- Problem with statistics task whereby the preview of the task result did not update when several spectra selected is fixed
| |
HIFI Data Processing Tools
- Bug fix: tasks under hifi_dp_tools did not load into HIPE
| | Standing Wave Removal
- New 'automask' option that allows automated line masking to be switched off.
- New 'sds_index' option allowing the processing of specific datasets in ObservationContexts.
| |
> > |
- Problem whereby sine waves added to datasets containing multiple scans (e.g. OTF maps) fixed
- Problem where masks appeared to be displaced from bright lines is fixed
| |
Baseline Removal
- New options wingChannels and minChannels to improve automated line masking (domask=2).
| |
- Improved error message handling from output of DoDeconvolution
Spectral Cube creation | |
< < |
- Major updates to doGridding GUI: improved variable entry, tooltips and design. Task GUI now opens on the expert view.
| > > |
- Major updates to doGridding GUI: improved parameter entry, tooltips and design. Task GUI now opens on the expert view.
- doGridding makes a work around to calculate an appropriate pixel size regardless of whether the map was made with half beam spacing or was Nyquist sampled. Previously only a value appropriate for half-beam spacing was used. In the future the values used for the observation will be taken from the downlink product.
| |
<--
HiClass export tool
-->
Documentation | |
< < |
- Updates to the following sections of the HIFI User Manual: Data Primer, Running the HIFI Pipeline, Quality Flags, HIFI Standing Wave Removal Tool, HIFI Baseline Removal, Exporting HIFI Data to CLASS
| > > |
- Updates to the following sections of the HIFI User Manual: Data Primer, Running the HIFI Pipeline, Quality Flags, HIFI Standing Wave Removal Tool, HIFI Baseline Removal, Exporting HIFI Data to CLASS, HIFI Cookbook
| |
- Addition of two sections to the HIFI User Manual: Reference Frames in HIFI Data, Making Publication Quality Plots
- Many outdated references to JIDE removed from URM
| |
> > |
- addition of getHifiCal to URM
| |
- Addition of HIFI cookbook link directly from HIPE Help -> Data Reduction menu
|
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
This document lists the changes in HIPE version 6.0 with respect to the 5.x series. Additional pages list changes between minor versions of the 6.x series. | |
> > | | | |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
This document lists the changes in HIPE version 6.0 with respect to the 5.x series. Additional pages list changes between minor versions of the 6.x series. | |
> > | | |
See also the HIPE known issues and the Data products known issues pages for last-minute information on known problems. |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6
| |
> > | This document lists the changes in HIPE version 6.0 with respect to the 5.x series. Additional pages list changes between minor versions of the 6.x series.
See also the HIPE known issues and the Data products known issues pages for last-minute information on known problems. | |
Core system |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
- Added descriptions to tasks. All tasks can provide a high level description (shown in tooltips in Task View).
- Simplified localStoreWriter task.
| |
< < | Quality control
- QCR Browser allows you to perform bulk actions on several quality control reports simultaneously.
- This includes: Generate QC Summary directly as a menu option
- Show metadata proCaveats in the browser.
- Operator can assign different colors to the quality flags.
Systematic product generation
- SPG GUI can now launch OD preprocessing (Missing TM , Events Log , HK products).
- Connect to database only when needed, releasing this resource otherwise.
- Extended process:
- Re-process feature for SYSTEMATIC and ON_DEMAND when the original data is obsolete.
- Cancel the OC ingestion if the process throws an Error or Exception.
- Limit the number of observations being processed.
- Memory management in operation's environment for subordinate jobs.
- On-demand pipelines must be able to process any observation with the latest auxiliary and calibration data.
Bulk specific tool:
- Operator can now re-execute individual jobs.
- Ability to launch one of two parallel mode obsids.
| |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
- Help > About shows the HIPE release number as well as the build number.
- Data reduction guides for the different instruments are available directly from the Help menu.
- HSC Helpdesk can be accessed from the Help menu.
| |
> > |
- Direct access to on-line help from Help menu.
| |
- Crash reports can be sent for analysis to the HSC upon user confirmation.
- Tip of the Day additions.
- Enhanced help for
jylaunch tool in the terminal.
| | When a task is selected, a summary information of it is shown.
Console | |
< < | The awkward horizontal scroll bar has been removed. | > > | The horizontal scroll bar has been removed. | |
History
Copying an entire exception trace can be done with the history entry collapsed. |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | Level 0 Pipeline
- Now only the subbands affected by a major spur are flagged, previously it was all four subbands of the WBS regardless of whether they were all affected or not.
WBS Pipeline | |
< < |
- Threshold behaviour is changed in MkWbsFreq: the threshold value is not divided by the scancount unless it is > 1023
| > > |
- Threshold behaviour is changed in MkWbsFreq: the threshold value is not divided by the scancount unless it is > 1023
| |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
HIFI Pipeline
- The little-used Hifi Pipeline view is removed from HIPE
| |
< < | <-- ---++++ hifiPipeline task --> | > > | hifiPipeline task
- Bug fix: the auxilliary product was not repopulated when running the hifiPipeline task with aux=True. This is now fixed.
- First steps towards making the HIFI pipeline fully configurable are made with the introduction of doPipelineConfiguration. At present changes to the level 2 pipeline algorithm are not passed to the hifiPipeline task. This feature will be much more robust and user-friendly in HIPE 7.0
| | Level 0 Pipeline
- Now only the subbands affected by a major spur are flagged, previously it was all four subbands of the WBS regardless of whether they were all affected or not.
| |
< < | | > > | Level 1 Pipeline
--> | | Level 2 Pipeline
- The WBS metadata produced by the doFreqGrid step of the pipeline has been clarified: the frequencyWidth metadata description is changed from 'The unique (!) channel width for the output grids of all subband' to 'The spacing of the frequency grids after resampling'.
- The items 'forwardEff' and 'beamEff' and are added to the metadata after the completion of the doAntennaTemp or doMainBeamTemp steps of the level 2 pipeline, as applicable.
| | Deconvolution
- DoDeconvolution now accepts an array of obsids, enabling a combination of data for which deconvolution can be performed.
- DoDeconvolution now keeps a log of problems encountered with its inputs, outputs, and difficulties. The log is accessible with an ASCII reader.
| |
> > |
- Improved error message handling from output of DoDeconvolution
| |
Spectral Cube creation
- Major updates to doGridding GUI: improved variable entry, tooltips and design. Task GUI now opens on the expert view.
|
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
Plotting
- A small subplot can be put inside a bigger plot.
| |
> > |
| | Source extraction
- SUSSEXtractor no longer fails to find sources close to NaN pixels in the image or in the error map
- SUSSEXtractor produced strange results when then error map had very small values. This was a problem because the naive mapper error is the standard error on the mean of the bolometer samples in the pixel, which can be extremely small if the pixel contains a small number of samples that happen to have very similar values. SUSSEXtractor now estimates its own value for the error when the naive mapper uncertainty is implausibly small.
| |
- Fixed some memory issues. The display does no longer keep a lot of memory in use.
- It is possible to hide or show the panel with the panner and the zoom.
| |
< < | Analysis | > > | <-- ---++++ Analysis --> | |
Spectra | |
< < | Display | > > | <-- ---++++ Display --> | | Analysis
- A Spectrum Integrator is available as prototype. Currently only the basic functionality is available from the command line and it allows to integrate part of a (background subtracted) spectrum. The data is expected to be in the form of a SpectralSegment (seg in the examples below).
- Integration: The return value is a double.
| |
The variable 'seg' can now be used in the Integrator. | |
< < | | > > | | |
Tasks | |
- Operator can now re-execute individual jobs.
- Ability to launch one of two parallel mode obsids.
| |
> > | | |
Documentation | |
HIFI Pipeline
- The little-used Hifi Pipeline view is removed from HIPE
| |
< < | hifiPipeline task | > > | <-- ---++++ hifiPipeline task --> | | Level 0 Pipeline
- Now only the subbands affected by a major spur are flagged, previously it was all four subbands of the WBS regardless of whether they were all affected or not.
| |
< < | WBS Pipeline | > > | | | Level 2 Pipeline
- The WBS metadata produced by the doFreqGrid step of the pipeline has been clarified: the frequencyWidth metadata description is changed from 'The unique (!) channel width for the output grids of all subband' to 'The spacing of the frequency grids after resampling'.
- The items 'forwardEff' and 'beamEff' and are added to the metadata after the completion of the doAntennaTemp or doMainBeamTemp steps of the level 2 pipeline, as applicable.
| | HIFI Products
- HifiSpectrumDataset is converted such that it contains upConvert_H or upConvert_V metadata when the band is 6 or 7. This allows to read off the value in order to convert to sky frequency,
| |
> > | | |
HIFI Data Processing Tools
- Bug fix: tasks under hifi_dp_tools did not load into HIPE
| | Spectral Cube creation
- Major updates to doGridding GUI: improved variable entry, tooltips and design. Task GUI now opens on the expert view.
| |
< < | HiClass export tool | > > | <-- ---+++ HiClass export tool --> | |
Documentation
- Updates to the following sections of the HIFI User Manual: Data Primer, Running the HIFI Pipeline, Quality Flags, HIFI Standing Wave Removal Tool, HIFI Baseline Removal, Exporting HIFI Data to CLASS
| |
- The fitter tool can now be used for all PACS products.
Calibration | |
< < | Photometry | > > | <-- ---++++ Photometry --> | | Spectroscopy
- New wavelength calibration applied by using the cal file wavePolynomes.
- The NominalResponse cal file is active, including the 1.3 and 1.1 ILT to flight conversion factors.
| |
-
- obs = getObservation(123456789, useHsa=True, useCache=False)
- This should solve many problems when you just want to download and save an observation from the HSA on your local machine, as the data will not be saved twice (once in the cache and once in the local store pool) anymore.
| |
> > | | |
Documentation
- Updated the PACS Data Reduction Guide to follow the new spectroscopy pipeline scripts (Chapter 3), and added a chapter on MadMap. Minor updates to the other chapters to reflect other changes in the system.
| | Preprocessing
- Added processing of PCAL flashes executed in spectrometer observations.
| |
< < | Engineering Conversion | > > | | |
Photometer Pipeline
- Jump detection in signal timelines, allowing better temperature drift correction.
| |
Interactive Analysis and Tools | |
< < | Mosaic plotting utility | > > | Mosaic plotting utility | | A new plotting utility, Mosaic , has been developed to allow one to plot the contents of a SPIRE FTS Interferogram or Spectral Data Product in a grid that corresponds to the physical layout of the SPIRE SLW and SSW detector arrays. | |
< < | Documentation | | <--
--> |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | Other functions
Source extraction | |
> > |
- SUSSEXtractor no longer fails to find sources close to NaN pixels in the image or in the error map
- SUSSEXtractor produced strange results when then error map had very small values. This was a problem because the naive mapper error is the standard error on the mean of the bolometer samples in the pixel, which can be extremely small if the pixel contains a small number of samples that happen to have very similar values. SUSSEXtractor now estimates its own value for the error when the naive mapper uncertainty is implausibly small.
| |
Images
Display |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | Data Analysis Guide
| |
> > | | | |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | SPIRE
Calibration Products | |
> > |
Photometer
- Improvement to flux conversion.
Spectrometer
- Improved phase correction module in the pipeline no longer requires a calibration file. The final correction should be better using the new method.
- Rsrfs and beamParam updated to follow the new v6 pipeline scheme and use improved phase correction - should be improvement in shape of final spectra.
- BeamParam file modified to improve information for IA - updated beamAreas and added point source RSRF - this should have no effect on the SPG pipeline.
- OpdLimits added to clean up the pipeline script - should be no effect on data.
- Fix to non-linearity correction.
| |
- Added PCAL calibration products for the spectrometer.
| |
> > | | | Calibration Framework
Preprocessing | | Common Pipeline
Photometer Pipeline | |
> > |
- Jump detection in signal timelines, allowing better temperature drift correction.
| |
- Added flag to include or exclude turnaround data inscan map observations.
Spectrometer Pipeline |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | HIFI Software Configuration and Properties
HIFI Calibration | |
> > |
- Addition of getCalTree enables download of new calibration from HSA into a local store
- task is called as cal = getHifiCal(useHsa=True, overWrite=False, calName="hifi-cal")
| |
HIFI Pipeline | |
> > |
- The little-used Hifi Pipeline view is removed from HIPE
| | hifiPipeline task
Level 0 Pipeline | |
> > |
- Now only the subbands affected by a major spur are flagged, previously it was all four subbands of the WBS regardless of whether they were all affected or not.
| | WBS Pipeline
HRS Pipeline
Level 1 Pipeline
Level 2 Pipeline | |
> > |
- The WBS metadata produced by the doFreqGrid step of the pipeline has been clarified: the frequencyWidth metadata description is changed from 'The unique (!) channel width for the output grids of all subband' to 'The spacing of the frequency grids after resampling'.
- The items 'forwardEff' and 'beamEff' and are added to the metadata after the completion of the doAntennaTemp or doMainBeamTemp steps of the level 2 pipeline, as applicable.
- MkFreqGrid task is adjusted so that all output spectra have the same length of subbands. This allows all types of output to continue to be handled by HifiSpectrumDataset
- Improvements to messages from doMainBeamTemp, the following messages are now given:
- When no beam efficiency is passed, or no beam efficiency is present in the calibration product passed to the task: "Product with name beamEfficiency-H not found in context. No information on the beam efficiency has been passed to the task doMainBeamTemp or the calibration data is outdated. Correction in task doMainBeamTemp is not applied."
- When no input has been found in the calibration product: "No information on the beam efficiency was found in the calibration product. Please provide a value by hand".
| |
HIFI Products | |
> > |
- HifiSpectrumDataset is converted such that it contains upConvert_H or upConvert_V metadata when the band is 6 or 7. This allows to read off the value in order to convert to sky frequency,
| |
HIFI Spectrum Toolbox
Spectrum Explorer (HIFI specifics)
Spectrum tasks (HIFI specifics)
HIFI Data Processing Tools | |
> > |
- Bug fix: tasks under hifi_dp_tools did not load into HIPE
- Improved error messages from ConvertK2Jy
| | Standing Wave Removal
- New 'automask' option that allows automated line masking to be switched off.
| |
< < | | > > |
- New 'sds_index' option allowing the processing of specific datasets in ObservationContexts.
| |
Baseline Removal | |
< < |
- New options wingChannels and minChannels to improve automated line masking (domask=2).
| > > |
- New options wingChannels and minChannels to improve automated line masking (domask=2).
| |
Deconvolution | |
> > |
- DoDeconvolution now accepts an array of obsids, enabling a combination of data for which deconvolution can be performed.
- DoDeconvolution now keeps a log of problems encountered with its inputs, outputs, and difficulties. The log is accessible with an ASCII reader.
| | Spectral Cube creation | |
> > |
- Major updates to doGridding GUI: improved variable entry, tooltips and design. Task GUI now opens on the expert view.
| |
HiClass export tool
Documentation | |
> > |
- Updates to the following sections of the HIFI User Manual: Data Primer, Running the HIFI Pipeline, Quality Flags, HIFI Standing Wave Removal Tool, HIFI Baseline Removal, Exporting HIFI Data to CLASS
- Addition of two sections to the HIFI User Manual: Reference Frames in HIFI Data, Making Publication Quality Plots
- Many outdated references to JIDE removed from URM
| |
PACS |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
HIFI Data Processing Tools
Standing Wave Removal | |
> > |
- New 'automask' option that allows automated line masking to be switched off.
- New 'sds_index' option allowing the processing of specific datasets in ObservationContexts.
| | Baseline Removal | |
> > |
- New options wingChannels and minChannels to improve automated line masking (domask=2).
| | Deconvolution
Spectral Cube creation |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
- proper clean-up in case of failed installation,
- reducing the number of required restarts.
| |
> > | Plug-ins can now also be used when scripts are run using jylaunch . | | Plotting
- A small subplot can be put inside a bigger plot.
TablePlotter |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
Documentation | |
> > | Many fixes and updates to align the documentation with changes in HIPE. Some highlights are given in the following sections. Links are to the online version of the documentation
Quick start guide
HIPE Owner's Guide
Data Analysis Guide
Scripting and Data Mining
Products Definitions Document
| | Help viewer
- Completely redesigned Welcome page.
- Advanced search functionality.
|
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | PACS
Pipeline | |
< < |
- Full functional slicing framework
- used for spectrometer processing, only partly used for photometer processing
-
| > > |
- Fully functional slicing framework.
- Used for spectrometer processing, only partly used for photometer processing.
| |
- Significant cleanup and re organisation of interactive processing scripts.
| |
< < |
- New structure of Menu -> Pipeline -> PACS
- A number of instrument mode specific user provided IA scripts are available now
| > > |
- New structure of Menu -> Pipeline -> PACS.
- A number of instrument-mode-specific user-provided IA scripts are available now.
| |
Photometry | |
< < |
- Proposal for a two-stage photometer pipeline with masked highpass filtering implemented
- MMT Deglitching may mask a glitch, although the signal would be unmodified
- Improvements on data filtering (usage of BBID in removeCalBlocks, usage of scan legs etc.)
- Significant improvements in the SSO astrometry (correctRaDec4Sso)
- Full functional MadMap processing implementation inclusive of cross scans
| > > |
- Implemented proposal for a two-stage photometer pipeline with masked highpass filtering.
- MMT Deglitching may mask a glitch, although the signal would be unmodified.
- Improvements on data filtering (usage of BBID in removeCalBlocks, usage of scan legs etc.).
- Significant improvements in the SSO astrometry (correctRaDec4Sso).
- Fully functional MadMap processing implementation inclusive of cross scans.
| |
Spectroscopy | |
< < |
- Linearity correction removed from pipeline scripts
- Usage of elements of the Spectrum Explorer
| > > |
- Linearity correction removed from pipeline scripts.
- Usage of elements of the Spectrum Explorer.
| |
- The fitter tool can now be used for all PACS products.
Calibration
Photometry
Spectroscopy | |
< < |
- New wavelength calibration applied by using the cal file wavePolynomes
- The NominalResponse cal file is active, including the 1.3 and 1.1 ILT to flight conversion factors.
- This means, if you process data you shall not apply these correction factors manually.
| > > |
- New wavelength calibration applied by using the cal file wavePolynomes.
- The NominalResponse cal file is active, including the 1.3 and 1.1 ILT to flight conversion factors.
- This means that if you process data you shall not apply these correction factors manually.
| |
- Also the pixel-pixel flatfield improvement described in PICC-KL-TN-045 (available in the central file) is implemented
| |
< < | in this NominalResponse calfile | > > | in this NominalResponse calfile. | |
Analysis tools
- Calibration framework : As of build 6.0.1452 the calibration framework will read the calibration
| |
-
- Please go through the process of installing the calibration products on your local machine.
- During the HIPE startup process, the calibration framework will check for new updates in the background and notify you of any updates.
| |
< < |
-
- If you want to start the update manually, go to the Tools>pacs-cal menu and select Run Updater...
| > > |
-
- If you want to start the update manually, go to the Tools > pacs-cal menu and select run Updater.
| |
-
- You can read more about the PACS Calibration Framework in the comprehensive document available in the public part of the Wiki.
- Data Access : A new keyword is introduced to getObservation which allows the user to disable the Cache when using the HSA.
- obs = getObservation(123456789, useHsa=True, useCache=False)
| |
< < |
-
- This should solve many problems when the user just wants to download and save an observation from the HSA on his/her local machine, as the data will not be saved twice (once in the cache and once in the local store pool) anymore.
| > > |
-
- This should solve many problems when you just want to download and save an observation from the HSA on your local machine, as the data will not be saved twice (once in the cache and once in the local store pool) anymore.
| |
Photometry
Spectroscopy | | Spectroscopy
Documentation | |
< < |
- Updated the PACS Data Reduction Guide to follow the new spectroscopy pipeline scripts (chp3), and added a chapter on MadMap (this only got in a bit later in 6Track, however). Minor updates to the other chapters to reflect other changes in the system.
| > > |
- Updated the PACS Data Reduction Guide to follow the new spectroscopy pipeline scripts (Chapter 3), and added a chapter on MadMap. Minor updates to the other chapters to reflect other changes in the system.
| |
SPIRE
Calibration Products | |
< < |
- Added PCAL calibration products for the spectrometer
| > > |
- Added PCAL calibration products for the spectrometer.
| | Calibration Framework
Preprocessing | |
< < |
- Added processing of PCAL flashes executed in spectrometer observations
| > > |
- Added processing of PCAL flashes executed in spectrometer observations.
| |
Engineering Conversion | | Spectrometer Pipeline
Level 0 to Level 0.5 | |
< < | See Engineering Conversion | > > | See Engineering Conversion . | |
Level 0.5 to Level 1 |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
- Enhanced help for
jylaunch tool in the terminal.
Startup & Shutdown | |
< < |
- The user is informed about variables that couldn't be saved. Note that saving variables on exit is optional; it can be set in preferences.
| > > |
- You are informed about variables that could not be saved. Note that saving variables on exit is optional; it can be set in preferences.
| |
- If HIPE is closed while having opened a script from the installation, and a different HIPE version is started afterwards, a warning is shown informing that the opened script belongs to other version.
- LOCK files from previous connections to the HSA not properly closed are asked to be removed at HIPE startup.
- Panel for Startup & Shutdown preferences has been improved.
| |
Navigator
- Compressed FITS files are recognized and opened as such.
| |
< < |
- Enhanced mechanism for file identification; it supports XML file descriptors of observations -see MyHSA-.
| > > |
- Enhanced mechanism for file identification; it supports XML file descriptors of observations.
| |
Jython editor
- Autoindent and unident improved. Note that the corresponding preference must be marked to make use of this functionality.
| | Images
Display
- Major speedup when zooming in on images. Less memory is used when zooming in.
| |
< < |
- Fixed some memory issues. The display does not longer keep a lot of memory in use.
- It is possible to hide or show the panel with the panner and the zoom
| > > |
- Fixed some memory issues. The display does no longer keep a lot of memory in use.
- It is possible to hide or show the panel with the panner and the zoom.
| |
Analysis | | Product Access Layer
Tasks | |
< < | | > > | | |
- Added descriptions to tasks. All tasks can provide a high level description (shown in tooltips in Task View).
| |
< < |
- Simplified localStoreWriter task
| > > |
- Simplified localStoreWriter task.
| |
Quality control | |
< < |
- QCR Browser allow to perform bulk actions on several qc reports simultaneously
| > > |
- QCR Browser allows you to perform bulk actions on several quality control reports simultaneously.
| |
-
- This includes: Generate QC Summary directly as a menu option
| |
< < |
- Show metadata proCaveats in the browser
- Operator can assign different colors to the quality flags
| > > |
- Show metadata proCaveats in the browser.
- Operator can assign different colors to the quality flags.
| |
Systematic product generation | |
< < |
- SPG GUI can now launch OD preprocessing ( Missing TM , Events Log , HK products )
- Connect to database only when needed, releasing this resource otherwise
| > > |
- SPG GUI can now launch OD preprocessing (Missing TM , Events Log , HK products).
- Connect to database only when needed, releasing this resource otherwise.
| | | |
< < |
-
- Re-process feature for SYSTEMATIC and ON_DEMAND when the original data is obsolete
| > > |
-
- Re-process feature for SYSTEMATIC and ON_DEMAND when the original data is obsolete.
| |
-
- Cancel the OC ingestion if the process throws an Error or Exception.
| |
< < |
-
- Limit the number of obs. being processed
- Memory management in operation's environment for subordinate jobs
- On-demand pipelines must be able to process any observation with the latest auxiliary and calibration data
| > > |
-
- Limit the number of observations being processed.
- Memory management in operation's environment for subordinate jobs.
- On-demand pipelines must be able to process any observation with the latest auxiliary and calibration data.
| |
Bulk specific tool: | |
< < |
- Operator can now re-execute individual jobs
- Ability to launch one of 2 parallel mode obsids
| > > |
- Operator can now re-execute individual jobs.
- Ability to launch one of two parallel mode obsids.
| |
Data input-output | | Documentation
Help viewer | |
< < |
- Advanced search functionality
- Added information about currently viewed document and current version of HIPE
- New functionality to jump to the index page of the currently open manual
| > > |
- Completely redesigned Welcome page.
- Advanced search functionality.
- Added information about currently viewed document and current version of HIPE.
- New functionality to jump to the index page of the currently open manual.
| |
HIFI |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | Spectra
Display
Analysis | |
> > |
- A Spectrum Integrator is available as prototype. Currently only the basic functionality is available from the commandline and it allows to integrate part of a (background subtracted) spectrum. The data is expected to be in the form of a SpectralSegment (seg in the examples below).
- Integration: The return value is a double.
- i = Integrator.doIntegration(seg)
- Integration over ranges: The return value is an array of n doubles. The windows are formatted as [start, stop, start, stop, ...]. So for one window from a to b: [a, b], and for n windows: [a1, b1, a2, b2, ..., an, bn]
- i = Integrator.doIntegration(seg, [windows])
- Integration over ranges with 1st order background removal: The background is removed by fitting a 1st order poly in the [masks] areas. The format of [masks] is similar to the [windows] format.
- i = Integrator.doIntegration(seg, [windows], [masks])
- Integration over ranges with nth order background removal:
- from herschel.ia.toolbox.spectrum.integrator import Integrator
- i = Integrator.doIntegration(seg, [windows], [masks], n)
How to get a SpectralSegment (HIFI example)
To get a SpectralSegment from the HIFI observation context 'obs', e.g. the first dataset of the level-2 HRS_L_LSB:
d = obs.refs["level2"].product.refs["HRS-H-LSB"].product.refs["1"].product["dataset"]
This is a HrsSpectrumDataset (which is a SpectrumContainer). Visualising this in the SpectrumExplorer shows that is contains one
spectrum with 8 subbands. Each of the subbands is a SpectralSegment. Get any as:
seg = d.getPointSpectrum(0).getSegment('any')
The variable 'seg' can now be used in the Integrator. | |
Data cubes
Display |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | SPIRE
Calibration Products | |
< < | | > > |
- Added PCAL calibration products for the spectrometer
| | Calibration Framework
Preprocessing | |
> > |
- Added processing of PCAL flashes executed in spectrometer observations
| |
Engineering Conversion
Common Pipeline
Photometer Pipeline | |
> > |
- Added flag to include or exclude turnaround data inscan map observations.
| |
Spectrometer Pipeline |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
- The criterion for determining the valid FITS extensions has been unified among different views and dialogues of HIPE.
- The error dialogue that includes an exception trace has it collapsed by default.
| |
> > | Plug-ins
A number of different small issues related to plug-ins have been resolved, including
- issues with the installation,
- path names containing spaces (important for Windows XP),
- proper clean-up in case of failed installation,
- reducing the number of required restarts.
| | Plotting
- A small subplot can be put inside a bigger plot.
TablePlotter |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | Spectroscopy
Documentation | |
< < | | > > |
- Updated the PACS Data Reduction Guide to follow the new spectroscopy pipeline scripts (chp3), and added a chapter on MadMap (this only got in a bit later in 6Track, however). Minor updates to the other chapters to reflect other changes in the system.
| | SPIRE
Calibration Products |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
HIPE | |
> > | Help & Support
- Help > About shows the HIPE release number as well as the build number.
- Data reduction guides for the different instruments are available directly from the Help menu.
- HSC Helpdesk can be accessed from the Help menu.
- Crash reports can be sent for analysis to the HSC upon user confirmation.
- Tip of the Day additions.
- Enhanced help for
jylaunch tool in the terminal.
Startup & Shutdown
- The user is informed about variables that couldn't be saved. Note that saving variables on exit is optional; it can be set in preferences.
- If HIPE is closed while having opened a script from the installation, and a different HIPE version is started afterwards, a warning is shown informing that the opened script belongs to other version.
- LOCK files from previous connections to the HSA not properly closed are asked to be removed at HIPE startup.
- Panel for Startup & Shutdown preferences has been improved.
Editors & Views
Outline
When a task is selected, a summary information of it is shown.
Console
The awkward horizontal scroll bar has been removed.
History
Copying an entire exception trace can be done with the history entry collapsed.
Variables
Delete (selection) and Delete all buttons distinguished.
Navigator
- Compressed FITS files are recognized and opened as such.
- Enhanced mechanism for file identification; it supports XML file descriptors of observations -see MyHSA-.
Jython editor
- Autoindent and unident improved. Note that the corresponding preference must be marked to make use of this functionality.
- The line continuation character \ is highlighted at the end of a line.
Task dialogue
Checkboxes for boolean parameters accept variables holding an integer with value 0 (false) or 1 (true).
Menus
- All dialogs and windows opened from HIPE, including plots, can be accessed through Window > Select Window.
- Available views have been categorized under Window > Show View.
- Entries of the File > New... menu have been simplified.
Preferences
- Configuration properties can be edited directly from the preferences dialogue, by means of the new Advanced... button.
- Saving preferences (with OK or Apply) is now faster and robust against failures.
- Panel for Startup & Shutdown preferences has been improved.
Jobs control
- Running jobs can be consulted and cancelled individually with the new Running Jobs button at the left side of the progress bar.
- If more than one job is running, clicking on the Stop button will show a similar dialogue to choose the job(s) to stop.
Miscellanea
- The criterion for determining the valid FITS extensions has been unified among different views and dialogues of HIPE.
- The error dialogue that includes an exception trace has it collapsed by default.
| | Plotting
- A small subplot can be put inside a bigger plot.
TablePlotter |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
- Calibration framework : As of build 6.0.1452 the calibration framework will read the calibration products no longer from the distribution, but from a directory on your local machine.
- You will be presented with a popup dialog asking to install the calibration. The dialog looks like this.
| |
< < | | > > |
-
- Screen Shot Calibration Framework:
| | *Please go through the process of installing the calibration products on your local machine.
-
- During the HIPE startup process, the calibration framework will check for new updates in the background and notify you of any updates.
- If you want to start the update manually, go to the Tools>pacs-cal menu and select Run Updater...
| | <--
-->
\ No newline at end of file | |
> > |
META FILEATTACHMENT |
attachment="Screen_shot_2010-12-14_at_10.34.04.png" attr="" comment="Screen Shot Calibration Framework" date="1295274545" name="Screen_shot_2010-12-14_at_10.34.04.png" path="Screen_shot_2010-12-14_at_10.34.04.png" size="54742" stream="Screen_shot_2010-12-14_at_10.34.04.png" user="Main.EkkehardWieprecht" version="1" |
|
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | PACS
Pipeline | |
> > |
- Full functional slicing framework
- used for spectrometer processing, only partly used for photometer processing
-
- Significant cleanup and re organisation of interactive processing scripts.
- New structure of Menu -> Pipeline -> PACS
- A number of instrument mode specific user provided IA scripts are available now
| | Photometry | |
> > |
- Proposal for a two-stage photometer pipeline with masked highpass filtering implemented
- MMT Deglitching may mask a glitch, although the signal would be unmodified
- Improvements on data filtering (usage of BBID in removeCalBlocks, usage of scan legs etc.)
- Significant improvements in the SSO astrometry (correctRaDec4Sso)
- Full functional MadMap processing implementation inclusive of cross scans
| | Spectroscopy | |
> > |
- Linearity correction removed from pipeline scripts
- Usage of elements of the Spectrum Explorer
- The fitter tool can now be used for all PACS products.
| |
Calibration
Photometry
Spectroscopy | |
> > |
- New wavelength calibration applied by using the cal file wavePolynomes
- The NominalResponse cal file is active, including the 1.3 and 1.1 ILT to flight conversion factors.
- This means, if you process data you shall not apply these correction factors manually.
- Also the pixel-pixel flatfield improvement described in PICC-KL-TN-045 (available in the central file) is implemented in this NominalResponse calfile
| |
Analysis tools | |
> > |
- Calibration framework : As of build 6.0.1452 the calibration framework will read the calibration products no longer from the distribution, but from a directory on your local machine.
- You will be presented with a popup dialog asking to install the calibration. The dialog looks like this.
-
*Please go through the process of installing the calibration products on your local machine.
- During the HIPE startup process, the calibration framework will check for new updates in the background and notify you of any updates.
- If you want to start the update manually, go to the Tools>pacs-cal menu and select Run Updater...
- You can read more about the PACS Calibration Framework in the comprehensive document available in the public part of the Wiki.
- Data Access : A new keyword is introduced to getObservation which allows the user to disable the Cache when using the HSA.
- obs = getObservation(123456789, useHsa=True, useCache=False)
- This should solve many problems when the user just wants to download and save an observation from the HSA on his/her local machine, as the data will not be saved twice (once in the cache and once in the local store pool) anymore.
| | Photometry
Spectroscopy |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
Quality control | |
< < |
- QCR Browser should allow to perform bulk actions on several qc reports simultaneously
| > > |
- QCR Browser allow to perform bulk actions on several qc reports simultaneously
| |
-
- This includes: Generate QC Summary directly as a menu option
- Show metadata proCaveats in the browser
- Operator can assign different colors to the quality flags
|
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | Spectrometer Pipeline
Level 0 to Level 0.5 | |
< < | | > > | See Engineering Conversion | |
Level 0.5 to Level 1
Processing Steps
Phase Correction | |
< < |
- A new algorithm has been implemented that corrects for asymmetries using the low-resolution portion of the measured interferograms.
| > > | A new algorithm has been implemented that corrects for asymmetries using the low-resolution portion of the measured interferograms. | |
Data Products | |
< < |
- Level-1 spectral products now contain all measured extended flux-calibrated spectra rather than the average spectra per detector.
| > > | Level-1 spectral products now contain all measured extended flux-calibrated spectra rather than the average spectra per detector. | |
Level 1 to Level 2
Processing Steps
Spectral Averaging | |
< < |
- The spectral averaging step is now only apply to Sparse, Point-source observations.
- The error column in the output data product is now populated with the standard error of the mean (Standard Deviation / SQRT(Number of Samples)) of the input spectral samples.
| > > |
- The spectral averaging step is now only apply to Sparse, Point-source observations.
- The error column in the output data product is now populated with the standard error of the mean (Standard Deviation / SQRT(Number of Samples)) of the input spectral samples.
| |
Spectral Maps | |
< < |
- NaiveProjectionTask replaces NearestNeighbourProjectionTask for spectral cube creation
Level2 spectral cubes are now generated by NaiveProjectionTask. NaiveProjectionTask creates spectral cubes by averaging flux values within each pixel.
- All measured spectra per detector per Point and Jiggle position are now supplied as input to the Spectral mapping step.
- The execution speed of NaiveProjectionTask has been greatly improved - a set of high resolution spectra is now processed in approximately 10 seconds.
| > > | Level2 spectral cubes are now created by averaging flux values within each pixel in the output map. In addition, the execution speed of Spectral Mapping processing step has been greatly improved - a set of high resolution spectra is now processed in approximately 10 seconds. | |
Data Products | |
< < |
- Level-1 spectral products now contain all measured extended flux-calibrated spectra rather than the average spectra per detector.
| > > | Level-1 spectral products now contain all measured extended flux-calibrated spectra rather than the average spectra per detector. | |
New Utitlities
A new set of utility functions and tasks have been implemented for HIPE version 6. | |
< < | filterChannels
* A task that allows one to remove a selection of channels from any type of SPRIE FTS data product.
removeOutOfBand
* A utility task that allows one to remove a from a SPIRE FTS Spectral data product spectral samples outside a specified band.
makeSameOpds
* A utility task that allows one to remove a from a SPIRE FTS Interferogram data product samples outside a specified OPD range.
mergeFtsBuildingBlocks
* A utility task that merges Level-1 SPIRE FTS Interferogram and Nominal Housekeeping products.
specMergeHighLowSds
* A utility task that is used for HR=+=LR SPIRE FTS observations. This task appends the LR portion of the interferograms from the HR buildling block to the interferograms from the LR building block at each Point and Jiggle position of the observation.
observationLayout
* A utility task that inspects the Level-0.5 context of a SPIRE FTS observation and returns a table linking the Building Block ID numbers with Point numbers, Jiggle numbers, and the commanded resolution. | > > |
-
filterChannels . A task that allows one to remove a selection of channels from any type of SPRIE FTS data product.
-
removeOutOfBand A utility task that allows one to remove a from a SPIRE FTS Spectral data product spectral samples outside a specified band.
-
makeSameOpds A utility task that allows one to remove a from a SPIRE FTS Interferogram data product samples outside a specified OPD range.
-
mergeFtsBuildingBlocks A utility task that merges Level-1 SPIRE FTS Interferogram and Nominal Housekeeping products.
-
specMergeHighLowSds A utility task that is used for HR=+=LR SPIRE FTS observations. This task appends the LR portion of the interferograms from the HR buildling block to the interferograms from the LR building block at each Point and Jiggle position of the observation.
-
observationLayout A utility task that inspects the Level-0.5 context of a SPIRE FTS observation and returns a table linking the Building Block ID numbers with Point numbers, Jiggle numbers, and the commanded resolution.
| |
Interactive Analysis and Tools | |
Interactive Analysis and Tools | |
> > | | | Mosaic plotting utility | |
< < | * A new plotting utility, Mosaic , has been developed to allow one to plot the contents of a SPIRE FTS Interferogram or Spectral Data Product in a grid that corresponds to the physical layout of the SPIRE SLW and SSW detector arrays. | > > | A new plotting utility, Mosaic , has been developed to allow one to plot the contents of a SPIRE FTS Interferogram or Spectral Data Product in a grid that corresponds to the physical layout of the SPIRE SLW and SSW detector arrays. | |
Documentation |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | Photometer Pipeline
Spectrometer Pipeline | |
< < | NaiveProjectionTask replaces NearestNeighbourProjectionTask for spectral cube creation
Level2 spectral cubes are now generated by NaiveProjectionTask. NaiveProjectionTask creates spectral cubes by averaging flux values within each pixel. The execution speed of NaiveProjectionTask has been greatly improved - a set of high resolution spectra is now processed in approximately 10 seconds.
Browse product image for observations
Within Hipe, observations with spectral cubes (observations with multiple raster positions or jiggle positions) now display an image summarizing the cubes. The image consists of the median flux values for each pixel of the SLW and SSW unapodized cubes. For observations without spectral cubes (sparse observations, no jiggle), an image showing a plot spectra of the central detectors is displayed. | | | |
< < | New Module: spire_ia_pipeline_spec_util | > > | Level 0 to Level 0.5 | | | |
< < | This module contains helper classes used in the SPIRE spectrometer pipelines. | > > | Level 0.5 to Level 1 | | | |
< < | FilterChannelsTask | > > | Processing Steps | | | |
< < | This task removes or retains a list of channels from an SDT, SDI, or SDS. | > > | Phase Correction
- A new algorithm has been implemented that corrects for asymmetries using the low-resolution portion of the measured interferograms.
| | | |
< < | RemoveOutOfBandTask | > > | Data Products
- Level-1 spectral products now contain all measured extended flux-calibrated spectra rather than the average spectra per detector.
| | | |
< < | This task removes out-of-band spectral components from an input SDS. | > > | Level 1 to Level 2 | | | |
< < | ObservationLayoutTask | > > | Processing Steps
Spectral Averaging
- The spectral averaging step is now only apply to Sparse, Point-source observations.
- The error column in the output data product is now populated with the standard error of the mean (Standard Deviation / SQRT(Number of Samples)) of the input spectral samples.
| | | |
< < | This task determines the characteristics of an observation, namely point numbers, jiggle numbers, resolution, and building blocks IDs, and places them into a SpecObsContents dataset. | > > | Spectral Maps
- NaiveProjectionTask replaces NearestNeighbourProjectionTask for spectral cube creation
Level2 spectral cubes are now generated by NaiveProjectionTask. NaiveProjectionTask creates spectral cubes by averaging flux values within each pixel.
- All measured spectra per detector per Point and Jiggle position are now supplied as input to the Spectral mapping step.
- The execution speed of NaiveProjectionTask has been greatly improved - a set of high resolution spectra is now processed in approximately 10 seconds.
| | | |
< < | MakeSameOpdsTask | > > | Data Products
- Level-1 spectral products now contain all measured extended flux-calibrated spectra rather than the average spectra per detector.
| | | |
< < | This task makes all interferograms in an SDI have an OPD range consistent with the commanded resolution, truncating the data if necessary. | > > | New Utitlities
A new set of utility functions and tasks have been implemented for HIPE version 6. | | | |
< < | MergeFtsBuildingBlocksTask | > > | filterChannels
* A task that allows one to remove a selection of channels from any type of SPRIE FTS data product.
removeOutOfBand
* A utility task that allows one to remove a from a SPIRE FTS Spectral data product spectral samples outside a specified band.
makeSameOpds
* A utility task that allows one to remove a from a SPIRE FTS Interferogram data product samples outside a specified OPD range.
mergeFtsBuildingBlocks
* A utility task that merges Level-1 SPIRE FTS Interferogram and Nominal Housekeeping products.
specMergeHighLowSds
* A utility task that is used for HR=+=LR SPIRE FTS observations. This task appends the LR portion of the interferograms from the HR buildling block to the interferograms from the LR building block at each Point and Jiggle position of the observation.
observationLayout
* A utility task that inspects the Level-0.5 context of a SPIRE FTS observation and returns a table linking the Building Block ID numbers with Point numbers, Jiggle numbers, and the commanded resolution. | | | |
< < | This task merges multiple SDIs and NHKTs into a single SDI and NHKT. | |
Interactive Analysis and Tools | |
> > | Mosaic plotting utility
* A new plotting utility, Mosaic , has been developed to allow one to plot the contents of a SPIRE FTS Interferogram or Spectral Data Product in a grid that corresponds to the physical layout of the SPIRE SLW and SSW detector arrays. | |
Documentation |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
Quality control | |
> > |
- QCR Browser should allow to perform bulk actions on several qc reports simultaneously
- This includes: Generate QC Summary directly as a menu option
- Show metadata proCaveats in the browser
- Operator can assign different colors to the quality flags
| | Systematic product generation | |
> > |
- SPG GUI can now launch OD preprocessing ( Missing TM , Events Log , HK products )
- Connect to database only when needed, releasing this resource otherwise
- Extended process:
- Re-process feature for SYSTEMATIC and ON_DEMAND when the original data is obsolete
- Cancel the OC ingestion if the process throws an Error or Exception.
- Limit the number of obs. being processed
- Memory management in operation's environment for subordinate jobs
- On-demand pipelines must be able to process any observation with the latest auxiliary and calibration data
Bulk specific tool:
- Operator can now re-execute individual jobs
- Ability to launch one of 2 parallel mode obsids
| | Data input-output
Virtual Observatory |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
Documentation | |
> > | Help viewer
* Advanced search functionality
* Added information about currently viewed document and current version of HIPE
* New functionality to jump to the index page of the currently open manual | | HIFI
HIFI Software Configuration and Properties |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
Tasks | |
< < |
- Added descriptions to tasks. All tasks should provide a high level description (shown in tooltips in Task View).
| > > |
- Added descriptions to tasks. All tasks can provide a high level description (shown in tooltips in Task View).
| |
- Simplified localStoreWriter task
Quality control |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | Photometer Pipeline
Spectrometer Pipeline | |
> > | NaiveProjectionTask replaces NearestNeighbourProjectionTask for spectral cube creation
Level2 spectral cubes are now generated by NaiveProjectionTask. NaiveProjectionTask creates spectral cubes by averaging flux values within each pixel. The execution speed of NaiveProjectionTask has been greatly improved - a set of high resolution spectra is now processed in approximately 10 seconds.
Browse product image for observations
Within Hipe, observations with spectral cubes (observations with multiple raster positions or jiggle positions) now display an image summarizing the cubes. The image consists of the median flux values for each pixel of the SLW and SSW unapodized cubes. For observations without spectral cubes (sparse observations, no jiggle), an image showing a plot spectra of the central detectors is displayed. | |
New Module: spire_ia_pipeline_spec_util |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | Tasks
- Improved documentation
- Added descriptions to tasks. All tasks should provide a high level description (shown in tooltips in Task View).
| |
< < | | > > |
- Simplified localStoreWriter task
| |
Quality control |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
RemoveOutOfBandTask | |
< < | This task removes out-of-band spectral components from an input SDS. The input SDS will be modified and returned as output. | > > | This task removes out-of-band spectral components from an input SDS. | |
ObservationLayoutTask |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | Product Access Layer
Tasks | |
> > |
- Improved documentation
- Added descriptions to tasks. All tasks should provide a high level description (shown in tooltips in Task View).
| |
Quality control |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | HIPE
Plotting | |
> > |
- A small subplot can be put inside a bigger plot.
| | TablePlotter
OverPlotter
Dataset viewer |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
Spectrometer Pipeline
| |
> > | New Module: spire_ia_pipeline_spec_util
This module contains helper classes used in the SPIRE spectrometer pipelines.
FilterChannelsTask
This task removes or retains a list of channels from an SDT, SDI, or SDS.
RemoveOutOfBandTask
This task removes out-of-band spectral components from an input SDS. The input SDS will be modified and returned as output.
ObservationLayoutTask
This task determines the characteristics of an observation, namely point numbers, jiggle numbers, resolution, and building blocks IDs, and places them into a SpecObsContents dataset.
MakeSameOpdsTask
This task makes all interferograms in an SDI have an OPD range consistent with the commanded resolution, truncating the data if necessary.
MergeFtsBuildingBlocksTask
This task merges multiple SDIs and NHKTs into a single SDI and NHKT. | | Interactive Analysis and Tools
Documentation |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
HiClass export tool | |
< < | HIFI Documentation | > > | Documentation | |
PACS
Pipeline
Photometry | |
< < | Spectrometry | > > | Spectroscopy | |
Calibration
Photometry | |
< < | Spectrometry | > > | Spectroscopy | |
Analysis tools
Photometry | |
< < | Spectrometry | > > | Spectroscopy | |
Product changes
Photometry | |
< < | Spectrometry | > > | Spectroscopy | |
Documentation | |
< < | Other | | SPIRE
Calibration Products | |
Documentation | |
< < | Other | | <--
-->
\ No newline at end of file |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
HIFI | |
< < | hifiPipelineTask | > > | HIFI Software Configuration and Properties | | | |
< < | HRS Pipeline | > > | HIFI Calibration | | | |
< < | WBS Pipeline
Level 1 Pipeline
Level 2 Pipeline
Products
DoDeconvolution
DoGridding
FitHifiFringe | > > | HIFI Pipeline
hifiPipeline task
Level 0 Pipeline
WBS Pipeline
HRS Pipeline
Level 1 Pipeline
Level 2 Pipeline
HIFI Products
HIFI Spectrum Toolbox
Spectrum Explorer (HIFI specifics)
Spectrum tasks (HIFI specifics)
HIFI Data Processing Tools
Standing Wave Removal
Baseline Removal
Deconvolution
Spectral Cube creation | |
HiClass export tool | |
< < | Flags | > > | HIFI Documentation | | | |
< < | SpectrumExplorer (HIFI specifics)
HIFI DP scripts (User tool scripts)
Documentation
Other | |
PACS |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | | Documentation
Other
\ No newline at end of file | |
> > |
<--
--> | | \ No newline at end of file |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
Core system | |
> > | The Java Virtual Machine included in Windows and Linux downloads has been updated to version 1.6.0_22. | | HIPE
Plotting |
|
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6 | |
Images
Display | |
> > |
- Major speedup when zooming in on images. Less memory is used when zooming in.
- Fixed some memory issues. The display does not longer keep a lot of memory in use.
- It is possible to hide or show the panel with the panner and the zoom
| | Analysis
Spectra |
|
> > |
META TOPICPARENT |
name="HipeWhatsNew" |
What's New in HIPE 6
Core system
HIPE
Plotting
TablePlotter
OverPlotter
Dataset viewer
Astronomical utilities
Numeric routines
Data fitting
Data interpolation
Random numbers
Statistics
Trend analysis
Mapping
Other functions
Source extraction
Images
Display
Analysis
Spectra
Display
Analysis
Data cubes
Display
Analysis
Herschel Science Archive
Calibration sources
Products and datasets
Observation context
Product Access Layer
Tasks
Quality control
Systematic product generation
Data input-output
Virtual Observatory
Installer
Documentation
HIFI
hifiPipelineTask
HRS Pipeline
WBS Pipeline
Level 1 Pipeline
Level 2 Pipeline
Products
DoDeconvolution
DoGridding
FitHifiFringe
HiClass export tool
Flags
SpectrumExplorer (HIFI specifics)
HIFI DP scripts (User tool scripts)
Documentation
Other
PACS
Pipeline
Photometry
Spectrometry
Calibration
Photometry
Spectrometry
Analysis tools
Photometry
Spectrometry
Product changes
Photometry
Spectrometry
Documentation
Other
SPIRE
Calibration Products
Calibration Framework
Preprocessing
Engineering Conversion
Common Pipeline
Photometer Pipeline
Spectrometer Pipeline
Interactive Analysis and Tools
Documentation
Other |
|
|
|