Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
<-- ANALYTICS CODE - DO NOT EDIT --> <-- Google Analytics script BEGIN --> <-- Google Analytics script END --> | ||||||||
Line: 9 to 9 | ||||||||
| ||||||||
Added: | ||||||||
> > | Known issues in HIPE 12
Ticket number: | |||||||
Known issues in HIPE 11Reading observations stored as tarball archives that contain new data types does not work in HIPE 11 | ||||||||
Line: 20 to 122 | ||||||||
WARNING: Could not open /home/user/1342219630-herschel.ia.obs.ObservationContext-580157.xml: herschel.ia.task.TaskException: Error processing getObservation task: | ||||||||
Changed: | ||||||||
< < | Class definition not found for urn urn:hsa:herschel.spire.ia.dataset.PhotApertureEfficiency:0: herschel.spire.ia.dataset.PhotApertureEfficiency | |||||||
> > | Class definition not found for urn urn:hsa:herschel.spire.ia.dataset.PhotApertureEfficiency:0: herschel.spire.ia.dataset.PhotApertureEfficiency | |||||||
Root cause: The root cause is that the class herschel.spire.ia.dataset.PhotApertureEfficiency (among others) is new for data processed with HCSS 12 and doesn't exist in previous versions of HIPE. Previous versions cannot open tarballs containing these types of data. | ||||||||
Line: 56 to 156 | ||||||||
Error message: Querying the pool using the Product Browser returns nothing (no error message). Opening the observation from the Console using getObservation returns the following error message: | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
herschel.ia.task.TaskException: Error processing getObservation task: Index Version not compatible. Expected : 4 Existing: 6.
Pool | ||||||||
Changed: | ||||||||
< < | More information can be found in the Data Analysis Guide, section 1.2.2.1 (Update of index format for local stores). | |||||||
> > | More information can be found in the Data Analysis Guide, section 1.2.2.1 (Update of index format for local stores). | |||||||
Notes about the error message:
| ||||||||
Line: 71 to 170 | ||||||||
Workaround:
Any of the following commands will rebuild the index of the pool:
| ||||||||
Changed: | ||||||||
< < | LocalStoreFactory.getStore(pool_name).rebuildIndex() | |||||||
> > | LocalStoreFactory.getStore(pool_name).rebuildIndex() | |||||||
| ||||||||
Changed: | ||||||||
< < | store.writablePool.rebuildIndex() | |||||||
> > | store.writablePool.rebuildIndex() | |||||||
Case 3: | ||||||||
Line: 152 to 245 | ||||||||
Pools unreadable with Unknown format version: -11 errorIf you installed a developer build of HIPE 10 between 10.0.2069 and 10.0.2674 and modified any of your pools you will find those pools are no longer readable in any other HIPE version; when trying to load a pool withgetObservation you will get the following error message: | ||||||||
Changed: | ||||||||
< < |
herschel.ia.task.TaskException: Error processing getObservation task: Unknown format version: -11 | |||||||
> > | herschel.ia.task.TaskException: Error processing getObservation task: Unknown format version: -11 | |||||||
See the Data Analysis Guide for a recovery procedure. You can download from this page the first and second script mentioned in the procedure. Change the extension from .py.txt to .py after downloading. | ||||||||
Line: 172 to 263 | ||||||||
Format change for exported variables | ||||||||
Changed: | ||||||||
< < | The file format of variables exported with File --> Session --> Export has changed in HIPE 10. This means that HIPE 10 will not be able to read session variables exported with HIPE 9, and vice-versa. If you exported variables with HIPE 9 or a previous version, follow this workaround to read them in HIPE 10: | |||||||
> > | The file format of variables exported with File --> Session --> Export has changed in HIPE 10. This means that HIPE 10 will not be able to read session variables exported with HIPE 9, and vice-versa. If you exported variables with HIPE 9 or a previous version, follow this workaround to read them in HIPE 10: | |||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
HIPE cannot send data to an external application via SAMP | ||||||||
Line: 268 to 359 | ||||||||
Problem with PACS background normalization script | ||||||||
Changed: | ||||||||
< < | The ChopNodBackgroundNormalizationRange interactive pipeline script (Pipelines --> PACS --> Spectrometer --> Chopper large range scan SED --> Background Normalization) is missing a definition of the variable target . After loading the observation, assuming it is stored in a variable called obs , you can define the missing target variable as follows: | |||||||
> > | The ChopNodBackgroundNormalizationRange interactive pipeline script (Pipelines --> PACS --> Spectrometer --> Chopper large range scan SED --> Background Normalization) is missing a definition of the variable target . After loading the observation, assuming it is stored in a variable called obs , you can define the missing target variable as follows: | |||||||
Changed: | ||||||||
< < | target = obs.meta["object"].value.replace(" ","_") | |||||||
> > | target = obs.meta["object"].value.replace(" ","_") | |||||||
PACS task specFlatFieldLine problem with NaN values | ||||||||
Line: 284 to 376 | ||||||||
if not cube.containsMask("INVALID"): cube.addMask("INVALID","Invalid signal values") cube.setMask("INVALID",invalid) | ||||||||
Changed: | ||||||||
< < | slicedCube.replace(i,cube) | |||||||
> > | slicedCube.replace(i,cube) | |||||||
HIPE hangs when pressing the activate/deactivate button in the mask panel of the Spectrum Explorer PACS extensions | ||||||||
Line: 313 to 404 | ||||||||
HIPE crash linked to JAMA (Java Matrix) libraryHIPE may crash without warning when executing parts of the bundled JAMA library. If you experience a sudden crash when running a script, this may be the cause, even if there are no obvious references to matrices in the script. Take the following steps to prevent the crash from happening: | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Problem with transpose task | ||||||||
Line: 323 to 414 | ||||||||
Velocity map creation in Legacy Cube Spectrum Analysis Toobox (CSAT) fails | ||||||||
Changed: | ||||||||
< < | The creation of velocity maps with the Legacy CSAT fails; the task will hang without an error message. CSAT is no longer supported and the new cube toolbox, which uses an improved algorithm for velocity map making, should be used instead. See 6.8.3 in the Herschel Data Analysis Guide for information about using the new cube toolbox. | |||||||
> > | The creation of velocity maps with the Legacy CSAT fails; the task will hang without an error message. CSAT is no longer supported and the new cube toolbox, which uses an improved algorithm for velocity map making, should be used instead. See 6.8.3 in the Herschel Data Analysis Guide for information about using the new cube toolbox. | |||||||
Flag set in HIFI's flagTool task do not appear to be used by the fitBaseline task | ||||||||
Line: 336 to 426 | ||||||||
calTree = getCalTree(time=frames.startDate) frames=photAssignRaDec(frames,calTree=calTree) | ||||||||
Changed: | ||||||||
< < | convertL1ToScanam(frames,assignRaDec=False) | |||||||
> > | convertL1ToScanam(frames,assignRaDec=False) | |||||||
Fixed in HIPE 9.2. | ||||||||
Line: 354 to 443 | ||||||||
ScanSpeedMask = frames.getMask('ScanSpeedMask')[0,0,:] indexSpeed = ScanSpeedMask.where(ScanSpeedMask==False) | ||||||||
Changed: | ||||||||
< < | map = photProject(frames.select(indexSpeed), calTree=calTree,calibration=True) | |||||||
> > | map = photProject(frames.select(indexSpeed), calTree=calTree,calibration=True) | |||||||
This bug shall be corrected in the next Hipe versions.
Known issues in HIPE 8.1 | ||||||||
Line: 393 to 482 | ||||||||
![]() | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 398 to 487 | ||||||||
| ||||||||
Deleted: | ||||||||
< < | ||||||||
Changed: | ||||||||
< < | java.vm.options = -Dsun.java2d.opengl=true | |||||||
> > | java.vm.options = -Dsun.java2d.opengl=true | |||||||
![]() | ||||||||
Line: 422 to 509 | ||||||||
| ||||||||
Deleted: | ||||||||
< < | ||||||||
Changed: | ||||||||
< < | herschel.share.util.ConfigurationException: Failed to locate product in cache | |||||||
> > | herschel.share.util.ConfigurationException: Failed to locate product in cache | |||||||
To solve the problem, try one or more of the following: | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 443 to 527 | ||||||||
for i in range(3): print i | ||||||||
Changed: | ||||||||
< < | print "Finished" | |||||||
> > | print "Finished" | |||||||
The line by line execution will run the for loop and the print "Finished' statement in the same step. A workaround for this behaviour is to add a pass command after the end of the compound statement. The pass command will be executed in the same step as the for loop, but without any effect: | ||||||||
Deleted: | ||||||||
< < | ||||||||
for i in range(3): print i | ||||||||
Line: 452 to 534 | ||||||||
for i in range(3): print i pass | ||||||||
Changed: | ||||||||
< < | print "Finished" | |||||||
> > | print "Finished" | |||||||
Known issues in HIPE 6.1 | ||||||||
Line: 472 to 553 | ||||||||
The mosaic task fails if your default language uses a different delimiter for decimal numbers than English (for example, a comma rather than a dot).
A workaround is to add the following line to your hipe.props file: | ||||||||
Deleted: | ||||||||
< < | ||||||||
Changed: | ||||||||
< < | java.vm.options = -Duser.language=en -Duser.region=en | |||||||
> > | java.vm.options = -Duser.language=en -Duser.region=en | |||||||
The file should be in the .hcss subdirectory of your home directory. If the file does not exist, create it. If the file already contains a line defining the java.vm.options property, you can add the two values -Duser.language=en and -Duser.region=en at the end of the line, separated by a space from the other values. | ||||||||
Line: 488 to 567 | ||||||||
When using the Product Browser perspective, a query with no results creates an empty product called p in the Variables view.
Steps to reproduce: | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
See the Data Analysis Guide for more information on the Product Browser perspective. | ||||||||
Line: 498 to 577 | ||||||||
| ||||||||
Added: | ||||||||
> > | ||||||||
Changed: | ||||||||
< < | 31-Jan-11 10:00:17.797 WARNING NavigatorView: Error checking file /bin: java.util.concurrent.TimeoutException | |||||||
> > | 31-Jan-11 10:00:17.797 WARNING NavigatorView: Error checking file /bin: java.util.concurrent.TimeoutException | |||||||
Workaround: set the property hcss.hipe.refreshPeriod as follows: | ||||||||
Added: | ||||||||
> > | ||||||||
Changed: | ||||||||
< < | hcss.hipe.refreshPeriod = 3600000 | |||||||
> > | hcss.hipe.refreshPeriod = 3600000 | |||||||
See the HIPE Owner's Guide for information on how to set properties.
Known issues in HIPE 5.3 | ||||||||
Line: 522 to 603 | ||||||||
Core
| ||||||||
Added: | ||||||||
> > | ||||||||
Changed: | ||||||||
< < | 31-Jan-11 10:00:17.797 WARNING NavigatorView: Error checking file /bin: java.util.concurrent.TimeoutException | |||||||
> > | 31-Jan-11 10:00:17.797 WARNING NavigatorView: Error checking file /bin: java.util.concurrent.TimeoutException | |||||||
Workaround: set the property hcss.hipe.refreshPeriod as follows: | ||||||||
Added: | ||||||||
> > | ||||||||
Changed: | ||||||||
< < | hcss.hipe.refreshPeriod = 3600000 | |||||||
> > | hcss.hipe.refreshPeriod = 3600000 | |||||||
See the HIPE Owner's Guide for information on how to set properties. | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Exception in thread "AWT-EventQueue-0" java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372) at java.util.AbstractList$Itr.next(AbstractList.java:343) at herschel.ia.gui.kernel.parts.impl.AbstractSite.opened(AbstractSite.java:468) | ||||||||
Changed: | ||||||||
< < | ... | |||||||
> > | ... | |||||||
| ||||||||
Line: 566 to 649 | ||||||||
PACS | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 577 to 660 | ||||||||
| ||||||||
Added: | ||||||||
> > | ||||||||
Deleted: | ||||||||
< < | ||||||||
<-- COMMENT BOX CODE - DO NOT EDIT --> | ||||||||
Added: | ||||||||
> > | ||||||||
Changed: | ||||||||
< < | blog comments powered by Disqus | |||||||
> > |
blog comments powered by Disqus![]() | |||||||
<-- END OF COMMENT BOX CODE --> | ||||||||
Changed: | ||||||||
< < | ||||||||
> > |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
<-- ANALYTICS CODE - DO NOT EDIT --> <-- Google Analytics script BEGIN --> <-- Google Analytics script END --> | ||||||||
Line: 9 to 9 | ||||||||
| ||||||||
Added: | ||||||||
> > | Known issues in HIPE 11Reading observations stored as tarball archives that contain new data types does not work in HIPE 11Ticket number:WARNING: Could not open /home/user/1342219630-herschel.ia.obs.ObservationContext-580157.xml: herschel.ia.task.TaskException: Error processing getObservation task: Class definition not found for urn urn:hsa:herschel.spire.ia.dataset.PhotApertureEfficiency:0: herschel.spire.ia.dataset.PhotApertureEfficiencyRoot cause: The root cause is that the class herschel.spire.ia.dataset.PhotApertureEfficiency (among others) is new for data processed with HCSS 12 and doesn't exist in previous versions of HIPE. Previous versions cannot open tarballs containing these types of data.
Workaround: The recommended workaround is updating HIPE to version 12.1.
If you cannot upgrade HIPE, please contact the Helpdesk.
Migrating pools across incompatible versions of HIPEHIPE 10 developer versions (builds between 2069 and 2674) and HIPE 11 (all builds) pools are incompatible with any other version of HIPE (including all public releases of HIPE 10). In order to use these existing pools with an incompatible version, you should rebuild the index of the pool. Given that it is not guaranteed that newer data should work with older versions of the software, this guide will focus only on making the pools workable in the following cases:
Prerequisite:A pool created with a HIPE 10 version prior to 2069.Case 1:Pool you want to open: A pool like the one detailed in the prerequisite. Error message: There is no error displayed and the pool is completely usable in HIPE 10 versions 2069-2674.Case 2:Pool you want to open: A pool that is like the prerequisite or has been processed in a scenario like CASE 1. Error message: Querying the pool using the Product Browser returns nothing (no error message). Opening the observation from the Console using getObservation returns the following error message:Notes about the error message:herschel.ia.task.TaskException: Error processing getObservation task: Index Version not compatible. Expected : 4 Existing: 6. Pool <pool_name> requires upgrading before you can use it with this software. In order to do so, you need to run pool_name.rebuildIndex() to upgrade. Depending on the size of the pool this process can take a long time, please be patient! More information can be found in the Data Analysis Guide, section 1.2.2.1 (Update of index format for local stores).
LocalStoreFactory.getStore(pool_name).rebuildIndex()
store.writablePool.rebuildIndex() Case 3:Pool you want to open: A pool that is like the prerequisite. Error message: There is no error displayed and the pool is completely usable in HIPE 11.Case 4:Pool you want to open: A pool which index was rebuilt following CASE 2 instructions. Error message: There is no error displayed and the pool is completely usable in HIPE 11. That's it! You should now be able to use your pool in any of the above cases. If you find you cannot, contact the Helpdesk.
| |||||||
Known issues in HIPE 10.3Problems seeing PACS error maps |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
<-- ANALYTICS CODE - DO NOT EDIT --> <-- Google Analytics script BEGIN --> <-- Google Analytics script END --> | ||||||||
Line: 9 to 9 | ||||||||
| ||||||||
Added: | ||||||||
> > | Known issues in HIPE 10.3Problems seeing PACS error mapsThis problem, reported in 10.3, but previously present too, is caused by the history dataset which is "hiding" the error. To resolve it, after running photCoverage2Noise task, give these commands: history = image["History"] image.remove("History") image["History"] = history Where the "image" is the product that you have been working on. This will append the history dataset at the end of the product and "solve" the problem. There will be a fix in place for this issue in HIPE 11.Known issues in HIPE 10.2None known in addition to those listed for HIPE 10.1.Known issues in HIPE 10.1Problems with the aberration correction for Solar System Objects in HIFIThere is a previously existing issue that has become important in some cases when processing Solar System Object observations in HIPE that affects all Level 2.5 HIFI map products. Ephemeris positions are calculated (and stored in the ra_centre/dec_centre columns) with a spurious correction for stellar aberration. This is being fixed but, until patched, the recommended doOffset approach to translate Level 2 coordinates to a co-moving frame (see the corresponding known issue below on this issue in HIPE 10.0) will lead to coordinate offsets that are off by ~10" on average (depending on the relative velocity between target and Herschel at observation time). This is being fixed in HIPE 12 and it is expected that a patch will be made for HIPE 11 and, possibly, also patched in later releases of HIPE 10.Known issues in HIPE 10.0Can't open plug-ins panel under KDE or Gnome 3The Plug-ins panel cannot be opened (from the Tools menu) if you're working under Linux and you don't have the Gnome 2 library installed. Gnome 2 is a desktop environment, and typically if you use a different desktop environment (Gnome 3, KDE, Unity, etc), then you will not have this library. In both cases, the problem can be solved by installing the Gnome 2 library. For example on Ubuntu (or Kubuntu), the command is: sudo apt-get install libgnome2-0 A patch is planned for this issue in HIPE 10.2.Clicking on the 'plug-in' button to add the cassis plugin, nothing happens and you see multiple java exceptionsThe "Desktop API", which is used to access the browser when you click "Find more.." button in the HIPE plugin dialogue, is not supported on KDE. It "was designed to work on Windows and Gnome". However, you can also open it directly by pointing your browser directly to http://herschel.esac.esa.int/twiki/bin/view/Public/DpHipePlugins, and copying the URL to the respective .jar files for the particular plugin you are interested in and pasting it in the HIPE plugins dialog to install it. If you would like to have the "Find more.." button working, all you need is to have the Gnome libraries installed. Some instructions: - To install Gnome 3 libraries on Ubuntu (http://www.filiwiese.com/installing-gnome-on-ubuntu-12-04-precise-pangolin/![]() ![]() Pools unreadable with Unknown format version: -11 errorIf you installed a developer build of HIPE 10 between 10.0.2069 and 10.0.2674 and modified any of your pools you will find those pools are no longer readable in any other HIPE version; when trying to load a pool withgetObservation you will get the following error message:
herschel.ia.task.TaskException: Error processing getObservation task: Unknown format version: -11See the Data Analysis Guide for a recovery procedure. You can download from this page the first and second script mentioned in the procedure. Change the extension from .py.txt to .py after downloading.
The WCS explorer for cubes does not work with PACS and SPIRE cubesThe WCS explorer does not work on cubes for whichImageIndex is used to specify the wavescale axis. This is true for SPIRE and PACS cubes. If crpix3 , crval3 and cdelt3 are used instead, the WCS explorer works. To be fixed in HIPE 11.
Issues with reading text files from SExtractor or TopcatWhile reading files from SExtractor or Topcat you may encounter the following issues:
Format change for exported variablesThe file format of variables exported with File --> Session --> Export has changed in HIPE 10. This means that HIPE 10 will not be able to read session variables exported with HIPE 9, and vice-versa.If you exported variables with HIPE 9 or a previous version, follow this workaround to read them in HIPE 10:
HIPE cannot send data to an external application via SAMPWhen you try to send data to an external application via the SAMP Virtual Observatory protocol, the following window may appear:![]() Separate, undocked instances Cube Toolbox talk to each otherIf you have two or more separate Spectrum Explorer GUIs open and at least one is undocked, when using its Cube Toolbox the separate SE instances talk to each other--spectra or new cubes you create in one instance will also appear in the other one.New PACS calibration version 45 should not be used with HIPE 10In HIPE 10 a new spectroscopy telescope background calibration was introduced. This update is not compatible with the code in HIPE 9. You can alway check the calibration version that you are using with the following command:print getCalTree().version
If you use HIPE 10, you should update to version 45 of the calibration tree to make use of several new calibration files.
Generating a co-moving frame for HIFI mapping observations of solar system objectsThere is a task in HIPE that allows you to transform level-2 coordinates into a coordinate system co-moving with the target ephemeris. That task is called doOffset, http://herschel.esac.esa.int/hcss-doc-10.0/index.jsp#hifi_um:hdrg_offsetposn_use A typical code snippet would be: comet = getObservation(1342227173, useHsa=True) htp=comet.refs["level2"].product.refs["WBS-H-USB"].product # extract USB, pol H htp2=doOffset(htp=htp, overwrite=0, relative=1) # make coordinates relative to ephemeris HiClassTask()(product=htp2, fileName='cometHUSB_relativeCoords.fits') # export in CLASS-readable format However, the target ephemeris inside HIPE doesn't get updated. I.e., doOffset uses the ephemeris current as of observation uplink to the spacecraft. Work is in progress to automatically update target ephemerids. If your target ephemeris was very uncertain at observation time (and if it has improved since), then you may be better off using a manual approach of downloading the Horizons ephemeris for each target.Printing a HIPE script to a file in Snowleopard sends the job to a printer insteadWhen a user tries to print a script to a file on disk, HIPE sends it to the printer instead. A patch will be issued for this problem in HIPE 11 and a definitive fix included in HIPE 12. | |||||||
Known issues in HIPE 9.2New PACS calibration version 45 should not be used with HIPE 9 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
<-- ANALYTICS CODE - DO NOT EDIT --> <-- Google Analytics script BEGIN --> <-- Google Analytics script END --> | ||||||||
Line: 9 to 9 | ||||||||
| ||||||||
Added: | ||||||||
> > | Known issues in HIPE 9.2New PACS calibration version 45 should not be used with HIPE 9In HIPE 10 a new spectroscopy telescope background calibration was introduced. This update is not compatible with the code in HIPE 9. If you use the background normalisation ipipe script for chopped spectroscopy in HIPE 9, you should not update the PACS calibration tree to version 45. You should keep using the calibration set 41 and cancel the update when the automatic calibration updater in HIPE asks to install set 45. If you have updated to set 45 and want to use the background normalisation in HIPE 9, you can switch back to version 41 in two ways:
print getCalTree().version
If you use HIPE 10, you should update to version 45 of the calibration tree to make use of several new calibration files.
Issues with computePVMap taskThe computePVMap task has the following issues:
Known issues in HIPE 9.1None known in addition to those listed for HIPE 9.0.Known issues in HIPE 9.0Performance issues of convolution task with NaN valuesThe performance of the imageConvolution task is severely degraded when NaN values are found in input data. HIPE 8.3 is not affected by this problem. Fixed in HIPE 9.1.Performance issues with very large imagesImages larger than about 100 MB in FITS format can still take over a minute to load. During such time HIPE is unresponsive. Image analysis operations, such as cropping and adding contours, also take a long time on large images.Problem with PACS background normalization scriptTheChopNodBackgroundNormalizationRange interactive pipeline script (Pipelines --> PACS --> Spectrometer --> Chopper large range scan SED --> Background Normalization) is missing a definition of the variable target . After loading the observation, assuming it is stored in a variable called obs , you can define the missing target variable as follows:
target = obs.meta["object"].value.replace(" ","_") PACS task specFlatFieldLine problem with NaN valuesThespecFlatFieldLine task cannot handle NaNs in the fluxes of PacsCube products. This affected one observation as far as we tested. If you encounter this problem then you can mask the NaNs by running the function shown below. Copy and paste the function code in a new Jython script window in the Editor view of HIPE, then click the green double arrow icon in the HIPE toolbar to run the script. After that you can call the function from the Console view, passing the variable contaning your cube as argument: addInvalidMask(myCube) .
def addInvalidMask(slicedCube): for i in range(0,slicedCube.numberOfSlices): cube = slicedCube.get(i) invalid = IS_NAN(cube.flux) if not cube.containsMask("INVALID"): cube.addMask("INVALID","Invalid signal values") cube.setMask("INVALID",invalid) slicedCube.replace(i,cube) HIPE hangs when pressing the activate/deactivate button in the mask panel of the Spectrum Explorer PACS extensionsThis button is enabled only when you change the state of one or more masks. Fixed in HIPE 9.1.<-- PACS-4626 --> Image analysis tasks start only from Applicable sectionImage analysis tasks will open only from the Applicable folder of the Tasks view. These tasks will not open when selected from the All or By Category folders. Note that you must select an image variable in the Variables view for the Applicable folder to be filled with the available tasks. To be fixed in HIPE 10. The problem affects the following tasks:
PV diagrams created with computePVMap on HIFI cubes cannot be easily viewedHIFI cubes have in general a small number of rows and columns, while the spectral dimension is rather large (thousands of channels). The PV map is very narrow in the x direction and really wide in the y-direction, so that it does not fit in the Spectrum panel. When displaying the y-axis values, at its smaller zoom, only a small number of channels can be seen. Workaround: open the variable created from the variables pane and use the full Display/Image Viewer.<-- use the old Cube Spectrum Analysis Toolbox, still available in HIPE 9. Legacy documentation is available in Appendix C of the Data Analysis Guide. For position-velocity diagrams, see subsection C.6.8.1.--> HIPE crash linked to JAMA (Java Matrix) libraryHIPE may crash without warning when executing parts of the bundled JAMA library. If you experience a sudden crash when running a script, this may be the cause, even if there are no obvious references to matrices in the script. Take the following steps to prevent the crash from happening:
Problem with transpose taskIn some cases the transpose task does not convert correctly the WCS of the input image. This problem occurs only when the WCS of the image defines the rotation angle (CROTA2). When the transformation matrix (PCx_y or CDx_y) is used, the problem does not occur. To be fixed in HIPE 10.Velocity map creation in Legacy Cube Spectrum Analysis Toobox (CSAT) failsThe creation of velocity maps with the Legacy CSAT fails; the task will hang without an error message. CSAT is no longer supported and the new cube toolbox, which uses an improved algorithm for velocity map making, should be used instead. See 6.8.3 in the Herschel Data Analysis Guide for information about using the new cube toolbox.Flag set in HIFI's flagTool task do not appear to be used by the fitBaseline taskThis is a display issue only, the flags set by flagTool are, in fact, used. PACS specific:
convertL1ToScanam fails because of a missing import for the calibration tree, when assignRaDec is set to True. The work around solution is :
| |||||||
Known issues in HIPE 8.3None known in addition to those listed for HIPE 8.2. | ||||||||
Line: 262 to 378 | ||||||||
<-- END OF COMMENT BOX CODE --> | ||||||||
Deleted: | ||||||||
< < |
| |||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Added: | ||||||||
> > | <-- ANALYTICS CODE - DO NOT EDIT --> <-- Google Analytics script BEGIN --> <-- Google Analytics script END --> <-- END OF ANALYTICS CODE --> | |||||||
HIPE known issues for old versionsSee this page for known issues on later HIPE versions.
| ||||||||
Added: | ||||||||
> > | Known issues in HIPE 8.3None known in addition to those listed for HIPE 8.2.Known issues in HIPE 8.2
ScanSpeedMask = frames.getMask('ScanSpeedMask')[0,0,:] indexSpeed = ScanSpeedMask.where(ScanSpeedMask==False) map = photProject(frames.select(indexSpeed), calTree=calTree,calibration=True)This bug shall be corrected in the next Hipe versions. Known issues in HIPE 8.1None known in addition to those listed for HIPE 8.0.Known issues in HIPE 8.0
![]()
java.vm.options = -Dsun.java2d.opengl=true ![]() | |||||||
Known issues in HIPE 7.3None known in addition to those listed for HIPE 7.0. | ||||||||
Line: 195 to 261 | ||||||||
blog comments powered by Disqus
<-- END OF COMMENT BOX CODE --> \ No newline at end of file | ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
HIPE known issues for old versions | ||||||||
Line: 179 to 179 | ||||||||
| ||||||||
Deleted: | ||||||||
< < | <-- | |||||||
\ No newline at end of file | ||||||||
Added: | ||||||||
> > | <-- COMMENT BOX CODE - DO NOT EDIT -->blog comments powered by Disqus <-- END OF COMMENT BOX CODE --> | |||||||
\ No newline at end of file |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
HIPE known issues for old versions | ||||||||
Line: 6 to 6 | ||||||||
| ||||||||
Added: | ||||||||
> > | Known issues in HIPE 7.3None known in addition to those listed for HIPE 7.0.Known issues in HIPE 7.2None known in addition to those listed for HIPE 7.0.Known issues in HIPE 7.1None known in addition to those listed for HIPE 7.0.Known issues in HIPE 7.0
herschel.share.util.ConfigurationException: Failed to locate product in cacheTo solve the problem, try one or more of the following:
for loop. The first command after the compound statement will be executed in the same step as the compound statement. Consider for example the following script:
for i in range(3): print i print "Finished"The line by line execution will run the for loop and the print "Finished' statement in the same step. A workaround for this behaviour is to add a pass command after the end of the compound statement. The pass command will be executed in the same step as the for loop, but without any effect:
for i in range(3): print i pass print "Finished" | |||||||
Known issues in HIPE 6.1None known in addition to those listed for HIPE 6.0. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
HIPE known issues for old versionsSee this page for known issues on later HIPE versions.
Known issues in HIPE 6.1None known in addition to those listed for HIPE 6.0.Known issues in HIPE 6.0Core
radialVelocity metadata into the ObservationContext product, this convention is inverted: the sign of the spacecraft velocity is positive when it is moving towards the target.
hipe.props file:
java.vm.options = -Duser.language=en -Duser.region=enThe file should be in the .hcss subdirectory of your home directory. If the file does not exist, create it. If the file already contains a line defining the java.vm.options property, you can add the two values -Duser.language=en and -Duser.region=en at the end of the line, separated by a space from the other values.
<-- HCSS-11540 -->
p in the Variables view.
Steps to reproduce:
31-Jan-11 10:00:17.797 WARNING NavigatorView: Error checking file /bin: java.util.concurrent.TimeoutExceptionWorkaround: set the property hcss.hipe.refreshPeriod as follows:
hcss.hipe.refreshPeriod = 3600000See the HIPE Owner's Guide for information on how to set properties. Known issues in HIPE 5.3None known in addition to those listed for previous 5.x versions.Known issues in HIPE 5.2None known in addition to those listed for previous 5.x versions.Known issues in HIPE 5.1Issues in previous 5.x versions may still apply to this version.Core
31-Jan-11 10:00:17.797 WARNING NavigatorView: Error checking file /bin: java.util.concurrent.TimeoutExceptionWorkaround: set the property hcss.hipe.refreshPeriod as follows:
hcss.hipe.refreshPeriod = 3600000See the HIPE Owner's Guide for information on how to set properties.
Exception in thread "AWT-EventQueue-0" java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372) at java.util.AbstractList$Itr.next(AbstractList.java:343) at herschel.ia.gui.kernel.parts.impl.AbstractSite.opened(AbstractSite.java:468) ...
Known issues in HIPE 5.0Core
HIFI
PACS
SPIRE
<-- |