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


ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


eis2isis

Standard View | TOC | Home

Import Clipper EIS NAC files into ISIS format

Description
Categories
Groups
History


Description

This program will import PDS4 formatted files from the Europa Clipper Europa Imaging System (EIS) instrument into the ISIS Cube format. This includes three required components: the main EIS data image, the associated image label, and the associated main image readout times table (CSV). Two additional (optional) files are the checkline image (and associated xml label) and the checkline image readout times table (CSV).


Categories


Related Objects and Documents

Applications


Parameter Groups

Files

Name Description
FROM An EIS main image file to be converted to an ISIS cube
TO Output ISIS cube file for the main image

NAC Only

Name Description
FROM2 An EIS NAC checkline image file to be converted to an ISIS cube
MAINREADOUT Input CSV file containing the main image readout times
CHECKLINEREADOUT Input CSV file containing the checkline readout times
TO2 Output ISIS cube file for the checkline image

Files: FROM

Description

Use this parameter to select the filename of the xml label for a a Clipper EIS main image file to be converted to a cube. This is expected to be a PDS4 formatted file. The associated image must have the same name as the label and end in ".dat."

Type filename
File Mode input
Filter *.xml

Files: TO

Description

The output cube file that will contain the EIS NAC main image in ISIS format.

Type cube
File Mode output
Filter *.cub

NAC Only: FROM2

Description

Use this parameter to select the filename of the xml label for a Clipper EIS NAC checkline image file to be converted to a cube. This is expceted to be a PDS4 formatted file. The associated image must have the same name as the label and end in ".dat."

Type filename
File Mode input
Internal Default None
Filter *.xml

NAC Only: MAINREADOUT

Description

Use this parameter to select the filename of the main image readout times CSV file. This file contains the line numbers and associated readout times for each line.

Type filename
File Mode input
Internal Default None
Filter *.csv

NAC Only: CHECKLINEREADOUT

Description

Use this parameter to select the filename of the checkline image readout times CSV file. This file contains the checkline numbers and associated readout times for each checkline.

Type filename
File Mode input
Internal Default None
Filter *.csv

NAC Only: TO2

Description

The output cube file that will contain the EIS NAC checkline image ISIS format.

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

History

Makayla Shepherd, Stuart Sides, Ian Humphrey2017-12-19 Original version.
Tyler Wilson2018-04-03 Added normalizeTimeTable which outputs check tables (and check line tables) with time values normalized in the interval [-1,1]. Added checktable/check line readout table, and normalized readout table to the output cubes (the main image and the checkline image).
Tyler Wilson2018-04-04 Added PvlGroup jitter with PvlKeyword Coefficients to output cube labels, and initialized the Coefficients array to (0.0,0.0,0.0)
Tyler Wilson2018-04-12 Added the ability to write the checkline cube as a Blob to the Pvl label of the main EIS cube.
Summer Stapleton-Greig2019-06-13 Updated application to be able to handle both the nacRs and the wacFc image ingestion. This change should cover the basics of the other two camera models as well. Also updated logic for the nacRs to handle cases differently: a main image may now be ingested without the associated checkline image, a main image may not be ingested without the associated times text file, and a checkline image may not be ingested without it's associated line times text file. Test have been updated to reflect these changes.
Stuart Sides and Summer Stapleton-Greig2019-06-17 Updated application to ingest PDS4 rather than PDS3 files as the mission will be using the PDS4 standards for their label .xml files.
Kristin Berry2020-01-08 Updates to documentation to add detail and bring it up to date with the current version of the software, prior to checkin to dev. Move NAC-only keywords into a NAC-only group.