Package main content¶
This package is mostly organized around 2 main classes:
pyphot.phot.Filter
that handles filter definitions and manipulations.pyphot.phot.Library
that handles a collection of filters in a few formats.
Both classes are able to manipulate units through a lightweight version of
Pint pyphot.ezunits
(…link….)
Additionally, and for convenience
the library class is derived into an ascii file reader
pyphot.phot.Ascii_Library
, and a single hdf file readerpyphot.phot.HDF_Library
.pyphot.vega.Vega
provides an interface to a synthetic reference of Vega.pyphot.sun.Sun
provides an interface to a synthetic and empirical reference of the Sun spectrum.pyphot.licks
provides an extension to computing lick indices.