Skip to content

ZwickyTransientFacility/ztfcosmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ztfcosmo

ZTF Cosmo Data Release repo.

Soon be ready for DR2.

Basic usage

access data tables

import ztfcosmo
data = ztfcosmo.get_data() # see options

Plot a lightcurve

lc = ztfcosmo.get_target_lightcurve("ZTF18aaqfziz", as_data=False) # see options
fig = lc.show()

Plot a spectrum

Remark that a target may have several spectra, if so spec is a list.

spec = ztfcosmo.get_target_spectra("ZTF18aaqfziz", as_data=False) 
fig = spec.show()

Releases

No releases published

Packages

No packages published

Languages