The Lasair team has a few questions about changes in the alert schema.
-
We note that standard names have been adopted across all of
diaSource
,diaForcedSource
, anddiaNondetectionLimit
, namely these six attributes:
ra, dec, band, midpointMjdTai, psfFlux, psfFluxErr
.
As a result, the Lasair codebase has been changed to use these names consistently throughout. Can we assume that these particular names will not change again? -
We note that the schema change from 7.0 to 7.1 involves adding two and removing two attributes. Would it be possible to get a summary of changes in some kind of human readable quasi code, for example
diaForcedSource add column ra double, dec double diaForcedSource drop column x, y
-
We are thinking it is lightcurve features where the majority of schema changes will happen, is that right? (As in DMTN-118). Already there are simple per-band statistics like
psfFluxMean
andpsfFluxChi2
, but more will be added. These kind of additions are easy for Lasair to handle. However, our users will build queries against these attributes, therefore it would be great to know that once a feature is added todiaObject
, it will not be removed.