Skip to content

time dependent photometry

Laurent MICHEL edited this page May 19, 2022 · 3 revisions

UVIS Time-dependent photometry

This note book shows examples of photometric data processing.

It can be used to figure out how to implement Photometric classes and especially smart classes grouping e.g. count rates and exposures in order to facilitate the normalization of the flux

> photometry = mviewer.get_photometry()    
> photometry.__class__
<MivotPhotometry>
> photometry.calibration
<PhotDM instance>
> photometry.mag
12,78
> photometry.flux
123.1e-36 erg/cm2/sec
Clone this wiki locally