python — Driver Interfaces¶
- ale.drivers.load(label, props={}, formatter='ale', verbose=False, only_isis_spice=False, only_naif_spice=False)¶
Attempt to load a given label from possible drivers.
This function opens up the label file and attempts to produce an ISD in the format specified using the supplied properties. Drivers are tried sequentially until an ISD is successfully created. Drivers that use external ephemeris data are tested before drivers that use attached ephemeris data.
Using the only_* flags will limit the drivers used to construct ISDs. If you are not sure what input data you have, just leave the only_* parameters as False. Leaving/Setting all only_* parameters to False should satisfy most situations.
Only parameters explained and there uses: *
only_isis_spice=TrueUsed for spiceinit’d ISIS cubes, used, for example, when one has updated the ephemeris information on an ISIS cube. *only_naif_spice=TrueUsed for example, when one has a data product or an ISIS cube, but not yet obtained ephemeris information.Parameters¶
- labelstr
String path to the given label file
- propsdict
A dictionary of optional keywords/parameters for use in driver loading. Each driver specifies its own set of properties to use. For example, Drivers that use the NaifSpice mix-in use the ‘kernels’ property to specify an explicit set of kernels and load order.
- formatter{‘ale’, ‘isis’, ‘usgscsm’}
Output format for the ISD. As of 0.8.0, it is recommended that the ale formatter is used. The isis and usgscsm formatters are retrained for backwards compatability.
- verbosebool
If True, displays debug output specifying which drivers were attempted and why they failed.
- only_isis_spicebool
Explicitly searches for drivers constructed from the IsisSpice component class
- only_naif_spicebool
Explicitly searches for drivers constructed from the NaifSpice component class
Returns¶
- dict
The ISD as a dictionary
- ale.drivers.loads(label, props='', formatter='ale', indent=2, verbose=False, only_isis_spice=False, only_naif_spice=False)¶
Attempt to load a given label from all possible drivers.
This function is the same as load, except it returns a JSON formatted string.
See load for shared parameter documentation.
Parameters¶
- indentint
The number of spaces to indent each nested component of the JSON string. See json.dumps.
Returns¶
- str
The ISD as a JSON formatted string
See Also¶
load
base— Default Driver ClassesDriverDriver.center_ephemeris_timeDriver.detector_center_lineDriver.detector_center_sampleDriver.detector_start_lineDriver.detector_start_sampleDriver.ephemeris_start_timeDriver.ephemeris_stop_timeDriver.focal2pixel_linesDriver.focal2pixel_samplesDriver.focal_lengthDriver.frame_chainDriver.image_linesDriver.image_samplesDriver.line_summingDriver.naif_keywordsDriver.pixel2focal_xDriver.pixel2focal_yDriver.platform_nameDriver.sample_summingDriver.sensor_frame_idDriver.sensor_model_versionDriver.sensor_nameDriver.sensor_positionDriver.sun_positionDriver.target_body_radiiDriver.target_frame_idDriver.target_nameDriver.usgscsm_distortion_model
util— General Utilitiesrotation— Python Rotationstransformation— Python Frame Transformationsmix-ins— Mix-in ClassesSupplementary Data— Supplementary Data Mix-insNaifSpiceNaifSpice.correct_lt_to_surfaceNaifSpice.detector_center_lineNaifSpice.detector_center_sampleNaifSpice.ephemeris_start_timeNaifSpice.ephemeris_stop_timeNaifSpice.focal2pixel_linesNaifSpice.focal2pixel_samplesNaifSpice.focal_lengthNaifSpice.ikidNaifSpice.instrument_time_biasNaifSpice.kernelsNaifSpice.light_time_correctionNaifSpice.naif_keywordsNaifSpice.odtkNaifSpice.odtxNaifSpice.odtyNaifSpice.pixel2focal_xNaifSpice.pixel2focal_yNaifSpice.pixel_sizeNaifSpice.reference_frameNaifSpice.sensor_frame_idNaifSpice.sensor_orientationNaifSpice.sensor_positionNaifSpice.spacecraft_idNaifSpice.sun_positionNaifSpice.swap_observer_targetNaifSpice.target_body_radiiNaifSpice.target_frame_idNaifSpice.target_id
IsisSpiceIsisSpice.body_orientation_tableIsisSpice.detector_center_lineIsisSpice.detector_center_sampleIsisSpice.ephemeris_start_timeIsisSpice.focal2pixel_linesIsisSpice.focal2pixel_samplesIsisSpice.focal_lengthIsisSpice.frame_chainIsisSpice.ikidIsisSpice.inst_pointing_tableIsisSpice.inst_position_tableIsisSpice.naif_keywordsIsisSpice.odtkIsisSpice.pixel2focal_xIsisSpice.pixel2focal_yIsisSpice.sensor_positionIsisSpice.sun_positionIsisSpice.sun_position_tableIsisSpice.target_body_radii
parse_table()read_table_data()rotate_state()
Label Data— Label Data Mix-insIsisLabelIsisLabel.exposure_durationIsisLabel.image_linesIsisLabel.image_samplesIsisLabel.instrument_idIsisLabel.interframe_delayIsisLabel.line_exposure_durationIsisLabel.line_summingIsisLabel.platform_nameIsisLabel.sample_summingIsisLabel.sampling_factorIsisLabel.sensor_model_versionIsisLabel.sensor_nameIsisLabel.spacecraft_clock_start_countIsisLabel.spacecraft_clock_stop_countIsisLabel.spacecraft_nameIsisLabel.target_nameIsisLabel.utc_start_timeIsisLabel.utc_stop_time
Pds3LabelPds3Label.crosstrack_summingPds3Label.downtrack_summingPds3Label.exposure_durationPds3Label.filter_numberPds3Label.image_linesPds3Label.image_samplesPds3Label.instrument_host_idPds3Label.instrument_host_namePds3Label.instrument_idPds3Label.instrument_namePds3Label.line_exposure_durationPds3Label.line_summingPds3Label.platform_namePds3Label.sample_summingPds3Label.sampling_factorPds3Label.sensor_namePds3Label.spacecraft_clock_start_countPds3Label.spacecraft_clock_stop_countPds3Label.spacecraft_namePds3Label.target_namePds3Label.utc_start_timePds3Label.utc_stop_time
Sensor Type— Sensor Type Mix-insDistortion Model— Distortion Model Type Mix-ins
concrete-drivers— Concrete Sensor Driverco_drivers— Cassini Driver ClassesCassiniIssIsisLabelIsisSpiceDriverCassiniIssIsisLabelNaifSpiceDriverCassiniIssIsisLabelNaifSpiceDriver.center_ephemeris_timeCassiniIssIsisLabelNaifSpiceDriver.ephemeris_start_timeCassiniIssIsisLabelNaifSpiceDriver.focal_lengthCassiniIssIsisLabelNaifSpiceDriver.frame_chainCassiniIssIsisLabelNaifSpiceDriver.instrument_idCassiniIssIsisLabelNaifSpiceDriver.odtkCassiniIssIsisLabelNaifSpiceDriver.sensor_frame_idCassiniIssIsisLabelNaifSpiceDriver.sensor_model_versionCassiniIssIsisLabelNaifSpiceDriver.sensor_nameCassiniIssIsisLabelNaifSpiceDriver.spacecraft_name
CassiniIssPds3LabelNaifSpiceDriverCassiniIssPds3LabelNaifSpiceDriver.detector_center_lineCassiniIssPds3LabelNaifSpiceDriver.detector_center_sampleCassiniIssPds3LabelNaifSpiceDriver.focal2pixel_linesCassiniIssPds3LabelNaifSpiceDriver.focal2pixel_samplesCassiniIssPds3LabelNaifSpiceDriver.focal_epsilonCassiniIssPds3LabelNaifSpiceDriver.focal_lengthCassiniIssPds3LabelNaifSpiceDriver.frame_chainCassiniIssPds3LabelNaifSpiceDriver.instrument_idCassiniIssPds3LabelNaifSpiceDriver.odtkCassiniIssPds3LabelNaifSpiceDriver.sensor_frame_idCassiniIssPds3LabelNaifSpiceDriver.sensor_model_versionCassiniIssPds3LabelNaifSpiceDriver.spacecraft_name
dawn_drivers— Dawn Driver ClassesDawnFcPds3NaifSpiceDriverDawnFcPds3NaifSpiceDriver.detector_center_lineDawnFcPds3NaifSpiceDriver.detector_center_sampleDawnFcPds3NaifSpiceDriver.ephemeris_start_timeDawnFcPds3NaifSpiceDriver.focal2pixel_linesDawnFcPds3NaifSpiceDriver.focal2pixel_samplesDawnFcPds3NaifSpiceDriver.instrument_idDawnFcPds3NaifSpiceDriver.odtkDawnFcPds3NaifSpiceDriver.sensor_model_versionDawnFcPds3NaifSpiceDriver.spacecraft_nameDawnFcPds3NaifSpiceDriver.target_nameDawnFcPds3NaifSpiceDriver.usgscsm_distortion_model
hayabusa2_drivers— Hayabusa2 Driver Classesisis_ideal_drivers— ISIS Ideal Camera Driver ClassesIdealLsIsisLabelIsisSpiceDriverIdealLsIsisLabelIsisSpiceDriver.detector_center_lineIdealLsIsisLabelIsisSpiceDriver.detector_center_sampleIdealLsIsisLabelIsisSpiceDriver.detector_start_lineIdealLsIsisLabelIsisSpiceDriver.detector_start_sampleIdealLsIsisLabelIsisSpiceDriver.ephemeris_start_timeIdealLsIsisLabelIsisSpiceDriver.ephemeris_stop_timeIdealLsIsisLabelIsisSpiceDriver.focal2pixel_linesIdealLsIsisLabelIsisSpiceDriver.focal2pixel_samplesIdealLsIsisLabelIsisSpiceDriver.focal_lengthIdealLsIsisLabelIsisSpiceDriver.instrument_idIdealLsIsisLabelIsisSpiceDriver.pixel2focal_xIdealLsIsisLabelIsisSpiceDriver.pixel2focal_yIdealLsIsisLabelIsisSpiceDriver.sensor_model_versionIdealLsIsisLabelIsisSpiceDriver.sensor_nameIdealLsIsisLabelIsisSpiceDriver.spacecraft_name
juno_drivers— Juno Driver Classeslro_drivers— LRO Driver ClassesLroLrocNacIsisLabelIsisSpiceDriverLroLrocNacIsisLabelIsisSpiceDriver.additional_prerollLroLrocNacIsisLabelIsisSpiceDriver.additive_line_errorLroLrocNacIsisLabelIsisSpiceDriver.constant_time_offsetLroLrocNacIsisLabelIsisSpiceDriver.detector_center_sampleLroLrocNacIsisLabelIsisSpiceDriver.ephemeris_start_timeLroLrocNacIsisLabelIsisSpiceDriver.exposure_durationLroLrocNacIsisLabelIsisSpiceDriver.instrument_idLroLrocNacIsisLabelIsisSpiceDriver.multiplicative_line_errorLroLrocNacIsisLabelIsisSpiceDriver.odtkLroLrocNacIsisLabelIsisSpiceDriver.sampling_factorLroLrocNacIsisLabelIsisSpiceDriver.sensor_model_versionLroLrocNacIsisLabelIsisSpiceDriver.spacecraft_directionLroLrocNacIsisLabelIsisSpiceDriver.usgscsm_distortion_model
LroLrocNacIsisLabelNaifSpiceDriverLroLrocNacIsisLabelNaifSpiceDriver.additional_prerollLroLrocNacIsisLabelNaifSpiceDriver.additive_line_errorLroLrocNacIsisLabelNaifSpiceDriver.constant_time_offsetLroLrocNacIsisLabelNaifSpiceDriver.detector_center_sampleLroLrocNacIsisLabelNaifSpiceDriver.ephemeris_start_timeLroLrocNacIsisLabelNaifSpiceDriver.exposure_durationLroLrocNacIsisLabelNaifSpiceDriver.focal2pixel_linesLroLrocNacIsisLabelNaifSpiceDriver.instrument_idLroLrocNacIsisLabelNaifSpiceDriver.light_time_correctionLroLrocNacIsisLabelNaifSpiceDriver.multiplicative_line_errorLroLrocNacIsisLabelNaifSpiceDriver.odtkLroLrocNacIsisLabelNaifSpiceDriver.sampling_factorLroLrocNacIsisLabelNaifSpiceDriver.sensor_model_versionLroLrocNacIsisLabelNaifSpiceDriver.spacecraft_directionLroLrocNacIsisLabelNaifSpiceDriver.usgscsm_distortion_model
LroLrocNacPds3LabelNaifSpiceDriverLroLrocNacPds3LabelNaifSpiceDriver.additional_prerollLroLrocNacPds3LabelNaifSpiceDriver.additive_line_errorLroLrocNacPds3LabelNaifSpiceDriver.constant_time_offsetLroLrocNacPds3LabelNaifSpiceDriver.detector_center_sampleLroLrocNacPds3LabelNaifSpiceDriver.ephemeris_start_timeLroLrocNacPds3LabelNaifSpiceDriver.exposure_durationLroLrocNacPds3LabelNaifSpiceDriver.focal2pixel_linesLroLrocNacPds3LabelNaifSpiceDriver.instrument_idLroLrocNacPds3LabelNaifSpiceDriver.light_time_correctionLroLrocNacPds3LabelNaifSpiceDriver.multiplicative_line_errorLroLrocNacPds3LabelNaifSpiceDriver.odtkLroLrocNacPds3LabelNaifSpiceDriver.sampling_factorLroLrocNacPds3LabelNaifSpiceDriver.sensor_model_versionLroLrocNacPds3LabelNaifSpiceDriver.spacecraft_directionLroLrocNacPds3LabelNaifSpiceDriver.spacecraft_nameLroLrocNacPds3LabelNaifSpiceDriver.usgscsm_distortion_model
LroLrocWacIsisLabelIsisSpiceDriverLroLrocWacIsisLabelIsisSpiceDriver.detector_center_lineLroLrocWacIsisLabelIsisSpiceDriver.detector_center_sampleLroLrocWacIsisLabelIsisSpiceDriver.fikidLroLrocWacIsisLabelIsisSpiceDriver.filter_numberLroLrocWacIsisLabelIsisSpiceDriver.focal_lengthLroLrocWacIsisLabelIsisSpiceDriver.instrument_idLroLrocWacIsisLabelIsisSpiceDriver.odtkLroLrocWacIsisLabelIsisSpiceDriver.pixel2focal_xLroLrocWacIsisLabelIsisSpiceDriver.pixel2focal_yLroLrocWacIsisLabelIsisSpiceDriver.sensor_model_versionLroLrocWacIsisLabelIsisSpiceDriver.sensor_name
LroLrocWacIsisLabelNaifSpiceDriverLroLrocWacIsisLabelNaifSpiceDriver.detector_center_lineLroLrocWacIsisLabelNaifSpiceDriver.detector_center_sampleLroLrocWacIsisLabelNaifSpiceDriver.detector_start_lineLroLrocWacIsisLabelNaifSpiceDriver.ephemeris_start_timeLroLrocWacIsisLabelNaifSpiceDriver.fikidLroLrocWacIsisLabelNaifSpiceDriver.filter_numberLroLrocWacIsisLabelNaifSpiceDriver.focal2pixel_linesLroLrocWacIsisLabelNaifSpiceDriver.focal2pixel_samplesLroLrocWacIsisLabelNaifSpiceDriver.focal_lengthLroLrocWacIsisLabelNaifSpiceDriver.framelet_heightLroLrocWacIsisLabelNaifSpiceDriver.framelets_flippedLroLrocWacIsisLabelNaifSpiceDriver.instrument_idLroLrocWacIsisLabelNaifSpiceDriver.naif_keywordsLroLrocWacIsisLabelNaifSpiceDriver.num_framesLroLrocWacIsisLabelNaifSpiceDriver.num_lines_overlapLroLrocWacIsisLabelNaifSpiceDriver.odtkLroLrocWacIsisLabelNaifSpiceDriver.pixel2focal_xLroLrocWacIsisLabelNaifSpiceDriver.pixel2focal_yLroLrocWacIsisLabelNaifSpiceDriver.sampling_factorLroLrocWacIsisLabelNaifSpiceDriver.sensor_model_versionLroLrocWacIsisLabelNaifSpiceDriver.sensor_name
LroMiniRfIsisLabelNaifSpiceDriverLroMiniRfIsisLabelNaifSpiceDriver.ephemeris_start_timeLroMiniRfIsisLabelNaifSpiceDriver.ephemeris_stop_timeLroMiniRfIsisLabelNaifSpiceDriver.instrument_idLroMiniRfIsisLabelNaifSpiceDriver.line_exposure_durationLroMiniRfIsisLabelNaifSpiceDriver.look_directionLroMiniRfIsisLabelNaifSpiceDriver.range_conversion_coefficientsLroMiniRfIsisLabelNaifSpiceDriver.range_conversion_timesLroMiniRfIsisLabelNaifSpiceDriver.scaled_pixel_widthLroMiniRfIsisLabelNaifSpiceDriver.sensor_frame_idLroMiniRfIsisLabelNaifSpiceDriver.wavelength
mess_drivers— MDIS Driver ClassesMessengerMdisIsisLabelIsisSpiceDriverMessengerMdisIsisLabelNaifSpiceDriverMessengerMdisIsisLabelNaifSpiceDriver.detector_center_lineMessengerMdisIsisLabelNaifSpiceDriver.detector_center_sampleMessengerMdisIsisLabelNaifSpiceDriver.ephemeris_start_timeMessengerMdisIsisLabelNaifSpiceDriver.fikidMessengerMdisIsisLabelNaifSpiceDriver.focal_lengthMessengerMdisIsisLabelNaifSpiceDriver.instrument_idMessengerMdisIsisLabelNaifSpiceDriver.pixel_sizeMessengerMdisIsisLabelNaifSpiceDriver.platform_nameMessengerMdisIsisLabelNaifSpiceDriver.sampling_factorMessengerMdisIsisLabelNaifSpiceDriver.sensor_model_versionMessengerMdisIsisLabelNaifSpiceDriver.usgscsm_distortion_model
MessengerMdisPds3NaifSpiceDriverMessengerMdisPds3NaifSpiceDriver.detector_center_lineMessengerMdisPds3NaifSpiceDriver.detector_center_sampleMessengerMdisPds3NaifSpiceDriver.fikidMessengerMdisPds3NaifSpiceDriver.focal_lengthMessengerMdisPds3NaifSpiceDriver.instrument_idMessengerMdisPds3NaifSpiceDriver.pixel_sizeMessengerMdisPds3NaifSpiceDriver.sampling_factorMessengerMdisPds3NaifSpiceDriver.sensor_model_versionMessengerMdisPds3NaifSpiceDriver.spacecraft_nameMessengerMdisPds3NaifSpiceDriver.usgscsm_distortion_model
mex_drivers— Mars Express Driver ClassesMexHrscIsisLabelNaifSpiceDriverMexHrscIsisLabelNaifSpiceDriver.detector_center_lineMexHrscIsisLabelNaifSpiceDriver.detector_center_sampleMexHrscIsisLabelNaifSpiceDriver.ephemeris_start_timeMexHrscIsisLabelNaifSpiceDriver.ephemeris_stop_timeMexHrscIsisLabelNaifSpiceDriver.fikidMexHrscIsisLabelNaifSpiceDriver.focal2pixel_linesMexHrscIsisLabelNaifSpiceDriver.focal2pixel_samplesMexHrscIsisLabelNaifSpiceDriver.focal_lengthMexHrscIsisLabelNaifSpiceDriver.ikidMexHrscIsisLabelNaifSpiceDriver.instrument_idMexHrscIsisLabelNaifSpiceDriver.line_scan_rateMexHrscIsisLabelNaifSpiceDriver.sampling_factorMexHrscIsisLabelNaifSpiceDriver.sensor_model_versionMexHrscIsisLabelNaifSpiceDriver.sensor_nameMexHrscIsisLabelNaifSpiceDriver.times_table
MexHrscPds3NaifSpiceDriverMexHrscPds3NaifSpiceDriver.binary_ephemeris_timesMexHrscPds3NaifSpiceDriver.binary_exposure_durationsMexHrscPds3NaifSpiceDriver.binary_linesMexHrscPds3NaifSpiceDriver.detector_center_lineMexHrscPds3NaifSpiceDriver.detector_center_sampleMexHrscPds3NaifSpiceDriver.ephemeris_start_timeMexHrscPds3NaifSpiceDriver.ephemeris_stop_timeMexHrscPds3NaifSpiceDriver.fikidMexHrscPds3NaifSpiceDriver.focal2pixel_linesMexHrscPds3NaifSpiceDriver.focal2pixel_samplesMexHrscPds3NaifSpiceDriver.focal_lengthMexHrscPds3NaifSpiceDriver.ikidMexHrscPds3NaifSpiceDriver.instrument_idMexHrscPds3NaifSpiceDriver.line_exposure_durationMexHrscPds3NaifSpiceDriver.line_scan_rateMexHrscPds3NaifSpiceDriver.pixel2focal_xMexHrscPds3NaifSpiceDriver.pixel2focal_yMexHrscPds3NaifSpiceDriver.read_image_data()MexHrscPds3NaifSpiceDriver.sampling_factorMexHrscPds3NaifSpiceDriver.sensor_model_versionMexHrscPds3NaifSpiceDriver.spacecraft_name
MexSrcPds3NaifSpiceDriverMexSrcPds3NaifSpiceDriver.detector_center_lineMexSrcPds3NaifSpiceDriver.detector_center_sampleMexSrcPds3NaifSpiceDriver.focal2pixel_linesMexSrcPds3NaifSpiceDriver.focal2pixel_samplesMexSrcPds3NaifSpiceDriver.ikidMexSrcPds3NaifSpiceDriver.instrument_idMexSrcPds3NaifSpiceDriver.sensor_model_versionMexSrcPds3NaifSpiceDriver.spacecraft_name
mro_drivers— MRO Driver ClassesMroCrismIsisLabelNaifSpiceDriverMroCrismIsisLabelNaifSpiceDriver.ephemeris_start_timeMroCrismIsisLabelNaifSpiceDriver.ephemeris_stop_timeMroCrismIsisLabelNaifSpiceDriver.instrument_idMroCrismIsisLabelNaifSpiceDriver.line_exposure_durationMroCrismIsisLabelNaifSpiceDriver.sensor_frame_idMroCrismIsisLabelNaifSpiceDriver.sensor_model_versionMroCrismIsisLabelNaifSpiceDriver.sensor_nameMroCrismIsisLabelNaifSpiceDriver.spacecraft_name
MroCtxIsisLabelIsisSpiceDriverMroCtxIsisLabelNaifSpiceDriverMroCtxIsisLabelNaifSpiceDriver.detector_center_sampleMroCtxIsisLabelNaifSpiceDriver.detector_start_sampleMroCtxIsisLabelNaifSpiceDriver.ephemeris_start_timeMroCtxIsisLabelNaifSpiceDriver.ephemeris_stop_timeMroCtxIsisLabelNaifSpiceDriver.instrument_idMroCtxIsisLabelNaifSpiceDriver.sensor_model_versionMroCtxIsisLabelNaifSpiceDriver.sensor_nameMroCtxIsisLabelNaifSpiceDriver.spacecraft_name
MroCtxPds3LabelNaifSpiceDriverMroHiRiseIsisLabelNaifSpiceDriverMroHiRiseIsisLabelNaifSpiceDriver.ccd_ikidMroHiRiseIsisLabelNaifSpiceDriver.detector_center_lineMroHiRiseIsisLabelNaifSpiceDriver.detector_center_sampleMroHiRiseIsisLabelNaifSpiceDriver.ephemeris_start_timeMroHiRiseIsisLabelNaifSpiceDriver.exposure_durationMroHiRiseIsisLabelNaifSpiceDriver.instrument_idMroHiRiseIsisLabelNaifSpiceDriver.naif_keywordsMroHiRiseIsisLabelNaifSpiceDriver.sensor_frame_idMroHiRiseIsisLabelNaifSpiceDriver.sensor_model_versionMroHiRiseIsisLabelNaifSpiceDriver.sensor_nameMroHiRiseIsisLabelNaifSpiceDriver.un_binned_rate
MroMarciIsisLabelNaifSpiceDriverMroMarciIsisLabelNaifSpiceDriver.base_ikidMroMarciIsisLabelNaifSpiceDriver.compute_marci_time()MroMarciIsisLabelNaifSpiceDriver.detector_center_lineMroMarciIsisLabelNaifSpiceDriver.detector_center_sampleMroMarciIsisLabelNaifSpiceDriver.ephemeris_start_timeMroMarciIsisLabelNaifSpiceDriver.ephemeris_stop_timeMroMarciIsisLabelNaifSpiceDriver.flipped_frameletsMroMarciIsisLabelNaifSpiceDriver.focal2pixel_linesMroMarciIsisLabelNaifSpiceDriver.focal2pixel_samplesMroMarciIsisLabelNaifSpiceDriver.instrument_idMroMarciIsisLabelNaifSpiceDriver.naif_keywordsMroMarciIsisLabelNaifSpiceDriver.sensor_model_versionMroMarciIsisLabelNaifSpiceDriver.sensor_nameMroMarciIsisLabelNaifSpiceDriver.start_time
nh_drivers— New Horizons Driver ClassesNewHorizonsLeisaIsisLabelNaifSpiceDriverNewHorizonsLeisaIsisLabelNaifSpiceDriver.detector_center_lineNewHorizonsLeisaIsisLabelNaifSpiceDriver.detector_center_sampleNewHorizonsLeisaIsisLabelNaifSpiceDriver.ephemeris_start_timeNewHorizonsLeisaIsisLabelNaifSpiceDriver.ephemeris_stop_timeNewHorizonsLeisaIsisLabelNaifSpiceDriver.exposure_durationNewHorizonsLeisaIsisLabelNaifSpiceDriver.ikidNewHorizonsLeisaIsisLabelNaifSpiceDriver.instrument_idNewHorizonsLeisaIsisLabelNaifSpiceDriver.sensor_model_versionNewHorizonsLeisaIsisLabelNaifSpiceDriver.sensor_name
NewHorizonsLorriIsisLabelNaifSpiceDriverNewHorizonsLorriIsisLabelNaifSpiceDriver.detector_center_lineNewHorizonsLorriIsisLabelNaifSpiceDriver.detector_center_sampleNewHorizonsLorriIsisLabelNaifSpiceDriver.ephemeris_stop_timeNewHorizonsLorriIsisLabelNaifSpiceDriver.frame_chainNewHorizonsLorriIsisLabelNaifSpiceDriver.ikidNewHorizonsLorriIsisLabelNaifSpiceDriver.instrument_idNewHorizonsLorriIsisLabelNaifSpiceDriver.sensor_name
NewHorizonsMvicIsisLabelNaifSpiceDriverNewHorizonsMvicIsisLabelNaifSpiceDriver.detector_center_lineNewHorizonsMvicIsisLabelNaifSpiceDriver.detector_center_sampleNewHorizonsMvicIsisLabelNaifSpiceDriver.ephemeris_start_timeNewHorizonsMvicIsisLabelNaifSpiceDriver.ephemeris_stop_timeNewHorizonsMvicIsisLabelNaifSpiceDriver.ephemeris_timeNewHorizonsMvicIsisLabelNaifSpiceDriver.ikidNewHorizonsMvicIsisLabelNaifSpiceDriver.instrument_idNewHorizonsMvicIsisLabelNaifSpiceDriver.instrument_nameNewHorizonsMvicIsisLabelNaifSpiceDriver.naif_keywordsNewHorizonsMvicIsisLabelNaifSpiceDriver.odtxNewHorizonsMvicIsisLabelNaifSpiceDriver.odtyNewHorizonsMvicIsisLabelNaifSpiceDriver.parent_idNewHorizonsMvicIsisLabelNaifSpiceDriver.sensor_model_versionNewHorizonsMvicIsisLabelNaifSpiceDriver.sensor_name
NewHorizonsMvicTdiIsisLabelNaifSpiceDriverNewHorizonsMvicTdiIsisLabelNaifSpiceDriver.detector_center_lineNewHorizonsMvicTdiIsisLabelNaifSpiceDriver.detector_center_sampleNewHorizonsMvicTdiIsisLabelNaifSpiceDriver.exposure_durationNewHorizonsMvicTdiIsisLabelNaifSpiceDriver.ikidNewHorizonsMvicTdiIsisLabelNaifSpiceDriver.instrument_idNewHorizonsMvicTdiIsisLabelNaifSpiceDriver.naif_keywordsNewHorizonsMvicTdiIsisLabelNaifSpiceDriver.odtxNewHorizonsMvicTdiIsisLabelNaifSpiceDriver.odtyNewHorizonsMvicTdiIsisLabelNaifSpiceDriver.parent_idNewHorizonsMvicTdiIsisLabelNaifSpiceDriver.sensor_model_versionNewHorizonsMvicTdiIsisLabelNaifSpiceDriver.sensor_name
ody_drivers— Odyssey Driver ClassesOdyThemisIrIsisLabelNaifSpiceDriverOdyThemisIrIsisLabelNaifSpiceDriver.detector_center_lineOdyThemisIrIsisLabelNaifSpiceDriver.detector_center_sampleOdyThemisIrIsisLabelNaifSpiceDriver.ephemeris_start_timeOdyThemisIrIsisLabelNaifSpiceDriver.focal_lengthOdyThemisIrIsisLabelNaifSpiceDriver.ikidOdyThemisIrIsisLabelNaifSpiceDriver.instrument_idOdyThemisIrIsisLabelNaifSpiceDriver.line_exposure_durationOdyThemisIrIsisLabelNaifSpiceDriver.sensor_model_versionOdyThemisIrIsisLabelNaifSpiceDriver.sensor_nameOdyThemisIrIsisLabelNaifSpiceDriver.spacecraft_name
OdyThemisVisIsisLabelNaifSpiceDriverOdyThemisVisIsisLabelNaifSpiceDriver.detector_center_lineOdyThemisVisIsisLabelNaifSpiceDriver.detector_center_sampleOdyThemisVisIsisLabelNaifSpiceDriver.ephemeris_start_timeOdyThemisVisIsisLabelNaifSpiceDriver.focal_lengthOdyThemisVisIsisLabelNaifSpiceDriver.ikidOdyThemisVisIsisLabelNaifSpiceDriver.instrument_idOdyThemisVisIsisLabelNaifSpiceDriver.line_exposure_durationOdyThemisVisIsisLabelNaifSpiceDriver.sensor_model_versionOdyThemisVisIsisLabelNaifSpiceDriver.sensor_nameOdyThemisVisIsisLabelNaifSpiceDriver.spacecraft_name
selene_drivers— Selene Driver ClassesKaguyaMiIsisLabelNaifSpiceDriverKaguyaMiIsisLabelNaifSpiceDriver.base_bandKaguyaMiIsisLabelNaifSpiceDriver.boresight_xKaguyaMiIsisLabelNaifSpiceDriver.boresight_yKaguyaMiIsisLabelNaifSpiceDriver.detector_center_lineKaguyaMiIsisLabelNaifSpiceDriver.detector_center_sampleKaguyaMiIsisLabelNaifSpiceDriver.ephemeris_start_timeKaguyaMiIsisLabelNaifSpiceDriver.ephemeris_stop_timeKaguyaMiIsisLabelNaifSpiceDriver.focal2pixel_linesKaguyaMiIsisLabelNaifSpiceDriver.focal2pixel_samplesKaguyaMiIsisLabelNaifSpiceDriver.instrument_idKaguyaMiIsisLabelNaifSpiceDriver.line_exposure_durationKaguyaMiIsisLabelNaifSpiceDriver.sensor_frame_idKaguyaMiIsisLabelNaifSpiceDriver.sensor_model_versionKaguyaMiIsisLabelNaifSpiceDriver.spacecraft_clock_start_countKaguyaMiIsisLabelNaifSpiceDriver.spacecraft_clock_stop_count
KaguyaMiPds3NaifSpiceDriverKaguyaMiPds3NaifSpiceDriver.base_bandKaguyaMiPds3NaifSpiceDriver.boresight_xKaguyaMiPds3NaifSpiceDriver.boresight_yKaguyaMiPds3NaifSpiceDriver.detector_center_lineKaguyaMiPds3NaifSpiceDriver.detector_center_sampleKaguyaMiPds3NaifSpiceDriver.ephemeris_start_timeKaguyaMiPds3NaifSpiceDriver.focal2pixel_linesKaguyaMiPds3NaifSpiceDriver.focal2pixel_samplesKaguyaMiPds3NaifSpiceDriver.instrument_idKaguyaMiPds3NaifSpiceDriver.line_exposure_durationKaguyaMiPds3NaifSpiceDriver.sensor_frame_idKaguyaMiPds3NaifSpiceDriver.sensor_model_versionKaguyaMiPds3NaifSpiceDriver.spacecraft_clock_start_countKaguyaMiPds3NaifSpiceDriver.spacecraft_clock_stop_countKaguyaMiPds3NaifSpiceDriver.spacecraft_nameKaguyaMiPds3NaifSpiceDriver.utc_start_timeKaguyaMiPds3NaifSpiceDriver.utc_stop_time
KaguyaTcIsisLabelIsisSpiceDriverKaguyaTcIsisLabelIsisSpiceDriver.boresight_xKaguyaTcIsisLabelIsisSpiceDriver.boresight_yKaguyaTcIsisLabelIsisSpiceDriver.detector_start_lineKaguyaTcIsisLabelIsisSpiceDriver.detector_start_sampleKaguyaTcIsisLabelIsisSpiceDriver.exposure_durationKaguyaTcIsisLabelIsisSpiceDriver.focal2pixel_linesKaguyaTcIsisLabelIsisSpiceDriver.instrument_idKaguyaTcIsisLabelIsisSpiceDriver.sensor_model_version
KaguyaTcIsisLabelNaifSpiceDriverKaguyaTcIsisLabelNaifSpiceDriver.boresight_xKaguyaTcIsisLabelNaifSpiceDriver.boresight_yKaguyaTcIsisLabelNaifSpiceDriver.detector_start_lineKaguyaTcIsisLabelNaifSpiceDriver.detector_start_sampleKaguyaTcIsisLabelNaifSpiceDriver.ephemeris_start_timeKaguyaTcIsisLabelNaifSpiceDriver.exposure_durationKaguyaTcIsisLabelNaifSpiceDriver.focal2pixel_linesKaguyaTcIsisLabelNaifSpiceDriver.focal2pixel_samplesKaguyaTcIsisLabelNaifSpiceDriver.ikidKaguyaTcIsisLabelNaifSpiceDriver.instrument_idKaguyaTcIsisLabelNaifSpiceDriver.platform_nameKaguyaTcIsisLabelNaifSpiceDriver.sensor_frame_idKaguyaTcIsisLabelNaifSpiceDriver.sensor_model_versionKaguyaTcIsisLabelNaifSpiceDriver.usgscsm_distortion_model
KaguyaTcPds3NaifSpiceDriverKaguyaTcPds3NaifSpiceDriver.boresight_xKaguyaTcPds3NaifSpiceDriver.boresight_yKaguyaTcPds3NaifSpiceDriver.detector_start_lineKaguyaTcPds3NaifSpiceDriver.detector_start_sampleKaguyaTcPds3NaifSpiceDriver.ephemeris_start_timeKaguyaTcPds3NaifSpiceDriver.exposure_durationKaguyaTcPds3NaifSpiceDriver.focal2pixel_linesKaguyaTcPds3NaifSpiceDriver.focal2pixel_samplesKaguyaTcPds3NaifSpiceDriver.ikidKaguyaTcPds3NaifSpiceDriver.instrument_idKaguyaTcPds3NaifSpiceDriver.sensor_frame_idKaguyaTcPds3NaifSpiceDriver.sensor_model_versionKaguyaTcPds3NaifSpiceDriver.spacecraft_clock_start_countKaguyaTcPds3NaifSpiceDriver.spacecraft_clock_stop_countKaguyaTcPds3NaifSpiceDriver.spacecraft_nameKaguyaTcPds3NaifSpiceDriver.utc_start_timeKaguyaTcPds3NaifSpiceDriver.utc_stop_time
tgo_drivers— Trace Gas Oribiter Driver Classesviking_drivers— Viking Driver ClassesVikingIsisLabelIsisSpiceDriverVikingIsisLabelNaifSpiceDriverVikingIsisLabelNaifSpiceDriver.alt_ikidVikingIsisLabelNaifSpiceDriver.detector_center_lineVikingIsisLabelNaifSpiceDriver.detector_center_sampleVikingIsisLabelNaifSpiceDriver.ephemeris_start_timeVikingIsisLabelNaifSpiceDriver.focal_lengthVikingIsisLabelNaifSpiceDriver.ikidVikingIsisLabelNaifSpiceDriver.instrument_idVikingIsisLabelNaifSpiceDriver.sensor_nameVikingIsisLabelNaifSpiceDriver.spacecraft_name
voyager_drivers— Voyager Driver ClassesVoyagerCameraIsisLabelNaifSpiceDriverVoyagerCameraIsisLabelNaifSpiceDriver.detector_center_lineVoyagerCameraIsisLabelNaifSpiceDriver.detector_center_sampleVoyagerCameraIsisLabelNaifSpiceDriver.ephemeris_start_timeVoyagerCameraIsisLabelNaifSpiceDriver.ephemeris_stop_timeVoyagerCameraIsisLabelNaifSpiceDriver.ikidVoyagerCameraIsisLabelNaifSpiceDriver.instrument_idVoyagerCameraIsisLabelNaifSpiceDriver.pixel_sizeVoyagerCameraIsisLabelNaifSpiceDriver.sensor_model_versionVoyagerCameraIsisLabelNaifSpiceDriver.sensor_nameVoyagerCameraIsisLabelNaifSpiceDriver.spacecraft_name