ScanAmorphos Plug-in
The purpose of the scanamorphos plug-in is to read data from the
scanamorphos
program. Output from this program is not directly readable in HIPE, due to omissions in the WCS information. This plug-in provides a task called
importScanAmorphos, which loads the data, fixes the WCS and produces a SimpleImage.
Currently maintained by:
JavierDiaz,
PaulBalm
Download and Installation
To install, select "Plug-ins" from the Tools menu. Click "Install new plug-in" and enter the following URL:
http://herschel.esac.esa.int/twiki/pub/Public/ScanAmorphosPlugin/scanamorphos_1.9.jar
FAQ
When I use the task from the command-line, I get a "NameError: name 'importScanAmorphos' is not defined"
Please make sure that you have installed the plug-in correctly. In HIPE, select Tools --> Plugins, and check that the plug-in is there. Aside from incorrect installation, a problem could be that the plug-in is disabled because it is not compatible with your version of HIPE. In that case, you can:
- change the version of HIPE you're using, or
- install a different version of the plug-in (multiple versions can be installed alongside), or
- request that version of the plug-in be made available for your version of HIPE.
Credits
Credits for this plug-in go to Bruno Merin for the creating the scripts, Juan Carlos Segovia for fixing the scripts and Paul Balm for creating the task and the plug-in.
Thanks to the following people for reporting issues with this plug-in:
- Alvaro Ribas
- Markus Nielbock
Version history
Version |
Date |
|
v0.1 |
|
First test version. |
v1.0 |
|
First release. Fixes HcssSpr:13975 . |
v1.1 |
9 Feb 2012 |
Copy all WCS keys (in fact, all metadata from the original FITS file) into the output image. This way all WCS info will be included (using version 1.0, e.g. crota2 was missing). |
v1.2 |
2 Apr 2012 |
Fix error in Details dialog. |
v1.3 |
30 Apr 2012 |
Copy unit information from source file to HIPE Image (HcssSpr:15619 ). |
v1.4 |
11 May 2012 |
Do not apply BSCALE and BZERO twice (HcssSpr:15854 ). |
v1.5 |
31 Aug 2012 |
Update to changed Task API (HcssSpr:16661 ). |
v1.6 |
25 Oct 2012 |
Improve handling of units (HcssSpr:15760 ). |
v1.7 |
30 Nov 2012 |
Clean up variables after starting plug-in (HcssSpr:17300 ). |
v1.8 |
18 Mar 2013 |
Parameter convertToDouble added (HcssSpr:17758 ). |
v1.9 |
??? TODO |
Update import of FileSelectionMode (HcssSpr:18697 ). |
--
PaulBalm - 07 Jun 2011