Home

Quick Links

Software Manual
GitHub
API Reference

Documentation Versions

Latest Release
Dev
8.3.0
8.2.0
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0
USGS

ISIS Application Documentation


junocam2isis

Printer Friendly View | TOC | Home

Import PDS formatted JunoCam images into ISIS cube format

Overview Parameters Example 1 Example 2

Description

This program converts a PDS formatted JunoCam image to an ISIS cube format.

PDS-formatted JunoCam images contain several framelets and filters in the same image. For ease in processing with ISIS, by default one input JunoCam image is converted to several output ISIS cubes and associated lists of cubes. There is one output cube for each framelet of the PDS formatted JunoCam image, each of which is named with the prefix specified with the "TO" user parameter, the filter name, and the 0-indexed framelet number. In the following example, if the input image "JunoCamTest.IMG" had 2 framelets for each filter (Red, Blue, Green, and Methane), and the following command was run:

     junocam2isis fr=JunoCamTest.LBL to=JunoCamTest.cub
     
This application will output eight ISIS cubes, each containing one framelet for one filter,
     JunoCamTest_RED_0001.cub
     JunoCamTest_RED_0002.cub
     JunoCamTest_BLUE_0001.cub
     JunoCamTest_BLUE_0002.cub
     JunoCamTest_GREEN_0001.cub
     JunoCamTest_GREEN_0002.cub
     JunoCamTest_METHANE_0001.cub
     JunoCamTest_METHANE_0002.cub
    
and four cubelists, which contain a list of cubes created in that filter:
     JunoCamTest_RED.lis
     JunoCamTest_BLUE.lis
     JunoCamTest_GREEN.lis
     JunoCamTest_METHANE.lis
    
For example, the contents of JunoCamTest_RED.lis would be as follows:
     JunoCamTest_RED_0001.cub
     JunoCamTest_RED_0002.cub
     

If the FULLCCD parameter is set to yes, instead of outputting one ISIS Cube per filter and framelet, junocam2isis will output one ISIS Cube for each original observation and will contain all the filters that were part of that observation. If the above example was modified changed to set the FULLCCD parameter to true,

     junocam2isis fr=JunoCamTest.LBL to=JunoCamTest.cub fullccd=yes
     

there would be only two full-CCD cubes output by junocam2isis,

     JunoCamTest_0001.cub
     JunoCamTest_0002.cub
     

Categories


History

Jesse Mapel and Jeannie Backer2017-06-26 Original version.
Kristin Berry2017-08-11 Updated to output at signed 16-bit.
Kris Becker and Kristin Berry2017-08-12 Added FULLCCD parameter which provides the ability to create images with the framelet set in a single composite output file. Updated labels and documentation.
Jesse Mapel2017-08-21 Added two examples, one for the filter mode and one for the full CCD mode.
Kaitlyn Lee2018-02-07 Added missionItem under category to classify the program under Juno.
Kristin Berry2018-03-27 Fixed problem with having too many open files. See #5232 for more information.

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/21/2025 19:28:11
X

Files: FROM


Description

Input JunoCam PDS label. The corresponding .img file for the label must be in the same directory that the label before running the program.

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

Files: TO


Description

Use this parameter to specify the prefix for the output cube and list filenames. Any extension will be removed and then .cub will be appended to the output cube files and .lis will be appended to the output lists.

Type cube
File Mode output
Filter *.cub
Close Window
X

Options: FULLCCD


Description

When TRUE, this option creates ISIS cubes with the full 1648 samples and 1200 lines that contain the filters that were acquired during each individual observation. When set to true, the Instrument Kernel and Instrument Addendum Kernel for JunoCam (juno_junocam_v??.ti and junoAddendum???.ti respectively) must be available in the local Juno data area.

Type boolean
Default No
Close Window