Skip to content

Releases: MickaelRigault/ztfquery

ztfquery stable

07 May 11:47
55b4692
Compare
Choose a tag to compare

Stable version of ztfquery

  • irsa (query)
  • marshal
  • sedm
  • alerts

Fully usable ; ready for ztf partner usage.

14 Aug 08:51
Compare
Choose a tag to compare

This is version 1.0. DOI will be added soon

DOI-ed version

14 Aug 19:09
3997ad2
Compare
Choose a tag to compare
doi

Update README.md

V1.0 with licence

14 Aug 08:52
07c6ba9
Compare
Choose a tag to compare

Adde licence | needed for DOI

Now public.

10 Aug 11:05
e0f3eaa
Compare
Choose a tag to compare
v0.6.1

Update README.md

Downloading data from NightSummary

07 Aug 15:31
d994c1e
Compare
Choose a tag to compare
  • 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

07 Jun 09:24
Compare
Choose a tag to compare

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 !