voyager_drivers — Voyager Driver Classes

The ale.drivers.voyager_drivers module

New in version 0.8.1.

class ale.drivers.voyager_drivers.VoyagerCameraIsisLabelNaifSpiceDriver(file, num_ephem=909, num_quats=909, props={}, parsed_label=None)

Bases: Framer, IsisLabel, NaifSpice, NoDistortion, Driver

property detector_center_line

Returns the center detector line. Expects ikid to be defined. This should be an integer containing the Naif Id code of the instrument.

Returns

: float

Detector line of the principal point

property detector_center_sample

Returns the center detector sample. Expects ikid to be defined. This should be an integer containing the Naif Id code of the instrument.

Returns

: float

Detector sample of the principal point

property ephemeris_start_time

Returns the starting ephemeris time of the image. Expects spacecraft_id to be defined. This must be the integer Naif Id code for the spacecraft. Expects spacecraft_clock_start_count to be defined. This must be a string containing the start clock count of the spacecraft

Returns

: double

Starting ephemeris time of the image

property ephemeris_stop_time

Returns the sum of the starting ephemeris time and the exposure duration. Expects ephemeris start time and exposure duration to be defined. These should be double precision numbers containing the ephemeris start and exposure duration of the image.

Returns

: double

Ephemeris stop time for an image

property ikid

Returns the Naif ID code for the instrument Expects the instrument_id to be defined. This must be a string containing the short name of the instrument.

Returns

: int

Naif ID used to for identifying the instrument in Spice kernels

property instrument_id

Returns the short name of the instrument

Returns

: str

instrument id

property pixel_size

Expects ikid to be defined. This must be the integer Naif id code of the instrument

Returns

: float pixel size

property sensor_model_version

Returns the ISIS camera version

Returns

: int

Camera version number

property sensor_name

Returns the name of the instrument

Returns

: str

Name of the sensor

property spacecraft_name

Returns the name of the spacecraft Returns ——- : str Full name of the spacecraft