NAME

RDRgen

Using the ISIS hirdrgen and HiROC's PDS_to_JP2 programs, create the HiRISE RDR standard data product. The RDR product is radiometrically corrected and geometrically processed to a standard map projection. This script is intended to work in the Conductor environment but may be run directly by a user. The output cube is placed in the directory tree: $HiRISE_ROOT/Data/RDRgen

SYNOPSIS

RDRgen -File <pathname> -COnfiguration <conf_file> -CAtalog <catalog> -Help

-File <pathname>

The full pathname of *.mosaic.cub

-Configuration <conf_file>

Specify the name of the configuration file such as RDRgen.conf. If none specified then the default is $HiRISE_ROOT/Configuration/RDRgen/RDRgen.conf

-Catalog <catalog>

Specify the name of the catalog. If none specified then HiRISE is assummed.

-Help

Get help on the command line.

DESCRIPTION

Using the ISIS hirdrgen and HiROC's PDS_to_JP2 programs, create the HiRISE RDR standard data product. The RDR product is radiometrically corrected and geometrically processed to a standard map projection. This script is intended to work in the Conductor environment but may be run directly by a user. The output cube is placed in the directory tree: $HiRISE_ROOT/Data/RDRgen

This procedure will additionally update the RDR product and Extras product tables in HiCat.

Environment Variables

RDRgen uses the HiRISE_ROOT environment variable specifying the root directory of the HiRISE directory tree. RDRgen terminates if this environment variable does not exist.

Configuration file

RDRgen must have a configuration file. It can be optionally specified with the -Configruation parameter. If not specified in the command line, RDRgen looks for the file $HiRISE_ROOT/Configuration/RDRgen/RDRgen.conf. If the configuration file can not be found then RDRgen will terminate.

The RDRgen.conf file must have the following PVL keywords:

 RDRgen_Progression = Specify the -Progression command line
 parameter value for PDS_to_JP2. A value of -1 indicates use of
 the default parameter.

 RDRgen_Tile_Size = Specify the -Tile_size command line
 parameter value for PDS_to_JP2. A value of -1 indicates use
 of the default parameter.

 RDRgen_Resolution = Secify the -Resolution command line
 parameter value for PDS_to_JP2. A value of -1 indicates use
 of the default parameter.

Please note:

Because the RDRgen pipeline uses ISIS, its peferences file should be set for pipeline processing.

 Group=UserInterface
   HistoryPath        = $PWD
   HistoryRecording   = Off
 EndGroup

 Group = SessionLog
  TerminalOutput = On
  FileOutput     = Off
 EndGroup

 Group=ErrorFacility
  FileLine = on
  Format = PVL
 EndGroup

ISIS Programs called hirdrgen lowpass reduce

Return Codes

The following codes are returned by RDRgen:

 0 - Success value

Author

Eric Eliason UA/LPL Audrie Fennema UA/LPL

Copyright

Copyright (C) 2006-2020 Arizona Board of Regents on behalf of the Lunar and Planetary Laboratory at the University of Arizona.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Version

Revision:1.61 Date: 2023/10/27 21:06:18