ISIS Application Documentation
fits2isis | Printer Friendly View | TOC | Home |
Import fits files into Isis format
Overview | Parameters | Example 1 |
Description
This program will import fits (Flexible Image Transport System) image files into
ISIS format. FITS files with extensions are supported upto and including the first non-image
extension. Images follwing the first non-image extension can not be accessed
(i.e., NAXIS = 0 , implying extensions with data, are not supported). Some common header data
is transfered to the ISIS labels. Primary image data is transfered completely.
CategoriesRelated Objects and DocumentsApplicationsHistory
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 20:06:02 |
Parameter GroupsFiles
Controls
Options
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 20:06:02 |
Use this parameter to select the filename of a fits file to be converted to a cube. Currently extensions and files with no initial data, NAXIS = 0, are not supported.
Type | filename |
---|---|
File Mode | input |
Filter | *.fits |
The cube output file, containing image data and applicable headers.
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
Use this parameter to select which image to extract from the FITS file. The primary image is 0, the first image extension is 1, the second image extension is 2, and so on. NOTE: Image extensions following any non-image extension can not be accessed.
Type | integer |
---|---|
Default | 0 |
The organization of lines, samples, and bands in the file.
Type | string | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Default | BSQ | ||||||||||||
Option List: |
|
Example 1Usage of this import application Description
This example shows how to import a fits file to the isis cube format.
Command Line
fits2isis
from=fitsFile.fits to=imported.cub
The command line arguments to import a file to cube format.
GUI Screenshot |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 20:06:02 |