mro_drivers — MRO Driver Classes

The ale.drivers.mro_drivers module

Added in version 0.1.0.

class ale.drivers.mro_drivers.MroCtxIsisLabelIsisSpiceDriver(file, num_ephem=909, num_quats=909, props={})

Bases: LineScanner, IsisLabel, IsisSpice, RadialDistortion, Driver

property detector_center_sample

The center of the CCD in detector pixels ISIS uses 0.5 based CCD samples, so we need to convert to 0 based.

Returns

float :

The center sample of the CCD

property instrument_id

Returns an instrument id for uniquely identifying the instrument, but often also used to be piped into Spice Kernels to acquire IKIDs. Therefore they the same ID the Spice expects in bods2c calls.

Returns

: str

instrument id

property sensor_name

ISIS doesn’t propergate this to the ingested cube label, so hard-code it.

property spacecraft_id

Returns

: int

Naif ID code for the spacecraft

class ale.drivers.mro_drivers.MroCtxIsisLabelNaifSpiceDriver(file, num_ephem=909, num_quats=909, props={})

Bases: LineScanner, IsisLabel, NaifSpice, RadialDistortion, Driver

Driver for reading CTX ISIS labels.

property detector_center_sample

The center of the CCD in detector pixels ISIS uses 0.5 based CCD samples, so we need to convert to 0 based.

Returns

float :

The center sample of the CCD

property detector_start_sample

Returns

: int

The starting detector sample of the image

property ephemeris_start_time

Returns the ephemeris start time of the image. Expects spacecraft_id to be defined. This should be the integer Naif ID code for the spacecraft.

Returns

: float

ephemeris start time of the image

property ephemeris_stop_time

ISIS doesn’t preserve the spacecraft stop count that we can use to get the ephemeris stop time of the image, so compute the epehemris stop time from the start time and the exposure duration.

property instrument_id

Returns an instrument id for uniquely identifying the instrument, but often also used to be piped into Spice Kernels to acquire IKIDs. Therefore they the same ID the Spice expects in bods2c calls. Expects instrument_id to be defined in the IsisLabel mixin. This should be a string of the form ‘CTX’

Returns

: str

instrument id

property sensor_model_version

Returns

: int

ISIS sensor model version

property sensor_name

ISIS doesn’t propergate this to the ingested cube label, so hard-code it.

property spacecraft_name

Returns the spacecraft name used in various Spice calls to acquire ephemeris data. Expects the platform_name to be defined. This should be a string of the form ‘Mars_Reconnaissance_Orbiter’

Returns

: str

spacecraft name

class ale.drivers.mro_drivers.MroCtxPds3LabelNaifSpiceDriver(file, num_ephem=909, num_quats=909, props={})

Bases: LineScanner, Pds3Label, NaifSpice, RadialDistortion, Driver

Driver for reading CTX PDS3 labels. Requires a Spice mixin to acquire addtional ephemeris and instrument data located exclusively in spice kernels.

property detector_center_sample

The center of the CCD in detector pixels ISIS uses 0.5 based CCD samples, so we need to convert to 0 based.

Returns

float :

The center sample of the CCD

property detector_start_sample

Returns

: int

Starting detector sample for the image

property instrument_id

Returns an instrument id for uniquely identifying the instrument, but often also used to be piped into Spice Kernels to acquire IKIDs. Therefore they the same ID the Spice expects in bods2c calls. Expects instrument_id to be defined in the Pds3Label mixin. This should be a string of the form ‘CONTEXT CAMERA’ or ‘CTX’

Returns

: str

instrument id

property platform_name

Returns the name of the platform which the instrument is mounted on

Returns

: str

platform name

property sensor_model_version

Returns

: int

ISIS sensor model version

property spacecraft_name

Returns the spacecraft name used in various Spice calls to acquire ephemeris data. Expects spacecraft_name to be defined. This should be a string of the form ‘MARS_RECONNAISSANCE_ORBITER’

Returns

: str

spacecraft name