Releases: MickaelRigault/ztfquery
Releases · MickaelRigault/ztfquery
ztfquery stable
Stable version of ztfquery
- irsa (query)
- marshal
- sedm
- alerts
Fully usable ; ready for ztf partner usage.
This is version 1.0. DOI will be added soon
DOI-ed version
doi Update README.md
V1.0 with licence
Adde licence | needed for DOI
Now public.
v0.6.1 Update README.md
Downloading data from NightSummary
-
A new functionality has been added to ztfquery. You can now directly downloaded data from a NightSummary object.
-
the historical queryIRSA is no more part of ztfquery
Basic DataAccess and Field visualisation
Ready to be used.
v0.4.0 is the first alpha version of ztfquery released !
The core of the code is built on the ZTFQuery
object inside the ztfquery.query.py
library.
ZTFQuery
contains the core tools to:
- access IRSA information (
load_metadata()
), - download data (
download_data()
) - retrieve data in your computer (
get_local_data()
) - vizualize which fields have been observed (
show_gri_fields()
)
A second simpler object NightSummary
enables to have a summary of what ZTF has observed in a given night. It also have the show_gri_fields()
vizualization method.
Have fun !