ImageCollectionDB

class snappl.imagecollection.ImageCollectionDB(provenance=None, base_path=None)[source]

Bases: object

Attributes Summary

image_class_to_format

Methods Summary

find_images(**kwargs)

For ImageCollectionDB, this is just calls the class method Image.find_images().

get_image([image_id, path, observation_id, ...])

get_image_path(observation_id, band, sca[, ...])

Attributes Documentation

image_class_to_format = {'ou2024': 2, 'ou2024_nativelocation': 2, 'ou2024_stdlocation': 1, 'ou2024nov2025': 1, 'roman_datamodel': 100}

Methods Documentation

find_images(**kwargs)[source]

For ImageCollectionDB, this is just calls the class method Image.find_images().

(It uses the provenance with which this ImageCollection was constructed.

get_image(image_id=None, path=None, observation_id=None, band=None, sca=None, dbclient=None)[source]
get_image_path(observation_id, band, sca, base_path=None, image_id=None)[source]