Home

User Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Contributor Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Quick Links

Software Manual
AstroDiscuss
GitHub
API Reference

Documentation Versions


ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


nirs2isis

Standard View | TOC | Home

Import Hayabusa NIRS FITS files into ISIS format

Description
Categories
Groups
History


Description

This program will import a PDS formatted Hayabusa Near-Infrared Spectrometer (NIRS) image into ISIS cube format. The image data must be in a FITS format (.fit or .fits). An accompanying label file must also be provided (.lbl).

Categories


Related Objects and Documents

Applications


Parameter Groups

Files

Name Description
FROM The image label file
TO The output reflectance cube.
TOSTDDEV The output standard deviation cube.

Files: FROM

Description

The detached label file for the image. The application will use the FITS image file associated with the label file. The FITS header will be combined with the label file to produce complete labels for the output cubes.

Type filename
File Mode input
Filter *.lbl *.LBL

Files: TO

Description

The output cube containing averaged reflectance values for the entire observation. A temporary cube will be created using the output cube's base name followed by ".temp.cub". This temporary file will be removed when the program finishes.

Type cube
File Mode output
Filter *.cub

Files: TOSTDDEV

Description

The output cube containing the standard deviation of reflectance values for the entire observation.

Type cube
File Mode output
Filter *.cub

History

Jesse Mapel2016-12-28 Original version
Christopher Combs2017-04-07 Changed category from "Import and Export" to "Hayabusa". Updated documentation after review.