Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


fits2isis

Standard View | TOC | Home

Import fits files into Isis format

Description
Categories
Groups
Examples
History


Description

This program will import fits (Flexible Image Transport System) files into Isis format. Only simple fits files are accepted. Extensions are not support and files with no initial data, NAXIS = 0 , implying extensions with data, are not supported either. Some common header data is transfered to Isis labels. Primary image data is transfered completely and reliably.

Categories


Related Objects and Documents

Applications


Parameter Groups

Files

Name Description
FROM A fits file to be converted to an isis cube
TO Output file converted to cube format

Files: FROM

Description

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

Files: TO

Description

The cube output file, containing image data and applicable headers.

Type cube
File Mode output
Filter *.cub

Examples


Example 1

Usage 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

The application's gui

The gui for the application, with parameters set to import a fits file to a cube.


History

Mackenzie Boyd2009-10-27 Original version