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


lrowac2pds

Standard View | TOC | Home

Convert from cube to PDS IMG format

Description
Categories
Groups
History


Description

Program to convert LROC WAC calibrated cube to PDS IMG formatted file, with LROC specific label, as part of the WAC CDR product pipeline.

Categories


Parameter Groups

Files

Name Description
FROMLIST A list of cubes to import
TO Output PDS image

Options

Name Description
VERSIONIDSTRINGGroup to modify

Files: FROMLIST

Description

A file containing a list of PDS3 files to be imported.

Type filename
File Mode input
Filter *.txt *.lis *.lst

Files: TO

Description

The resulting PDS IMG file.

Type filename
File Mode output
Filter *.img

Options: VERSIONIDSTRING

Description

The user provided version ID string, used to uniquely identifty CDR products.

Type string
Default "N/A"

History

Jacob Danton2009-12-14 Original version
Adam Licht2012-12-10 Added a fix to allow for N-length product IDs. Fixes #1349.
Ernest Cisneros2016-07-12 Update to documentation for consistentsy and clarity. Fixes #3913.
Jacob Cain2022-11-23 Changed filter for FROMLIST from .cub to .txt .lis .lst.