ImageFound¶
- class pyvo.discover.ImageFound(origin_service, obscore_record)[source]¶
Bases:
ObsCoreMetadata
Obscore metadata for a found record.
The mandatory obscore fields are kept as attributes.
We are pulling these out from the various VOTables that we retrieve because we need to do some manipulation of them that is simpler to do if they are proper Python objects.
This also keeps track of the service the record came from, which is available from the origin_service attribute.
Attributes Summary
Methods Summary
from_obscore_recs
(origin_service, obscore_result)from_sia1_recs
(origin_service, sia1_result, ...)Attributes Documentation
- attr_names = {'access_estsize', 'access_format', 'access_url', 'bib_reference', 'calib_level', 'data_rights', 'dataproduct_subtype', 'dataproduct_type', 'em_calib_status', 'em_max', 'em_min', 'em_res_power', 'em_res_power_max', 'em_res_power_min', 'em_resolution', 'em_stat_error', 'em_ucd', 'em_unit', 'em_xel', 'facility_name', 'instrument_name', 'o_calib_status', 'o_stat_error', 'o_ucd', 'o_unit', 'obs_collection', 'obs_create_date', 'obs_creator_did', 'obs_creator_name', 'obs_id', 'obs_publisher_did', 'obs_release_date', 'obs_title', 'pol_states', 'pol_xel', 'proposal_id', 'publisher_id', 's_calib_status', 's_dec', 's_fov', 's_pixel_scale', 's_ra', 's_region', 's_resolution', 's_resolution_max', 's_resolution_min', 's_stat_error', 's_ucd', 's_unit', 's_xel1', 's_xel2', 't_calib_status', 't_exptime', 't_max', 't_min', 't_ref_pos', 't_resolution', 't_stat_error', 't_xel', 'target_class', 'target_name'}¶
Methods Documentation