ISIS Application Documentation
junocam2isis | Printer Friendly View | TOC | Home |
Import PDS formatted JunoCam images into ISIS cube format
Overview | Parameters | Example 1 | Example 2 |
DescriptionThis 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.cubThis 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.cuband four cubelists, which contain a list of cubes created in that filter: JunoCamTest_RED.lis JunoCamTest_BLUE.lis JunoCamTest_GREEN.lis JunoCamTest_METHANE.lisFor 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 CategoriesHistory
|
Parameter GroupsFiles
Options
|
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 |
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 |
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 |
Example 1Ingest a JunoCam image with each frame and each filter separated. Description
Ingest a JunoCam image splitting each filter in each frame into separate cube files.
Command Line
junocam2isis from=JNCE_2016240_01C06147_V01.LBL to=JNCE_2016240_01C06147_V01.cub fullccd=No
In this example, junocam2isis will ingest the 10 frame JunoCam image and separate it into 30 separate cubes. For each frame, a BLUE, GREEN, and RED cube will be output. These cubes will be named as JNCE_2016240_01C06147_V01_BLUE_####.cub, JNCE_2016240_01C06147_V01_GREEN_####.cub, and JNCE_2016240_01C06147_V01_RED_####.cub respectively. Four lists will also be output in the same directory as the output cubes. For each filter, a list containing all 10 of the output cubes for that filter will be output as JNCE_2016240_01C06147_V01_????.lis where ???? is the filter name (BLUE, GREEN, or RED). Another list containing all 30 of the ingested cubes from the image will be output as JNCE_2016240_01C06147_V01.lis. GUI Screenshot
Input Image
Output Images
|
Example 2Ingest a JunoCam image with the full CCD for each frame in a cube. Description
Ingest a JunoCam image mapping all of the filters for each frame back onto the layout
of the full 1648x1200 CCD.
Command Line
junocam2isis from=JNCE_2016240_01C06147_V01.LBL to=JNCE_2016240_01C06147_V01.cub fullccd=Yes
In this example, junocam2isis will ingest the 10 frame JunoCam image and separate it into
10 separate cubes. For each frame, a single cube with the image data for each filter mapped
to that filter's location on the CCD in a cube named JNCE_2016240_01C06147_V01_####.cub.
A single list containing all of the ingested cubes will also be output in the same
directory. The list will be named JNCE_2016240_01C06147_V01.lis.
GUI Screenshot
Input Image
Output Image
|