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

Public Release
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0

ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


lorri2isis

Standard View | TOC | Home

Import New Horizons LORRI files into ISIS format

Description
Categories
Groups
History


Description

This program will import FITS (Flexible Image Transport System) formatted files from the New Horizons LORRI instument into the ISIS format. This include the main LORRI image, the Error image and the Quality image.

The LORRI instrument has two summing modes, (1x1) and (4x4). The instrument team has assigned these modes separate NAIF IK codes, 98301 and 98302 respectively.


Categories


Related Objects and Documents

Applications


Parameter Groups

Files

Name Description
FROM A New Horizons LORRI FITS file to be converted to an ISIS cube
TO Output ISIS cube file for the main image
ERROR Output ISIS cube file for the Error image
QUALITY Output ISIS cube file for the Quality image

Files: FROM

Description

Use this parameter to select the filename of a New Horizons LORRI file to be converted to a cube. This is expected to be a FITS formatted file.

Type filename
File Mode input
Filter *.fit

Files: TO

Description

The output cube file that will containing the New Horizons LORRI image in ISIS format. The main LORRI image must be the first image in the FITS file.

Type cube
File Mode output
Filter *.cub

Files: ERROR

Description

The output cube file that will containing the New Horizons LORRI Error image in ISIS format. The Error image must be in the first FITS extension (i.e., second image).

Type cube
File Mode output
Internal Default Optional
Filter *.cub

Files: QUALITY

Description

The output cube file that will containing the New Horizons LORRI Quality image in ISIS format. The Quality image must be in the second FITS extension (i.e., third image).

Type cube
File Mode output
Internal Default Optional
Filter *.cub

History

Stuart Sides2013-10-08 Original version.
Stuart Sides2014-06-08 Modified to allow the FITS extension images to be imported.
Jeannie Backer and Kaj Williams2017-07-07 Modified to reflect ProcessImportFits method name change from fitsLabel to fitsImageLabel.