Skip to content

Basic DataAccess and Field visualisation

Pre-release
Pre-release
Compare
Choose a tag to compare
@MickaelRigault MickaelRigault released this 07 Jun 09:24
· 568 commits to master since this release

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 !