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.
- 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 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_name¶
ISIS doesn’t propergate this to the ingested cube label, so hard-code it.
- 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 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