herschel.ia.toolbox.util.SimpleFitsReaderTask |
simpleFitsReader |
Java Task -
|
from herschel.ia.toolbox.util import SimpleFitsReaderTask |
Input-output
|
Description
Task to read HCSS products (and simple external FITS).
We recommend that you use fitsReader
instead of this task. simpleFitsReader
creates a product or a dataset from a FITS file. This tasks reads non-HCSS (external) fits files as simple HCSS products.
If you need to import products (images, cubes, spectra), use FitsReader. fitsReader has a superset of the functionality of
this task.
To save products into FITS files use simpleFitsWriter
.
Examples
Example 1: Read as Herschel if possible else as a standard product |
|
|
Example 2: Read a standard product (non Herschel), with readerType argument |
|
|
Example 3: Read a standard product (non Herschel), with a String argument |
|
|
Jython Syntax |
product = simpleFitsReader(<file> [, <reader>="Herschel then standard"])
|
Limitations