Home
About ISIS
Support
Download

ISIS 3

Documentation
Tutorials
Technical Documents

ISIS 2

Documentation
Tutorials
Technical Documents

Search

USGS

ISIS 3 Application Documentation


ddd2isis

Printer Friendly View | TOC | Home

Import msss ddd file into Isis format

Overview Parameters

Description

This program will import a ddd image into an Isis cube. The ddd format files are created by Malin Space Science Systems.

Categories


History

Steven Lambright2009-01-06 Original version
Janet Barrett2013-04-29 The program was not working on some newly released MSL ddd files because the number of bytes in the header has increased. The program was modified to read in the image offset from the file header. This image offset is a 4 byte integer that starts at byte 20 in the file header. If the offset is set to 0, then this means the label is 1024 bytes long. The offset must be a multiple of 1024. Fixes #1594.
Janet Barrett2013-07-11 Modified code to write out number of lines, number of samples, number of bands, bit type, and label bytes to assist in determining how the file should be read in. If the input file is a standard ddd file, then this program will be able to import it. If the data is interleaved, then it will need to be read in using a combination of the raw2isis and crop programs. Fixes #1713.

Parameter Groups

Files

Name Description
FROM Input ddd file
TO Output Isis cube
X

Files: FROM


Description

Use this parameter to select the ddd filename.

Type filename
File Mode input
Filter *.ddd
Close Window
X

Files: TO


Description

Use this parameter to select the output filename

Type cube
File Mode output
Internal Default None
Filter *.cub
Close Window