Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.63 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.63 KB

🔭 hubble (hubblescope)

hubble 🔭 is a set of tools to access and process Hubble Space Telescope imagery and other datasets on AWS Open Data Registry.

pip install hubblescope
 > hubble help
🔭 hubble-3.295.1
🔭 tools to access and process Hubble Space Telescope imagery and other datasets on AWS Open Data Registry.

hubble download \
	[~dryrun,filename=<filename>|all,~ingest,upload] \
	[.|<hubble-object-name>] \
	[.|<object-name>]
 . hst/<hubble-object-name> -> <object-name>.
hubble list [dataset] [.|<hubble-dataset-name>]
 . list <hubble-dataset-name>, example: hst.
hubble list [object] [.|<hubble-object-name>]
 . list <hubble-object-name> in hst, example in hst: public/u4ge/u4ge0106r.
hubble select [dataset] <hubble-dataset-name>
 . select <hubble-dataset-name>, example: hst.
hubble select [object] <hubble-object-name>
 . select <hubble-object-name> in hst, example in hst: public/u4ge/u4ge0106r.

hubble supports listing datasets and the objectss in them and downloading the objects. here is an example use for ingesting the object public/u4ge/u4ge0106r from the dataset Hubble Space Telescope (hst),

abcli select; open .
hubble select dataset hst
hubble select object public/u4ge/u4ge0106r
hubble download ~dryrun

image

image

also see notebooks/hst.ipynb


PyPI version