from pyuvis import UVISObs, CatalogFilter
from pyuvis.calib.greg import (
get_star_obs,
get_spica_obs,
filter_spica_for_date,
)Calibration: Greg method
Greg’s input
Tools and tables from Greg about calibration
⚠️ The cells below are marked
#| eval: falsebecause they require either a user-local calibration table or a live planetarypy PDS index fetch. Run them locally in JupyterLab to inspect outputs.
df = get_star_obs()
df.head()df[df.duplicated(subset="product_id", keep=False)]uvis = UVISObs("EUV2001_299_20_44")uvis.fuvget_star_obs().dtypesget_spica_obs().head()filter_spica_for_date("1999-01-16").head()cat = CatalogFilter("2002-198")cat.doydatecat.df.START_TIME