From 39f59559f79f5ffda07c5b26528a21f03954ffa3 Mon Sep 17 00:00:00 2001 From: Brianna Smart Date: Tue, 5 Dec 2023 12:24:13 -0300 Subject: [PATCH] Test update comparison --- .../schema/6/0/lsst.v6_0.diaForcedSource.avsc | 9 + .../6/0/lsst.v6_0.diaNondetectionLimit.avsc | 32 ++-- .../schema/6/0/lsst.v6_0.diaObject.avsc | 158 +++++++++--------- .../schema/6/0/lsst.v6_0.diaSource.avsc | 18 ++ .../packet/schema/6/0/lsst.v6_0.ssObject.avsc | 102 +++++------ .../schema/6/0/sample_data/fakeAlert.avro | 10 +- python/lsst/alert/packet/updateSchema.py | 9 +- 7 files changed, 178 insertions(+), 160 deletions(-) diff --git a/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaForcedSource.avsc b/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaForcedSource.avsc index aeb6400..caead79 100644 --- a/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaForcedSource.avsc +++ b/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaForcedSource.avsc @@ -63,6 +63,15 @@ "doc": "Effective mid-visit time for this diaForcedSource, expressed as Modified Julian Date, International Atomic Time.", "name": "midpointMjdTai", "type": "double" + }, + { + "default": null, + "doc": "Filter band this source was observed with.", + "name": "band", + "type": [ + "null", + "string" + ] } ] } \ No newline at end of file diff --git a/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaNondetectionLimit.avsc b/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaNondetectionLimit.avsc index 9e40419..46945dc 100644 --- a/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaNondetectionLimit.avsc +++ b/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaNondetectionLimit.avsc @@ -1,23 +1,11 @@ { - "type": "record", - "namespace": "lsst.v6_0", - "name": "diaNondetectionLimit", - "fields": [ - { - "name": "ccdVisitId", - "type": "long" - }, - { - "name": "midpointMjdTai", - "type": "double" - }, - { - "name": "band", - "type": "string" - }, - { - "name": "diaNoise", - "type": "float" - } - ] -} \ No newline at end of file + "namespace": "lsst.v6_0", + "name": "diaNondetectionLimit", + "type": "record", + "fields": [ + {"name": "ccdVisitId", "type": "long"}, + {"name": "midpointMjdTai", "type": "double"}, + {"name": "band", "type": "string"}, + {"name": "diaNoise", "type": "float"} + ] +} diff --git a/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaObject.avsc b/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaObject.avsc index 5b2c706..7dd4cb2 100644 --- a/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaObject.avsc +++ b/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaObject.avsc @@ -14,8 +14,8 @@ "type": "double" }, { - "default": null, "doc": "Uncertainty of ra.", + "default": null, "name": "raErr", "type": [ "null", @@ -28,8 +28,8 @@ "type": "double" }, { - "default": null, "doc": "Uncertainty of dec.", + "default": null, "name": "decErr", "type": [ "null", @@ -37,8 +37,8 @@ ] }, { - "default": null, "doc": "Covariance between ra and dec.", + "default": null, "name": "ra_dec_Cov", "type": [ "null", @@ -46,8 +46,8 @@ ] }, { - "default": null, "doc": "Time at which the object was at a position ra/dec, expressed as Modified Julian Date, International Atomic Time.", + "default": null, "name": "radecMjdTai", "type": [ "null", @@ -55,8 +55,8 @@ ] }, { - "default": null, "doc": "Proper motion in right ascension.", + "default": null, "name": "pmRa", "type": [ "null", @@ -64,8 +64,8 @@ ] }, { - "default": null, "doc": "Uncertainty of pmRa.", + "default": null, "name": "pmRaErr", "type": [ "null", @@ -73,8 +73,8 @@ ] }, { - "default": null, "doc": "Proper motion of declination.", + "default": null, "name": "pmDec", "type": [ "null", @@ -82,8 +82,8 @@ ] }, { - "default": null, "doc": "Uncertainty of pmDec.", + "default": null, "name": "pmDecErr", "type": [ "null", @@ -91,8 +91,8 @@ ] }, { - "default": null, "doc": "Parallax.", + "default": null, "name": "parallax", "type": [ "null", @@ -100,8 +100,8 @@ ] }, { - "default": null, "doc": "Uncertainty of parallax.", + "default": null, "name": "parallaxErr", "type": [ "null", @@ -109,8 +109,8 @@ ] }, { - "default": null, "doc": "Covariance of pmRa and pmDec.", + "default": null, "name": "pmRa_pmDec_Cov", "type": [ "null", @@ -118,8 +118,8 @@ ] }, { - "default": null, "doc": "Covariance of pmRa and parallax.", + "default": null, "name": "pmRa_parallax_Cov", "type": [ "null", @@ -127,8 +127,8 @@ ] }, { - "default": null, "doc": "Covariance of pmDec and parallax.", + "default": null, "name": "pmDec_parallax_Cov", "type": [ "null", @@ -136,8 +136,8 @@ ] }, { - "default": null, "doc": "Natural log of the likelihood of the linear proper motion parallax fit.", + "default": null, "name": "pmParallaxLnL", "type": [ "null", @@ -145,8 +145,8 @@ ] }, { - "default": null, "doc": "Chi^2 static of the model fit.", + "default": null, "name": "pmParallaxChi2", "type": [ "null", @@ -154,8 +154,8 @@ ] }, { - "default": null, "doc": "The number of data points used to fit the model.", + "default": null, "name": "pmParallaxNdata", "type": [ "null", @@ -163,8 +163,8 @@ ] }, { - "default": null, "doc": "Weighted mean point-source model magnitude for u filter.", + "default": null, "name": "u_psfFluxMean", "type": [ "null", @@ -172,8 +172,8 @@ ] }, { - "default": null, "doc": "Standard error of u_psfFluxMean.", + "default": null, "name": "u_psfFluxMeanErr", "type": [ "null", @@ -181,8 +181,8 @@ ] }, { - "default": null, "doc": "Standard deviation of the distribution of u_psfFlux.", + "default": null, "name": "u_psfFluxSigma", "type": [ "null", @@ -190,8 +190,8 @@ ] }, { - "default": null, "doc": "Chi^2 statistic for the scatter of u_psfFlux around u_psfFluxMean.", + "default": null, "name": "u_psfFluxChi2", "type": [ "null", @@ -199,8 +199,8 @@ ] }, { - "default": null, "doc": "The number of data points used to compute u_psfFluxChi2.", + "default": null, "name": "u_psfFluxNdata", "type": [ "null", @@ -208,8 +208,8 @@ ] }, { - "default": null, "doc": "Weighted mean forced photometry flux for u filter.", + "default": null, "name": "u_fpFluxMean", "type": [ "null", @@ -217,8 +217,8 @@ ] }, { - "default": null, "doc": "Standard error of u_fpFluxMean.", + "default": null, "name": "u_fpFluxMeanErr", "type": [ "null", @@ -226,8 +226,8 @@ ] }, { - "default": null, "doc": "Standard deviation of the distribution of u_fpFlux.", + "default": null, "name": "u_fpFluxSigma", "type": [ "null", @@ -235,8 +235,8 @@ ] }, { - "default": null, "doc": "Weighted mean point-source model magnitude for g filter.", + "default": null, "name": "g_psfFluxMean", "type": [ "null", @@ -244,8 +244,8 @@ ] }, { - "default": null, "doc": "Standard error of g_psfFluxMean.", + "default": null, "name": "g_psfFluxMeanErr", "type": [ "null", @@ -253,8 +253,8 @@ ] }, { - "default": null, "doc": "Standard deviation of the distribution of g_psfFlux.", + "default": null, "name": "g_psfFluxErr", "type": [ "null", @@ -262,8 +262,8 @@ ] }, { - "default": null, "doc": "Chi^2 statistic for the scatter of g_psfFlux around g_psfFluxMean.", + "default": null, "name": "g_psfFluxChi2", "type": [ "null", @@ -271,8 +271,8 @@ ] }, { - "default": null, "doc": "The number of data points used to compute g_psfFluxChi2.", + "default": null, "name": "g_psfFluxNdata", "type": [ "null", @@ -280,8 +280,8 @@ ] }, { - "default": null, "doc": "Weighted mean forced photometry flux for g filter.", + "default": null, "name": "g_fpFluxMean", "type": [ "null", @@ -289,8 +289,8 @@ ] }, { - "default": null, "doc": "Standard error of g_fpFluxMean.", + "default": null, "name": "g_fpFluxMeanErr", "type": [ "null", @@ -298,8 +298,8 @@ ] }, { - "default": null, "doc": "Standard deviation of the distribution of g_fpFlux.", + "default": null, "name": "g_fpFluxSigma", "type": [ "null", @@ -307,8 +307,8 @@ ] }, { - "default": null, "doc": "Weighted mean point-source model magnitude for r filter.", + "default": null, "name": "r_psfFluxMean", "type": [ "null", @@ -316,8 +316,8 @@ ] }, { - "default": null, "doc": "Standard error of r_psfFluxMean.", + "default": null, "name": "r_psfFluxMeanErr", "type": [ "null", @@ -325,8 +325,8 @@ ] }, { - "default": null, "doc": "Standard deviation of the distribution of r_psfFlux.", + "default": null, "name": "r_psfFluxSigma", "type": [ "null", @@ -334,8 +334,8 @@ ] }, { - "default": null, "doc": "Chi^2 statistic for the scatter of r_psfFlux around r_psfFluxMean.", + "default": null, "name": "r_psfFluxChi2", "type": [ "null", @@ -343,8 +343,8 @@ ] }, { - "default": null, "doc": "The number of data points used to compute r_psfFluxChi2.", + "default": null, "name": "r_psfFluxNdata", "type": [ "null", @@ -352,8 +352,8 @@ ] }, { - "default": null, "doc": "Weighted mean forced photometry flux for r filter.", + "default": null, "name": "r_fpFluxMean", "type": [ "null", @@ -361,8 +361,8 @@ ] }, { - "default": null, "doc": "Standard error of r_fpFluxMean.", + "default": null, "name": "r_fpFluxMeanErr", "type": [ "null", @@ -370,8 +370,8 @@ ] }, { - "default": null, "doc": "Standard deviation of the distribution of r_fpFlux.", + "default": null, "name": "r_fpFluxSigma", "type": [ "null", @@ -379,8 +379,8 @@ ] }, { - "default": null, "doc": "Weighted mean point-source model magnitude for i filter.", + "default": null, "name": "i_psfFluxMean", "type": [ "null", @@ -388,8 +388,8 @@ ] }, { - "default": null, "doc": "Standard error of i_psfFluxMean.", + "default": null, "name": "i_psfFluxMeanErr", "type": [ "null", @@ -397,8 +397,8 @@ ] }, { - "default": null, "doc": "Standard deviation of the distribution of i_psfFlux.", + "default": null, "name": "i_psfFluxSigma", "type": [ "null", @@ -406,8 +406,8 @@ ] }, { - "default": null, "doc": "Chi^2 statistic for the scatter of i_psfFlux around i_psfFluxMean.", + "default": null, "name": "i_psfFluxChi2", "type": [ "null", @@ -415,8 +415,8 @@ ] }, { - "default": null, "doc": "The number of data points used to compute i_psfFluxChi2.", + "default": null, "name": "i_psfFluxNdata", "type": [ "null", @@ -424,8 +424,8 @@ ] }, { - "default": null, "doc": "Weighted mean forced photometry flux for i filter.", + "default": null, "name": "i_fpFluxMean", "type": [ "null", @@ -433,8 +433,8 @@ ] }, { - "default": null, "doc": "Standard error of i_fpFluxMean.", + "default": null, "name": "i_fpFluxMeanErr", "type": [ "null", @@ -442,8 +442,8 @@ ] }, { - "default": null, "doc": "Standard deviation of the distribution of i_fpFlux.", + "default": null, "name": "i_fpFluxSigma", "type": [ "null", @@ -451,8 +451,8 @@ ] }, { - "default": null, "doc": "Weighted mean point-source model magnitude for z filter.", + "default": null, "name": "z_psfFluxMean", "type": [ "null", @@ -460,8 +460,8 @@ ] }, { - "default": null, "doc": "Standard error of z_psfFluxMean.", + "default": null, "name": "z_psfFluxMeanErr", "type": [ "null", @@ -469,8 +469,8 @@ ] }, { - "default": null, "doc": "Standard deviation of the distribution of z_psfFlux.", + "default": null, "name": "z_psfFluxSigma", "type": [ "null", @@ -478,8 +478,8 @@ ] }, { - "default": null, "doc": "Chi^2 statistic for the scatter of z_psfFlux around z_psfFluxMean.", + "default": null, "name": "z_psfFluxChi2", "type": [ "null", @@ -487,8 +487,8 @@ ] }, { - "default": null, "doc": "The number of data points used to compute z_psfFluxChi2.", + "default": null, "name": "z_psfFluxNdata", "type": [ "null", @@ -496,8 +496,8 @@ ] }, { - "default": null, "doc": "Weighted mean forced photometry flux for z filter.", + "default": null, "name": "z_fpFluxMean", "type": [ "null", @@ -505,8 +505,8 @@ ] }, { - "default": null, "doc": "Standard error of z_fpFluxMean.", + "default": null, "name": "z_fpFluxMeanErr", "type": [ "null", @@ -514,8 +514,8 @@ ] }, { - "default": null, "doc": "Standard deviation of the distribution of z_fpFlux.", + "default": null, "name": "z_fpFluxSigma", "type": [ "null", @@ -523,8 +523,8 @@ ] }, { - "default": null, "doc": "Weighted mean point-source model magnitude for y filter.", + "default": null, "name": "y_psfFluxMean", "type": [ "null", @@ -532,8 +532,8 @@ ] }, { - "default": null, "doc": "Standard error of y_psfFluxMean.", + "default": null, "name": "y_psfFluxMeanErr", "type": [ "null", @@ -541,8 +541,8 @@ ] }, { - "default": null, "doc": "Standard deviation of the distribution of y_psfFlux.", + "default": null, "name": "y_psfFluxSigma", "type": [ "null", @@ -550,8 +550,8 @@ ] }, { - "default": null, "doc": "Chi^2 statistic for the scatter of y_psfFlux around y_psfFluxMean.", + "default": null, "name": "y_psfFluxChi2", "type": [ "null", @@ -559,8 +559,8 @@ ] }, { - "default": null, "doc": "The number of data points used to compute y_psfFluxChi2.", + "default": null, "name": "y_psfFluxNdata", "type": [ "null", @@ -568,8 +568,8 @@ ] }, { - "default": null, "doc": "Weighted mean forced photometry flux for y filter.", + "default": null, "name": "y_fpFluxMean", "type": [ "null", @@ -577,8 +577,8 @@ ] }, { - "default": null, "doc": "Standard error of y_fpFluxMean.", + "default": null, "name": "y_fpFluxMeanErr", "type": [ "null", @@ -586,8 +586,8 @@ ] }, { - "default": null, "doc": "Standard deviation of the distribution of y_fpFlux.", + "default": null, "name": "y_fpFluxSigma", "type": [ "null", @@ -595,8 +595,8 @@ ] }, { - "default": null, "doc": "Id of the closest nearby object.", + "default": null, "name": "nearbyObj1", "type": [ "null", @@ -604,8 +604,8 @@ ] }, { - "default": null, "doc": "Distance to nearbyObj1.", + "default": null, "name": "nearbyObj1Dist", "type": [ "null", @@ -613,8 +613,8 @@ ] }, { - "default": null, "doc": "Natural log of the probability that the observed diaObject is the same as the nearbyObj1.", + "default": null, "name": "nearbyObj1LnP", "type": [ "null", @@ -622,8 +622,8 @@ ] }, { - "default": null, "doc": "Id of the second-closest nearby object.", + "default": null, "name": "nearbyObj2", "type": [ "null", @@ -631,8 +631,8 @@ ] }, { - "default": null, "doc": "Distance to nearbyObj2.", + "default": null, "name": "nearbyObj2Dist", "type": [ "null", @@ -640,8 +640,8 @@ ] }, { - "default": null, "doc": "Natural log of the probability that the observed diaObject is the same as the nearbyObj2.", + "default": null, "name": "nearbyObj2LnP", "type": [ "null", @@ -649,8 +649,8 @@ ] }, { - "default": null, "doc": "Id of the third-closest nearby object.", + "default": null, "name": "nearbyObj3", "type": [ "null", @@ -658,8 +658,8 @@ ] }, { - "default": null, "doc": "Distance to nearbyObj3.", + "default": null, "name": "nearbyObj3Dist", "type": [ "null", @@ -667,8 +667,8 @@ ] }, { - "default": null, "doc": "Natural log of the probability that the observed diaObject is the same as the nearbyObj3.", + "default": null, "name": "nearbyObj3LnP", "type": [ "null", @@ -676,8 +676,8 @@ ] }, { - "default": null, "doc": "Mean of the u band flux errors.", + "default": null, "name": "u_psfFluxErrMean", "type": [ "null", @@ -685,8 +685,8 @@ ] }, { - "default": null, "doc": "Mean of the g band flux errors.", + "default": null, "name": "g_psfFluxErrMean", "type": [ "null", @@ -694,8 +694,8 @@ ] }, { - "default": null, "doc": "Mean of the r band flux errors.", + "default": null, "name": "r_psfFluxErrMean", "type": [ "null", @@ -703,8 +703,8 @@ ] }, { - "default": null, "doc": "Mean of the i band flux errors.", + "default": null, "name": "i_psfFluxErrMean", "type": [ "null", @@ -712,8 +712,8 @@ ] }, { - "default": null, "doc": "Mean of the z band flux errors.", + "default": null, "name": "z_psfFluxErrMean", "type": [ "null", @@ -721,8 +721,8 @@ ] }, { - "default": null, "doc": "Mean of the y band flux errors.", + "default": null, "name": "y_psfFluxErrMean", "type": [ "null", diff --git a/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaSource.avsc b/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaSource.avsc index 273bc91..ea3fb2a 100644 --- a/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaSource.avsc +++ b/python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaSource.avsc @@ -894,6 +894,24 @@ "name": "flags", "type": "long" }, + { + "default": null, + "doc": "Filter band this source was observed with.", + "name": "band", + "type": [ + "null", + "string" + ] + }, + { + "default": null, + "doc": "Object determined to be a dipole.", + "name": "isDipole", + "type": [ + "null", + "boolean" + ] + }, { "default": null, "doc": "", diff --git a/python/lsst/alert/packet/schema/6/0/lsst.v6_0.ssObject.avsc b/python/lsst/alert/packet/schema/6/0/lsst.v6_0.ssObject.avsc index 46a1984..97c6041 100644 --- a/python/lsst/alert/packet/schema/6/0/lsst.v6_0.ssObject.avsc +++ b/python/lsst/alert/packet/schema/6/0/lsst.v6_0.ssObject.avsc @@ -9,8 +9,8 @@ "type": "long" }, { - "default": null, "doc": "The date the LSST first linked and submitted the discovery observations to the MPC. May be NULL if not an LSST discovery. The date format will follow general LSST conventions (MJD TAI, at the moment).", + "default": null, "name": "discoverySubmissionDate", "type": [ "null", @@ -18,8 +18,8 @@ ] }, { - "default": null, "doc": "The time of the first LSST observation of this object (could be precovered) as Modified Julian Date, International Atomic Time.", + "default": null, "name": "firstObservationDate", "type": [ "null", @@ -27,8 +27,8 @@ ] }, { - "default": null, "doc": "Arc of LSST observations.", + "default": null, "name": "arc", "type": [ "null", @@ -36,8 +36,8 @@ ] }, { - "default": null, "doc": "Number of LSST observations of this object.", + "default": null, "name": "numObs", "type": [ "null", @@ -45,8 +45,8 @@ ] }, { - "default": null, "doc": "Minimum orbit intersection distance to Earth.", + "default": null, "name": "MOID", "type": [ "null", @@ -54,8 +54,8 @@ ] }, { - "default": null, "doc": "True anomaly of the MOID point.", + "default": null, "name": "MOIDTrueAnomaly", "type": [ "null", @@ -63,8 +63,8 @@ ] }, { - "default": null, "doc": "Ecliptic longitude of the MOID point.", + "default": null, "name": "MOIDEclipticLongitude", "type": [ "null", @@ -72,8 +72,8 @@ ] }, { - "default": null, "doc": "DeltaV at the MOID point.", + "default": null, "name": "MOIDDeltaV", "type": [ "null", @@ -81,8 +81,8 @@ ] }, { - "default": null, "doc": "Best fit absolute magnitude (u band).", + "default": null, "name": "u_H", "type": [ "null", @@ -90,8 +90,8 @@ ] }, { - "default": null, "doc": "Best fit G12 slope parameter (u band).", + "default": null, "name": "u_G12", "type": [ "null", @@ -99,8 +99,8 @@ ] }, { - "default": null, "doc": "Uncertainty of H (u band).", + "default": null, "name": "u_HErr", "type": [ "null", @@ -108,8 +108,8 @@ ] }, { - "default": null, "doc": "Uncertainty of G12 (u band).", + "default": null, "name": "u_G12Err", "type": [ "null", @@ -117,8 +117,8 @@ ] }, { - "default": null, "doc": "H-G12 covariance (u band).", + "default": null, "name": "u_H_u_G12_Cov", "type": [ "null", @@ -126,8 +126,8 @@ ] }, { - "default": null, "doc": "Chi^2 statistic of the phase curve fit (u band).", + "default": null, "name": "u_Chi2", "type": [ "null", @@ -135,8 +135,8 @@ ] }, { - "default": null, "doc": "The number of data points used to fit the phase curve (u band).", + "default": null, "name": "u_Ndata", "type": [ "null", @@ -144,8 +144,8 @@ ] }, { - "default": null, "doc": "Best fit absolute magnitude (g band).", + "default": null, "name": "g_H", "type": [ "null", @@ -153,8 +153,8 @@ ] }, { - "default": null, "doc": "Best fit G12 slope parameter (g band).", + "default": null, "name": "g_G12", "type": [ "null", @@ -162,8 +162,8 @@ ] }, { - "default": null, "doc": "Uncertainty of H (g band).", + "default": null, "name": "g_HErr", "type": [ "null", @@ -171,8 +171,8 @@ ] }, { - "default": null, "doc": "Uncertainty of G12 (g band).", + "default": null, "name": "g_G12Err", "type": [ "null", @@ -180,8 +180,8 @@ ] }, { - "default": null, "doc": "H-G12 covariance (g band).", + "default": null, "name": "g_H_g_G12_Cov", "type": [ "null", @@ -189,8 +189,8 @@ ] }, { - "default": null, "doc": "Chi^2 statistic of the phase curve fit (g band).", + "default": null, "name": "g_Chi2", "type": [ "null", @@ -198,8 +198,8 @@ ] }, { - "default": null, "doc": "The number of data points used to fit the phase curve (g band).", + "default": null, "name": "g_Ndata", "type": [ "null", @@ -207,8 +207,8 @@ ] }, { - "default": null, "doc": "Best fit absolute magnitude (r band).", + "default": null, "name": "r_H", "type": [ "null", @@ -216,8 +216,8 @@ ] }, { - "default": null, "doc": "Best fit G12 slope parameter (r band).", + "default": null, "name": "r_G12", "type": [ "null", @@ -225,8 +225,8 @@ ] }, { - "default": null, "doc": "Uncertainty of H (r band).", + "default": null, "name": "r_HErr", "type": [ "null", @@ -234,8 +234,8 @@ ] }, { - "default": null, "doc": "Uncertainty of G12 (r band).", + "default": null, "name": "r_G12Err", "type": [ "null", @@ -243,8 +243,8 @@ ] }, { - "default": null, "doc": "H-G12 covariance (r band).", + "default": null, "name": "r_H_r_G12_Cov", "type": [ "null", @@ -252,8 +252,8 @@ ] }, { - "default": null, "doc": "Chi^2 statistic of the phase curve fit (r band).", + "default": null, "name": "r_Chi2", "type": [ "null", @@ -261,8 +261,8 @@ ] }, { - "default": null, "doc": "The number of data points used to fit the phase curve (r band).", + "default": null, "name": "r_Ndata", "type": [ "null", @@ -270,8 +270,8 @@ ] }, { - "default": null, "doc": "Best fit absolute magnitude (i band).", + "default": null, "name": "i_H", "type": [ "null", @@ -279,8 +279,8 @@ ] }, { - "default": null, "doc": "Best fit G12 slope parameter (i band).", + "default": null, "name": "i_G12", "type": [ "null", @@ -288,8 +288,8 @@ ] }, { - "default": null, "doc": "Uncertainty of H (i band).", + "default": null, "name": "i_HErr", "type": [ "null", @@ -297,8 +297,8 @@ ] }, { - "default": null, "doc": "Uncertainty of G12 (i band).", + "default": null, "name": "i_G12Err", "type": [ "null", @@ -306,8 +306,8 @@ ] }, { - "default": null, "doc": "H-G12 covariance (i band).", + "default": null, "name": "i_H_i_G12_Cov", "type": [ "null", @@ -315,8 +315,8 @@ ] }, { - "default": null, "doc": "Chi^2 statistic of the phase curve fit (i band).", + "default": null, "name": "i_Chi2", "type": [ "null", @@ -324,8 +324,8 @@ ] }, { - "default": null, "doc": "The number of data points used to fit the phase curve (i band).", + "default": null, "name": "i_Ndata", "type": [ "null", @@ -333,8 +333,8 @@ ] }, { - "default": null, "doc": "Best fit absolute magnitude (z band).", + "default": null, "name": "z_H", "type": [ "null", @@ -342,8 +342,8 @@ ] }, { - "default": null, "doc": "Best fit G12 slope parameter (z band).", + "default": null, "name": "z_G12", "type": [ "null", @@ -351,8 +351,8 @@ ] }, { - "default": null, "doc": "Uncertainty of H (z band).", + "default": null, "name": "z_HErr", "type": [ "null", @@ -360,8 +360,8 @@ ] }, { - "default": null, "doc": "Uncertainty of G12 (z band).", + "default": null, "name": "z_G12Err", "type": [ "null", @@ -369,8 +369,8 @@ ] }, { - "default": null, "doc": "H-G12 covariance (z band).", + "default": null, "name": "z_H_z_G12_Cov", "type": [ "null", @@ -378,8 +378,8 @@ ] }, { - "default": null, "doc": "Chi^2 statistic of the phase curve fit (z band).", + "default": null, "name": "z_Chi2", "type": [ "null", @@ -387,8 +387,8 @@ ] }, { - "default": null, "doc": "The number of data points used to fit the phase curve (z band).", + "default": null, "name": "z_Ndata", "type": [ "null", @@ -396,8 +396,8 @@ ] }, { - "default": null, "doc": "Best fit absolute magnitude (y band).", + "default": null, "name": "y_H", "type": [ "null", @@ -405,8 +405,8 @@ ] }, { - "default": null, "doc": "Best fit G12 slope parameter (y band).", + "default": null, "name": "y_G12", "type": [ "null", @@ -414,8 +414,8 @@ ] }, { - "default": null, "doc": "Uncertainty of H (y band).", + "default": null, "name": "y_HErr", "type": [ "null", @@ -423,8 +423,8 @@ ] }, { - "default": null, "doc": "Uncertainty of G12 (y band).", + "default": null, "name": "y_G12Err", "type": [ "null", @@ -432,8 +432,8 @@ ] }, { - "default": null, "doc": "H-G12 covariance (y band).", + "default": null, "name": "y_H_y_G12_Cov", "type": [ "null", @@ -441,8 +441,8 @@ ] }, { - "default": null, "doc": "Chi^2 statistic of the phase curve fit (y band).", + "default": null, "name": "y_Chi2", "type": [ "null", @@ -450,8 +450,8 @@ ] }, { - "default": null, "doc": "The number of data points used to fit the phase curve (y band).", + "default": null, "name": "y_Ndata", "type": [ "null", @@ -459,8 +459,8 @@ ] }, { - "default": null, "doc": "median `extendedness` value from the DIASource.", + "default": null, "name": "medianExtendedness", "type": [ "null", diff --git a/python/lsst/alert/packet/schema/6/0/sample_data/fakeAlert.avro b/python/lsst/alert/packet/schema/6/0/sample_data/fakeAlert.avro index 5b066f4..81a7584 100644 --- a/python/lsst/alert/packet/schema/6/0/sample_data/fakeAlert.avro +++ b/python/lsst/alert/packet/schema/6/0/sample_data/fakeAlert.avro @@ -1,6 +1,4 @@ -Objavro.codecnullavro.schemaìý{"type": "record", "doc": "sample avro alert schema v6.0", "name": "lsst.v6_0.alert", "fields": [{"doc": "unique alert identifer", "name": "alertId", "type": "long"}, {"name": "diaSource", "type": {"type": "record", "name": "lsst.v6_0.diaSource", "fields": [{"doc": "Unique identifier of this DiaSource.", "name": "diaSourceId", "type": "long"}, {"doc": "Id of the ccdVisit where this diaSource was measured.", "name": "ccdVisitId", "type": "long"}, {"default": null, "doc": "Id of the diaObject this source was associated with, if any. If not, it is set to NULL (each diaSource will be associated with either a diaObject or ssObject).", "name": "diaObjectId", "type": ["null", "long"]}, {"default": null, "doc": "Id of the ssObject this source was associated with, if any. If not, it is set to NULL (each diaSource will be associated with either a diaObject or ssObject).", "name": "ssObjectId", "type": ["null", "long"]}, {"default": null, "doc": "Id of the parent diaSource this diaSource has been deblended from, if any.", "name": "parentDiaSourceId", "type": ["null", "long"]}, {"doc": "Effective mid-visit time for this diaSource, expressed as Modified Julian Date, International Atomic Time.", "name": "midpointMjdTai", "type": "double"}, {"doc": "Right ascension coordinate of the center of this diaSource.", "name": "ra", "type": "double"}, {"default": null, "doc": "Uncertainty of ra.", "name": "raErr", "type": ["null", "float"]}, {"doc": "Declination coordinate of the center of this diaSource.", "name": "dec", "type": "double"}, {"default": null, "doc": "Uncertainty of dec.", "name": "decErr", "type": ["null", "float"]}, {"default": null, "doc": "Covariance between ra and dec.", "name": "ra_dec_Cov", "type": ["null", "float"]}, {"doc": "x position computed by a centroiding algorithm.", "name": "x", "type": "float"}, {"default": null, "doc": "Uncertainty of x.", "name": "xErr", "type": ["null", "float"]}, {"doc": "y position computed by a centroiding algorithm.", "name": "y", "type": "float"}, {"default": null, "doc": "Uncertainty of y.", "name": "yErr", "type": ["null", "float"]}, {"default": null, "doc": "Covariance between x and y.", "name": "x_y_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Flux in a 12 pixel radius aperture on the difference image.", "name": "apFlux", "type": ["null", "float"]}, {"default": null, "doc": "Estimated uncertainty of apFlux.", "name": "apFluxErr", "type": ["null", "float"]}, {"default": null, "doc": "The signal-to-noise ratio at which this source was detected in the difference image.", "name": "snr", "type": ["null", "float"]}, {"default": null, "doc": "Flux for Point Source model. Note this actually measures the flux difference between the template and the visit image.", "name": "psfFlux", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of psfFlux.", "name": "psfFluxErr", "type": ["null", "float"]}, {"default": null, "doc": "Right ascension coordinate of centroid for point source model.", "name": "psfRa", "type": ["null", "double"]}, {"default": null, "doc": "Uncertainty of psfRa.", "name": "psfRaErr", "type": ["null", "float"]}, {"default": null, "doc": "Declination coordinate of centroid for point source model.", "name": "psfDec", "type": ["null", "double"]}, {"default": null, "doc": "Uncertainty of psfDec.", "name": "psfDecErr", "type": ["null", "float"]}, {"default": null, "doc": "Covariance between psfFlux and psfRa.", "name": "psfFlux_psfRa_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance between psfFlux and psfDec.", "name": "psfFlux_psfDec_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance between psfRa and psfDec.", "name": "psfRa_psfDec_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Natural log likelihood of the observed data given the point source model.", "name": "psfLnL", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic of the point source model fit.", "name": "psfChi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points (pixels) used to fit the point source model.", "name": "psfNdata", "type": ["null", "int"]}, {"default": null, "doc": "Flux for a trailed source model. Note this actually measures the flux difference between the template and the visit image.", "name": "trailFlux", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of trailFlux.", "name": "trailFluxErr", "type": ["null", "float"]}, {"default": null, "doc": "Right ascension coordinate of centroid for trailed source model.", "name": "trailRa", "type": ["null", "double"]}, {"default": null, "doc": "Uncertainty of trailRa.", "name": "trailRaErr", "type": ["null", "float"]}, {"default": null, "doc": "Declination coordinate of centroid for trailed source model.", "name": "trailDec", "type": ["null", "double"]}, {"default": null, "doc": "Uncertainty of trailDec.", "name": "trailDecErr", "type": ["null", "float"]}, {"default": null, "doc": "Maximum likelihood fit of trail length.", "name": "trailLength", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of trailLength.", "name": "trailLengthErr", "type": ["null", "float"]}, {"default": null, "doc": "Maximum likelihood fit of the angle between the meridian through the centroid and the trail direction (bearing).", "name": "trailAngle", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of trailAngle.", "name": "trailAngleErr", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of trailFlux and trailRa.", "name": "trailFlux_trailRa_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of trailFlux and trailDec.", "name": "trailFlux_trailDec_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of trailFlux and trailLength", "name": "trailFlux_trailLength_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of trailFlux and trailAngle", "name": "trailFlux_trailAngle_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of trailRa and trailDec.", "name": "trailRa_trailDec_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of trailRa and trailLength.", "name": "trailRa_trailLength_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of trailRa and trailAngle.", "name": "trailRa_trailAngle_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of trailDec and trailLength.", "name": "trailDec_trailLength_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of trailDec and trailAngle.", "name": "trailDec_trailAngle_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of trailLength and trailAngle", "name": "trailLength_trailAngle_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Natural log likelihood of the observed data given the trailed source model.", "name": "trailLnL", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic of the trailed source model fit.", "name": "trailChi2", "type": ["null", "float"]}, {"doc": "The number of data points (pixels) used to fit the trailed source model.", "name": "trailNdata", "type": "int"}, {"default": null, "doc": "Maximum likelihood value for the mean absolute flux of the two lobes for a dipole model.", "name": "dipoleMeanFlux", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of dipoleMeanFlux.", "name": "dipoleMeanFluxErr", "type": ["null", "float"]}, {"default": null, "doc": "Maximum likelihood value for the difference of absolute fluxes of the two lobes for a dipole model.", "name": "dipoleFluxDiff", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of dipoleFluxDiff.", "name": "dipoleFluxDiffErr", "type": ["null", "float"]}, {"default": null, "doc": " Right ascension coordinate of centroid for dipole model.", "name": "dipoleRa", "type": ["null", "double"]}, {"default": null, "doc": "Uncertainty of dipoleRa.", "name": "dipoleRaErr", "type": ["null", "float"]}, {"default": null, "doc": " Declination coordinate of centroid for dipole model.", "name": "dipoleDec", "type": ["null", "double"]}, {"default": null, "doc": "Uncertainty of dipoleDec.", "name": "dipoleDecErr", "type": ["null", "float"]}, {"default": null, "doc": "Maximum likelihood value for the lobe separation in dipole model.", "name": "dipoleLength", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of dipoleLength.", "name": "dipoleLengthErr", "type": ["null", "float"]}, {"default": null, "doc": "Maximum likelihood fit of the angle between the meridian through the centroid and the dipole direction (bearing, from negative to positive lobe).", "name": "dipoleAngle", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of dipoleAngle.", "name": "dipoleAngleErr", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleMeanFlux and dipoleFluxDiff.", "name": "dipoleMeanFlux_dipoleFluxDiff_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleMeanFlux and dipoleRa.", "name": "dipoleMeanFlux_dipoleRa_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleMeanFlux and dipoleDec.", "name": "dipoleMeanFlux_dipoleDec_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleMeanFlux and dipoleLength.", "name": "dipoleMeanFlux_dipoleLength_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleMeanFlux and dipoleAngle.", "name": "dipoleMeanFlux_dipoleAngle_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleFluxDiff and dipoleRa.", "name": "dipoleFluxDiff_dipoleRa_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleFluxDiff and dipoleDec.", "name": "dipoleFluxDiff_dipoleDec_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleFluxDiff and dipoleLength.", "name": "dipoleFluxDiff_dipoleLength_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleFluxDiff and dipoleAngle.", "name": "dipoleFluxDiff_dipoleAngle_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleRa and dipoleDec.", "name": "dipoleRa_dipoleDec_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleRa and dipoleLength.", "name": "dipoleRa_dipoleLength_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleRa and dipoleAngle.", "name": "dipoleRa_dipoleAngle_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleDec and dipoleLength.", "name": "dipoleDec_dipoleLength_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleDec and dipoleAngle.", "name": "dipoleDec_dipoleAngle_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of dipoleLength and dipoleAngle.", "name": "dipoleLength_dipoleAngle_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Natural log likelihood of the observed data given the dipole source model.", "name": "dipoleLnL", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic of the model fit.", "name": "dipoleChi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points (pixels) used to fit the model.", "name": "dipoleNdata", "type": ["null", "int"]}, {"default": null, "doc": "Calibrated flux for Point Source model centered on radec but measured on the difference of snaps comprising this visit.", "name": "snapDiffFlux", "type": ["null", "float"]}, {"default": null, "doc": "Estimated uncertainty of snapDiffFlux.", "name": "snapDiffFluxErr", "type": ["null", "float"]}, {"default": null, "doc": "Estimated sky background at the position (centroid) of the object.", "name": "fpBkgd", "type": ["null", "float"]}, {"default": null, "doc": "Estimated uncertainty of fpBkgd.", "name": "fpBkgdErr", "type": ["null", "float"]}, {"default": null, "doc": "Adaptive second moment of the source intensity.", "name": "ixx", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of ixx.", "name": "ixxErr", "type": ["null", "float"]}, {"default": null, "doc": "Adaptive second moment of the source intensity.", "name": "iyy", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of iyy.", "name": "iyyErr", "type": ["null", "float"]}, {"default": null, "doc": "Adaptive second moment of the source intensity.", "name": "ixy", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of ixy.", "name": "ixyErr", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of ixx and iyy.", "name": "ixx_iyy_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of ixx and ixy.", "name": "ixx_ixy_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of iyy and ixy.", "name": "iyy_ixy_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Adaptive second moment for the PSF.", "name": "ixxPSF", "type": ["null", "float"]}, {"default": null, "doc": "Adaptive second moment for the PSF.", "name": "iyyPSF", "type": ["null", "float"]}, {"default": null, "doc": "Adaptive second moment for the PSF.", "name": "ixyPSF", "type": ["null", "float"]}, {"default": null, "doc": "A measure of extendedness, Computed using a combination of available moments and model fluxes or from a likelihood ratio of point/trailed source models (exact algorithm TBD). extendedness = 1 implies a high degree of confidence that the source is extended. extendedness = 0 implies a high degree of confidence that the source is point-like.", "name": "extendedness", "type": ["null", "float"]}, {"default": null, "doc": "A measure of reliability, computed using information from the source and image characterization, as well as the information on the Telescope and Camera system (e.g., ghost maps, defect maps, etc.).", "name": "reliability", "type": ["null", "float"]}, {"doc": "Flags, bitwise OR tbd.", "name": "flags", "type": "long"}, {"default": null, "doc": "", "name": "bboxSize", "type": ["null", "long"]}]}}, {"default": null, "name": "prvDiaSources", "type": ["null", {"type": "array", "items": "lsst.v6_0.diaSource"}]}, {"default": null, "name": "prvDiaForcedSources", "type": ["null", {"type": "array", "items": {"type": "record", "name": "lsst.v6_0.diaForcedSource", "fields": [{"doc": "Unique id.", "name": "diaForcedSourceId", "type": "long"}, {"doc": "Id of the DiaObject that this DiaForcedSource was associated with.", "name": "diaObjectId", "type": "long"}, {"doc": "Id of the ccdVisit where this forcedSource was measured.", "name": "ccdVisitId", "type": "long"}, {"default": null, "doc": "Point Source model flux.", "name": "psfFlux", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of psfFlux.", "name": "psfFluxErr", "type": ["null", "float"]}, {"default": null, "doc": "x position at which psfFlux has been measured.", "name": "x", "type": ["null", "float"]}, {"default": null, "doc": "y position at which psfFlux has been measured.", "name": "y", "type": ["null", "float"]}, {"doc": "Flags, bitwise OR tbd", "name": "flags", "type": "long"}, {"doc": "Effective mid-visit time for this diaForcedSource, expressed as Modified Julian Date, International Atomic Time.", "name": "midpointMjdTai", "type": "double"}]}}]}, {"default": null, "name": "prvDiaNondetectionLimits", "type": ["null", {"type": "array", "items": {"type": "record", "name": "lsst.v6_0.diaNondetectionLimit", "fields": [{"name": "ccdVisitId", "type": "long"}, {"name": "midpointMjdTai", "type": "double"}, {"name": "band", "type": "string"}, {"name": "diaNoise", "type": "float"}]}}]}, {"default": null, "name": "diaObject", "type": ["null", {"type": "record", "name": "lsst.v6_0.diaObject", "fields": [{"doc": "Unique identifier of this DiaObject.", "name": "diaObjectId", "type": "long"}, {"doc": "Right ascension coordinate of the position of the object at time radecMjdTai.", "name": "ra", "type": "double"}, {"default": null, "doc": "Uncertainty of ra.", "name": "raErr", "type": ["null", "float"]}, {"doc": "Declination coordinate of the position of the object at time radecMjdTai.", "name": "dec", "type": "double"}, {"default": null, "doc": "Uncertainty of dec.", "name": "decErr", "type": ["null", "float"]}, {"default": null, "doc": "Covariance between ra and dec.", "name": "ra_dec_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Time at which the object was at a position ra/dec, expressed as Modified Julian Date, International Atomic Time.", "name": "radecMjdTai", "type": ["null", "double"]}, {"default": null, "doc": "Proper motion in right ascension.", "name": "pmRa", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of pmRa.", "name": "pmRaErr", "type": ["null", "float"]}, {"default": null, "doc": "Proper motion of declination.", "name": "pmDec", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of pmDec.", "name": "pmDecErr", "type": ["null", "float"]}, {"default": null, "doc": "Parallax.", "name": "parallax", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of parallax.", "name": "parallaxErr", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of pmRa and pmDec.", "name": "pmRa_pmDec_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of pmRa and parallax.", "name": "pmRa_parallax_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Covariance of pmDec and parallax.", "name": "pmDec_parallax_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Natural log of the likelihood of the linear proper motion parallax fit.", "name": "pmParallaxLnL", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 static of the model fit.", "name": "pmParallaxChi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points used to fit the model.", "name": "pmParallaxNdata", "type": ["null", "int"]}, {"default": null, "doc": "Weighted mean point-source model magnitude for u filter.", "name": "u_psfFluxMean", "type": ["null", "float"]}, {"default": null, "doc": "Standard error of u_psfFluxMean.", "name": "u_psfFluxMeanErr", "type": ["null", "float"]}, {"default": null, "doc": "Standard deviation of the distribution of u_psfFlux.", "name": "u_psfFluxSigma", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic for the scatter of u_psfFlux around u_psfFluxMean.", "name": "u_psfFluxChi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points used to compute u_psfFluxChi2.", "name": "u_psfFluxNdata", "type": ["null", "int"]}, {"default": null, "doc": "Weighted mean forced photometry flux for u filter.", "name": "u_fpFluxMean", "type": ["null", "float"]}, {"default": null, "doc": "Standard error of u_fpFluxMean.", "name": "u_fpFluxMeanErr", "type": ["null", "float"]}, {"default": null, "doc": "Standard deviation of the distribution of u_fpFlux.", "name": "u_fpFluxSigma", "type": ["null", "float"]}, {"default": null, "doc": "Weighted mean point-source model magnitude for g filter.", "name": "g_psfFluxMean", "type": ["null", "float"]}, {"default": null, "doc": "Standard error of g_psfFluxMean.", "name": "g_psfFluxMeanErr", "type": ["null", "float"]}, {"default": null, "doc": "Standard deviation of the distribution of g_psfFlux.", "name": "g_psfFluxErr", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic for the scatter of g_psfFlux around g_psfFluxMean.", "name": "g_psfFluxChi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points used to compute g_psfFluxChi2.", "name": "g_psfFluxNdata", "type": ["null", "int"]}, {"default": null, "doc": "Weighted mean forced photometry flux for g filter.", "name": "g_fpFluxMean", "type": ["null", "float"]}, {"default": null, "doc": "Standard error of g_fpFluxMean.", "name": "g_fpFluxMeanErr", "type": ["null", "float"]}, {"default": null, "doc": "Standard deviation of the distribution of g_fpFlux.", "name": "g_fpFluxSigma", "type": ["null", "float"]}, {"default": null, "doc": "Weighted mean point-source model magnitude for r filter.", "name": "r_psfFluxMean", "type": ["null", "float"]}, {"default": null, "doc": "Standard error of r_psfFluxMean.", "name": "r_psfFluxMeanErr", "type": ["null", "float"]}, {"default": null, "doc": "Standard deviation of the distribution of r_psfFlux.", "name": "r_psfFluxSigma", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic for the scatter of r_psfFlux around r_psfFluxMean.", "name": "r_psfFluxChi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points used to compute r_psfFluxChi2.", "name": "r_psfFluxNdata", "type": ["null", "int"]}, {"default": null, "doc": "Weighted mean forced photometry flux for r filter.", "name": "r_fpFluxMean", "type": ["null", "float"]}, {"default": null, "doc": "Standard error of r_fpFluxMean.", "name": "r_fpFluxMeanErr", "type": ["null", "float"]}, {"default": null, "doc": "Standard deviation of the distribution of r_fpFlux.", "name": "r_fpFluxSigma", "type": ["null", "float"]}, {"default": null, "doc": "Weighted mean point-source model magnitude for i filter.", "name": "i_psfFluxMean", "type": ["null", "float"]}, {"default": null, "doc": "Standard error of i_psfFluxMean.", "name": "i_psfFluxMeanErr", "type": ["null", "float"]}, {"default": null, "doc": "Standard deviation of the distribution of i_psfFlux.", "name": "i_psfFluxSigma", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic for the scatter of i_psfFlux around i_psfFluxMean.", "name": "i_psfFluxChi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points used to compute i_psfFluxChi2.", "name": "i_psfFluxNdata", "type": ["null", "int"]}, {"default": null, "doc": "Weighted mean forced photometry flux for i filter.", "name": "i_fpFluxMean", "type": ["null", "float"]}, {"default": null, "doc": "Standard error of i_fpFluxMean.", "name": "i_fpFluxMeanErr", "type": ["null", "float"]}, {"default": null, "doc": "Standard deviation of the distribution of i_fpFlux.", "name": "i_fpFluxSigma", "type": ["null", "float"]}, {"default": null, "doc": "Weighted mean point-source model magnitude for z filter.", "name": "z_psfFluxMean", "type": ["null", "float"]}, {"default": null, "doc": "Standard error of z_psfFluxMean.", "name": "z_psfFluxMeanErr", "type": ["null", "float"]}, {"default": null, "doc": "Standard deviation of the distribution of z_psfFlux.", "name": "z_psfFluxSigma", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic for the scatter of z_psfFlux around z_psfFluxMean.", "name": "z_psfFluxChi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points used to compute z_psfFluxChi2.", "name": "z_psfFluxNdata", "type": ["null", "int"]}, {"default": null, "doc": "Weighted mean forced photometry flux for z filter.", "name": "z_fpFluxMean", "type": ["null", "float"]}, {"default": null, "doc": "Standard error of z_fpFluxMean.", "name": "z_fpFluxMeanErr", "type": ["null", "float"]}, {"default": null, "doc": "Standard deviation of the distribution of z_fpFlux.", "name": "z_fpFluxSigma", "type": ["null", "float"]}, {"default": null, "doc": "Weighted mean point-source model magnitude for y filter.", "name": "y_psfFluxMean", "type": ["null", "float"]}, {"default": null, "doc": "Standard error of y_psfFluxMean.", "name": "y_psfFluxMeanErr", "type": ["null", "float"]}, {"default": null, "doc": "Standard deviation of the distribution of y_psfFlux.", "name": "y_psfFluxSigma", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic for the scatter of y_psfFlux around y_psfFluxMean.", "name": "y_psfFluxChi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points used to compute y_psfFluxChi2.", "name": "y_psfFluxNdata", "type": ["null", "int"]}, {"default": null, "doc": "Weighted mean forced photometry flux for y filter.", "name": "y_fpFluxMean", "type": ["null", "float"]}, {"default": null, "doc": "Standard error of y_fpFluxMean.", "name": "y_fpFluxMeanErr", "type": ["null", "float"]}, {"default": null, "doc": "Standard deviation of the distribution of y_fpFlux.", "name": "y_fpFluxSigma", "type": ["null", "float"]}, {"default": null, "doc": "Id of the closest nearby object.", "name": "nearbyObj1", "type": ["null", "long"]}, {"default": null, "doc": "Distance to nearbyObj1.", "name": "nearbyObj1Dist", "type": ["null", "float"]}, {"default": null, "doc": "Natural log of the probability that the observed diaObject is the same as the nearbyObj1.", "name": "nearbyObj1LnP", "type": ["null", "float"]}, {"default": null, "doc": "Id of the second-closest nearby object.", "name": "nearbyObj2", "type": ["null", "long"]}, {"default": null, "doc": "Distance to nearbyObj2.", "name": "nearbyObj2Dist", "type": ["null", "float"]}, {"default": null, "doc": "Natural log of the probability that the observed diaObject is the same as the nearbyObj2.", "name": "nearbyObj2LnP", "type": ["null", "float"]}, {"default": null, "doc": "Id of the third-closest nearby object.", "name": "nearbyObj3", "type": ["null", "long"]}, {"default": null, "doc": "Distance to nearbyObj3.", "name": "nearbyObj3Dist", "type": ["null", "float"]}, {"default": null, "doc": "Natural log of the probability that the observed diaObject is the same as the nearbyObj3.", "name": "nearbyObj3LnP", "type": ["null", "float"]}, {"default": null, "doc": "Mean of the u band flux errors.", "name": "u_psfFluxErrMean", "type": ["null", "float"]}, {"default": null, "doc": "Mean of the g band flux errors.", "name": "g_psfFluxErrMean", "type": ["null", "float"]}, {"default": null, "doc": "Mean of the r band flux errors.", "name": "r_psfFluxErrMean", "type": ["null", "float"]}, {"default": null, "doc": "Mean of the i band flux errors.", "name": "i_psfFluxErrMean", "type": ["null", "float"]}, {"default": null, "doc": "Mean of the z band flux errors.", "name": "z_psfFluxErrMean", "type": ["null", "float"]}, {"default": null, "doc": "Mean of the y band flux errors.", "name": "y_psfFluxErrMean", "type": ["null", "float"]}, {"doc": "Flags, bitwise OR tbd.", "name": "flags", "type": "long"}]}]}, {"default": null, "name": "ssObject", "type": ["null", {"type": "record", "name": "lsst.v6_0.ssObject", "fields": [{"doc": "Unique identifier.", "name": "ssObjectId", "type": "long"}, {"default": null, "doc": "The date the LSST first linked and submitted the discovery observations to the MPC. May be NULL if not an LSST discovery. The date format will follow general LSST conventions (MJD TAI, at the moment).", "name": "discoverySubmissionDate", "type": ["null", "double"]}, {"default": null, "doc": "The time of the first LSST observation of this object (could be precovered) as Modified Julian Date, International Atomic Time.", "name": "firstObservationDate", "type": ["null", "double"]}, {"default": null, "doc": "Arc of LSST observations.", "name": "arc", "type": ["null", "float"]}, {"default": null, "doc": "Number of LSST observations of this object.", "name": "numObs", "type": ["null", "int"]}, {"default": null, "doc": "Minimum orbit intersection distance to Earth.", "name": "MOID", "type": ["null", "float"]}, {"default": null, "doc": "True anomaly of the MOID point.", "name": "MOIDTrueAnomaly", "type": ["null", "float"]}, {"default": null, "doc": "Ecliptic longitude of the MOID point.", "name": "MOIDEclipticLongitude", "type": ["null", "float"]}, {"default": null, "doc": "DeltaV at the MOID point.", "name": "MOIDDeltaV", "type": ["null", "float"]}, {"default": null, "doc": "Best fit absolute magnitude (u band).", "name": "u_H", "type": ["null", "float"]}, {"default": null, "doc": "Best fit G12 slope parameter (u band).", "name": "u_G12", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of H (u band).", "name": "u_HErr", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of G12 (u band).", "name": "u_G12Err", "type": ["null", "float"]}, {"default": null, "doc": "H-G12 covariance (u band).", "name": "u_H_u_G12_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic of the phase curve fit (u band).", "name": "u_Chi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points used to fit the phase curve (u band).", "name": "u_Ndata", "type": ["null", "int"]}, {"default": null, "doc": "Best fit absolute magnitude (g band).", "name": "g_H", "type": ["null", "float"]}, {"default": null, "doc": "Best fit G12 slope parameter (g band).", "name": "g_G12", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of H (g band).", "name": "g_HErr", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of G12 (g band).", "name": "g_G12Err", "type": ["null", "float"]}, {"default": null, "doc": "H-G12 covariance (g band).", "name": "g_H_g_G12_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic of the phase curve fit (g band).", "name": "g_Chi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points used to fit the phase curve (g band).", "name": "g_Ndata", "type": ["null", "int"]}, {"default": null, "doc": "Best fit absolute magnitude (r band).", "name": "r_H", "type": ["null", "float"]}, {"default": null, "doc": "Best fit G12 slope parameter (r band).", "name": "r_G12", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of H (r band).", "name": "r_HErr", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of G12 (r band).", "name": "r_G12Err", "type": ["null", "float"]}, {"default": null, "doc": "H-G12 covariance (r band).", "name": "r_H_r_G12_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic of the phase curve fit (r band).", "name": "r_Chi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points used to fit the phase curve (r band).", "name": "r_Ndata", "type": ["null", "int"]}, {"default": null, "doc": "Best fit absolute magnitude (i band).", "name": "i_H", "type": ["null", "float"]}, {"default": null, "doc": "Best fit G12 slope parameter (i band).", "name": "i_G12", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of H (i band).", "name": "i_HErr", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of G12 (i band).", "name": "i_G12Err", "type": ["null", "float"]}, {"default": null, "doc": "H-G12 covariance (i band).", "name": "i_H_i_G12_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic of the phase curve fit (i band).", "name": "i_Chi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points used to fit the phase curve (i band).", "name": "i_Ndata", "type": ["null", "int"]}, {"default": null, "doc": "Best fit absolute magnitude (z band).", "name": "z_H", "type": ["null", "float"]}, {"default": null, "doc": "Best fit G12 slope parameter (z band).", "name": "z_G12", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of H (z band).", "name": "z_HErr", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of G12 (z band).", "name": "z_G12Err", "type": ["null", "float"]}, {"default": null, "doc": "H-G12 covariance (z band).", "name": "z_H_z_G12_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic of the phase curve fit (z band).", "name": "z_Chi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points used to fit the phase curve (z band).", "name": "z_Ndata", "type": ["null", "int"]}, {"default": null, "doc": "Best fit absolute magnitude (y band).", "name": "y_H", "type": ["null", "float"]}, {"default": null, "doc": "Best fit G12 slope parameter (y band).", "name": "y_G12", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of H (y band).", "name": "y_HErr", "type": ["null", "float"]}, {"default": null, "doc": "Uncertainty of G12 (y band).", "name": "y_G12Err", "type": ["null", "float"]}, {"default": null, "doc": "H-G12 covariance (y band).", "name": "y_H_y_G12_Cov", "type": ["null", "float"]}, {"default": null, "doc": "Chi^2 statistic of the phase curve fit (y band).", "name": "y_Chi2", "type": ["null", "float"]}, {"default": null, "doc": "The number of data points used to fit the phase curve (y band).", "name": "y_Ndata", "type": ["null", "int"]}, {"default": null, "doc": "median `extendedness` value from the DIASource.", "name": "medianExtendedness", "type": ["null", "float"]}, {"doc": "Flags, bitwise OR tbd.", "name": "flags", "type": "long"}]}]}, {"default": null, "name": "cutoutDifference", "type": ["null", "bytes"]}, {"default": null, "name": "cutoutTemplate", "type": ["null", "bytes"]}]}HÖ -I”Õ«ºr¿Íhº Ò㣖 €€€€¶õºçŽÈ À!ÖAw5Þõ ùu@÷Ì’9eVÏt»(À?÷Ì’9$ ˜933àBš™™?33òBÍÌŒ?š™™? ›D@Aff$B ›D@A -üÿÿÿµõºçŽÈ À!ÖAw5Þõ ùu@÷Ì’9eVÏt»(À?÷Ì’9$ ˜933àBš™™?33òBÍÌŒ?š™™? ›D@Aff$B ›D@A -þÿÿÿµõºçŽÈ À!ÖAw5Þõ ùu@÷Ì’9eVÏt»(À?÷Ì’9$ ˜933àBš™™?33òBÍÌŒ?š™™? ›D@Aff$B ›D@A -‚€€€¶õºçw5Þõ ùu@÷Ì’9eVÏt»(À?÷Ì’9$ ˜9À!ÖAœP9œP9÷Ì9œP9¦ñ@œP9œP9œP9œP9œP9œP9ü„íŽHÖ -I”Õ«ºr¿Íh \ No newline at end of file +Objavro.codecnullavro.schemaœƒ{"type": "record", "doc": "sample avro alert schema v6.0", "name": "lsst.v6_0.alert", "fields": [{"doc": "unique alert identifer", "name": "alertId", "type": "long"}, {"name": "diaSource", "type": {"type": "record", "name": "lsst.v6_0.diaSource", "fields": [{"doc": "Unique identifier of this DiaSource.", "name": "diaSourceId", "type": "long"}, {"doc": "Id of the ccdVisit where this diaSource was measured.", "name": "ccdVisitId", "type": "long"}, {"doc": "Id of the diaObject this source was associated with, if any. If not, it is set to NULL (each diaSource will be associated with either a diaObject or ssObject).", "default": null, "name": "diaObjectId", "type": ["null", "long"]}, {"doc": "Id of the ssObject this source was associated with, if any. If not, it is set to NULL (each diaSource will be associated with either a diaObject or ssObject).", "default": null, "name": "ssObjectId", "type": ["null", "long"]}, {"doc": "Id of the parent diaSource this diaSource has been deblended from, if any.", "default": null, "name": "parentDiaSourceId", "type": ["null", "long"]}, {"doc": "Effective mid-visit time for this diaSource, expressed as Modified Julian Date, International Atomic Time.", "name": "midpointMjdTai", "type": "double"}, {"doc": "Right ascension coordinate of the center of this diaSource.", "name": "ra", "type": "double"}, {"doc": "Uncertainty of ra.", "default": null, "name": "raErr", "type": ["null", "float"]}, {"doc": "Declination coordinate of the center of this diaSource.", "name": "dec", "type": "double"}, {"doc": "Uncertainty of dec.", "default": null, "name": "decErr", "type": ["null", "float"]}, {"doc": "Covariance between ra and dec.", "default": null, "name": "ra_dec_Cov", "type": ["null", "float"]}, {"doc": "x position computed by a centroiding algorithm.", "name": "x", "type": "float"}, {"doc": "Uncertainty of x.", "default": null, "name": "xErr", "type": ["null", "float"]}, {"doc": "y position computed by a centroiding algorithm.", "name": "y", "type": "float"}, {"doc": "Uncertainty of y.", "default": null, "name": "yErr", "type": ["null", "float"]}, {"doc": "Covariance between x and y.", "default": null, "name": "x_y_Cov", "type": ["null", "float"]}, {"doc": "Flux in a 12 pixel radius aperture on the difference image.", "default": null, "name": "apFlux", "type": ["null", "float"]}, {"doc": "Estimated uncertainty of apFlux.", "default": null, "name": "apFluxErr", "type": ["null", "float"]}, {"doc": "The signal-to-noise ratio at which this source was detected in the difference image.", "default": null, "name": "snr", "type": ["null", "float"]}, {"doc": "Flux for Point Source model. Note this actually measures the flux difference between the template and the visit image.", "default": null, "name": "psfFlux", "type": ["null", "float"]}, {"doc": "Uncertainty of psfFlux.", "default": null, "name": "psfFluxErr", "type": ["null", "float"]}, {"doc": "Right ascension coordinate of centroid for point source model.", "default": null, "name": "psfRa", "type": ["null", "double"]}, {"doc": "Uncertainty of psfRa.", "default": null, "name": "psfRaErr", "type": ["null", "float"]}, {"doc": "Declination coordinate of centroid for point source model.", "default": null, "name": "psfDec", "type": ["null", "double"]}, {"doc": "Uncertainty of psfDec.", "default": null, "name": "psfDecErr", "type": ["null", "float"]}, {"doc": "Covariance between psfFlux and psfRa.", "default": null, "name": "psfFlux_psfRa_Cov", "type": ["null", "float"]}, {"doc": "Covariance between psfFlux and psfDec.", "default": null, "name": "psfFlux_psfDec_Cov", "type": ["null", "float"]}, {"doc": "Covariance between psfRa and psfDec.", "default": null, "name": "psfRa_psfDec_Cov", "type": ["null", "float"]}, {"doc": "Natural log likelihood of the observed data given the point source model.", "default": null, "name": "psfLnL", "type": ["null", "float"]}, {"doc": "Chi^2 statistic of the point source model fit.", "default": null, "name": "psfChi2", "type": ["null", "float"]}, {"doc": "The number of data points (pixels) used to fit the point source model.", "default": null, "name": "psfNdata", "type": ["null", "int"]}, {"doc": "Flux for a trailed source model. Note this actually measures the flux difference between the template and the visit image.", "default": null, "name": "trailFlux", "type": ["null", "float"]}, {"doc": "Uncertainty of trailFlux.", "default": null, "name": "trailFluxErr", "type": ["null", "float"]}, {"doc": "Right ascension coordinate of centroid for trailed source model.", "default": null, "name": "trailRa", "type": ["null", "double"]}, {"doc": "Uncertainty of trailRa.", "default": null, "name": "trailRaErr", "type": ["null", "float"]}, {"doc": "Declination coordinate of centroid for trailed source model.", "default": null, "name": "trailDec", "type": ["null", "double"]}, {"doc": "Uncertainty of trailDec.", "default": null, "name": "trailDecErr", "type": ["null", "float"]}, {"doc": "Maximum likelihood fit of trail length.", "default": null, "name": "trailLength", "type": ["null", "float"]}, {"doc": "Uncertainty of trailLength.", "default": null, "name": "trailLengthErr", "type": ["null", "float"]}, {"doc": "Maximum likelihood fit of the angle between the meridian through the centroid and the trail direction (bearing).", "default": null, "name": "trailAngle", "type": ["null", "float"]}, {"doc": "Uncertainty of trailAngle.", "default": null, "name": "trailAngleErr", "type": ["null", "float"]}, {"doc": "Covariance of trailFlux and trailRa.", "default": null, "name": "trailFlux_trailRa_Cov", "type": ["null", "float"]}, {"doc": "Covariance of trailFlux and trailDec.", "default": null, "name": "trailFlux_trailDec_Cov", "type": ["null", "float"]}, {"doc": "Covariance of trailFlux and trailLength", "default": null, "name": "trailFlux_trailLength_Cov", "type": ["null", "float"]}, {"doc": "Covariance of trailFlux and trailAngle", "default": null, "name": "trailFlux_trailAngle_Cov", "type": ["null", "float"]}, {"doc": "Covariance of trailRa and trailDec.", "default": null, "name": "trailRa_trailDec_Cov", "type": ["null", "float"]}, {"doc": "Covariance of trailRa and trailLength.", "default": null, "name": "trailRa_trailLength_Cov", "type": ["null", "float"]}, {"doc": "Covariance of trailRa and trailAngle.", "default": null, "name": "trailRa_trailAngle_Cov", "type": ["null", "float"]}, {"doc": "Covariance of trailDec and trailLength.", "default": null, "name": "trailDec_trailLength_Cov", "type": ["null", "float"]}, {"doc": "Covariance of trailDec and trailAngle.", "default": null, "name": "trailDec_trailAngle_Cov", "type": ["null", "float"]}, {"doc": "Covariance of trailLength and trailAngle", "default": null, "name": "trailLength_trailAngle_Cov", "type": ["null", "float"]}, {"doc": "Natural log likelihood of the observed data given the trailed source model.", "default": null, "name": "trailLnL", "type": ["null", "float"]}, {"doc": "Chi^2 statistic of the trailed source model fit.", "default": null, "name": "trailChi2", "type": ["null", "float"]}, {"doc": "The number of data points (pixels) used to fit the trailed source model.", "name": "trailNdata", "type": "int"}, {"doc": "Maximum likelihood value for the mean absolute flux of the two lobes for a dipole model.", "default": null, "name": "dipoleMeanFlux", "type": ["null", "float"]}, {"doc": "Uncertainty of dipoleMeanFlux.", "default": null, "name": "dipoleMeanFluxErr", "type": ["null", "float"]}, {"doc": "Maximum likelihood value for the difference of absolute fluxes of the two lobes for a dipole model.", "default": null, "name": "dipoleFluxDiff", "type": ["null", "float"]}, {"doc": "Uncertainty of dipoleFluxDiff.", "default": null, "name": "dipoleFluxDiffErr", "type": ["null", "float"]}, {"doc": " Right ascension coordinate of centroid for dipole model.", "default": null, "name": "dipoleRa", "type": ["null", "double"]}, {"doc": "Uncertainty of dipoleRa.", "default": null, "name": "dipoleRaErr", "type": ["null", "float"]}, {"doc": " Declination coordinate of centroid for dipole model.", "default": null, "name": "dipoleDec", "type": ["null", "double"]}, {"doc": "Uncertainty of dipoleDec.", "default": null, "name": "dipoleDecErr", "type": ["null", "float"]}, {"doc": "Maximum likelihood value for the lobe separation in dipole model.", "default": null, "name": "dipoleLength", "type": ["null", "float"]}, {"doc": "Uncertainty of dipoleLength.", "default": null, "name": "dipoleLengthErr", "type": ["null", "float"]}, {"doc": "Maximum likelihood fit of the angle between the meridian through the centroid and the dipole direction (bearing, from negative to positive lobe).", "default": null, "name": "dipoleAngle", "type": ["null", "float"]}, {"doc": "Uncertainty of dipoleAngle.", "default": null, "name": "dipoleAngleErr", "type": ["null", "float"]}, {"doc": "Covariance of dipoleMeanFlux and dipoleFluxDiff.", "default": null, "name": "dipoleMeanFlux_dipoleFluxDiff_Cov", "type": ["null", "float"]}, {"doc": "Covariance of dipoleMeanFlux and dipoleRa.", "default": null, "name": "dipoleMeanFlux_dipoleRa_Cov", "type": ["null", "float"]}, {"doc": "Covariance of dipoleMeanFlux and dipoleDec.", "default": null, "name": "dipoleMeanFlux_dipoleDec_Cov", "type": ["null", "float"]}, {"doc": "Covariance of dipoleMeanFlux and dipoleLength.", "default": null, "name": "dipoleMeanFlux_dipoleLength_Cov", "type": ["null", "float"]}, {"doc": "Covariance of dipoleMeanFlux and dipoleAngle.", "default": null, "name": "dipoleMeanFlux_dipoleAngle_Cov", "type": ["null", "float"]}, {"doc": "Covariance of dipoleFluxDiff and dipoleRa.", "default": null, "name": "dipoleFluxDiff_dipoleRa_Cov", "type": ["null", "float"]}, {"doc": "Covariance of dipoleFluxDiff and dipoleDec.", "default": null, "name": "dipoleFluxDiff_dipoleDec_Cov", "type": ["null", "float"]}, {"doc": "Covariance of dipoleFluxDiff and dipoleLength.", "default": null, "name": "dipoleFluxDiff_dipoleLength_Cov", "type": ["null", "float"]}, {"doc": "Covariance of dipoleFluxDiff and dipoleAngle.", "default": null, "name": "dipoleFluxDiff_dipoleAngle_Cov", "type": ["null", "float"]}, {"doc": "Covariance of dipoleRa and dipoleDec.", "default": null, "name": "dipoleRa_dipoleDec_Cov", "type": ["null", "float"]}, {"doc": "Covariance of dipoleRa and dipoleLength.", "default": null, "name": "dipoleRa_dipoleLength_Cov", "type": ["null", "float"]}, {"doc": "Covariance of dipoleRa and dipoleAngle.", "default": null, "name": "dipoleRa_dipoleAngle_Cov", "type": ["null", "float"]}, {"doc": "Covariance of dipoleDec and dipoleLength.", "default": null, "name": "dipoleDec_dipoleLength_Cov", "type": ["null", "float"]}, {"doc": "Covariance of dipoleDec and dipoleAngle.", "default": null, "name": "dipoleDec_dipoleAngle_Cov", "type": ["null", "float"]}, {"doc": "Covariance of dipoleLength and dipoleAngle.", "default": null, "name": "dipoleLength_dipoleAngle_Cov", "type": ["null", "float"]}, {"doc": "Natural log likelihood of the observed data given the dipole source model.", "default": null, "name": "dipoleLnL", "type": ["null", "float"]}, {"doc": "Chi^2 statistic of the model fit.", "default": null, "name": "dipoleChi2", "type": ["null", "float"]}, {"doc": "The number of data points (pixels) used to fit the model.", "default": null, "name": "dipoleNdata", "type": ["null", "int"]}, {"doc": "Calibrated flux for Point Source model centered on radec but measured on the difference of snaps comprising this visit.", "default": null, "name": "snapDiffFlux", "type": ["null", "float"]}, {"doc": "Estimated uncertainty of snapDiffFlux.", "default": null, "name": "snapDiffFluxErr", "type": ["null", "float"]}, {"doc": "Estimated sky background at the position (centroid) of the object.", "default": null, "name": "fpBkgd", "type": ["null", "float"]}, {"doc": "Estimated uncertainty of fpBkgd.", "default": null, "name": "fpBkgdErr", "type": ["null", "float"]}, {"doc": "Adaptive second moment of the source intensity.", "default": null, "name": "ixx", "type": ["null", "float"]}, {"doc": "Uncertainty of ixx.", "default": null, "name": "ixxErr", "type": ["null", "float"]}, {"doc": "Adaptive second moment of the source intensity.", "default": null, "name": "iyy", "type": ["null", "float"]}, {"doc": "Uncertainty of iyy.", "default": null, "name": "iyyErr", "type": ["null", "float"]}, {"doc": "Adaptive second moment of the source intensity.", "default": null, "name": "ixy", "type": ["null", "float"]}, {"doc": "Uncertainty of ixy.", "default": null, "name": "ixyErr", "type": ["null", "float"]}, {"doc": "Covariance of ixx and iyy.", "default": null, "name": "ixx_iyy_Cov", "type": ["null", "float"]}, {"doc": "Covariance of ixx and ixy.", "default": null, "name": "ixx_ixy_Cov", "type": ["null", "float"]}, {"doc": "Covariance of iyy and ixy.", "default": null, "name": "iyy_ixy_Cov", "type": ["null", "float"]}, {"doc": "Adaptive second moment for the PSF.", "default": null, "name": "ixxPSF", "type": ["null", "float"]}, {"doc": "Adaptive second moment for the PSF.", "default": null, "name": "iyyPSF", "type": ["null", "float"]}, {"doc": "Adaptive second moment for the PSF.", "default": null, "name": "ixyPSF", "type": ["null", "float"]}, {"doc": "A measure of extendedness, Computed using a combination of available moments and model fluxes or from a likelihood ratio of point/trailed source models (exact algorithm TBD). extendedness = 1 implies a high degree of confidence that the source is extended. extendedness = 0 implies a high degree of confidence that the source is point-like.", "default": null, "name": "extendedness", "type": ["null", "float"]}, {"doc": "A measure of reliability, computed using information from the source and image characterization, as well as the information on the Telescope and Camera system (e.g., ghost maps, defect maps, etc.).", "default": null, "name": "reliability", "type": ["null", "float"]}, {"doc": "Flags, bitwise OR tbd.", "name": "flags", "type": "long"}, {"doc": "Filter band this source was observed with.", "default": null, "name": "band", "type": ["null", "string"]}, {"doc": "Object determined to be a dipole.", "default": null, "name": "isDipole", "type": ["null", "boolean"]}, {"doc": "", "default": null, "name": "bboxSize", "type": ["null", "long"]}]}}, {"default": null, "name": "prvDiaSources", "type": ["null", {"type": "array", "items": "lsst.v6_0.diaSource"}]}, {"default": null, "name": "prvDiaForcedSources", "type": ["null", {"type": "array", "items": {"type": "record", "name": "lsst.v6_0.diaForcedSource", "fields": [{"doc": "Unique id.", "name": "diaForcedSourceId", "type": "long"}, {"doc": "Id of the DiaObject that this DiaForcedSource was associated with.", "name": "diaObjectId", "type": "long"}, {"doc": "Id of the ccdVisit where this forcedSource was measured.", "name": "ccdVisitId", "type": "long"}, {"doc": "Point Source model flux.", "default": null, "name": "psfFlux", "type": ["null", "float"]}, {"doc": "Uncertainty of psfFlux.", "default": null, "name": "psfFluxErr", "type": ["null", "float"]}, {"doc": "x position at which psfFlux has been measured.", "default": null, "name": "x", "type": ["null", "float"]}, {"doc": "y position at which psfFlux has been measured.", "default": null, "name": "y", "type": ["null", "float"]}, {"doc": "Flags, bitwise OR tbd", "name": "flags", "type": "long"}, {"doc": "Effective mid-visit time for this diaForcedSource, expressed as Modified Julian Date, International Atomic Time.", "name": "midpointMjdTai", "type": "double"}, {"doc": "Filter band this source was observed with.", "default": null, "name": "band", "type": ["null", "string"]}]}}]}, {"default": null, "name": "prvDiaNondetectionLimits", "type": ["null", {"type": "array", "items": {"type": "record", "name": "lsst.v6_0.diaNondetectionLimit", "fields": [{"name": "ccdVisitId", "type": "long"}, {"name": "midpointMjdTai", "type": "double"}, {"name": "band", "type": "string"}, {"name": "diaNoise", "type": "float"}]}}]}, {"default": null, "name": "diaObject", "type": ["null", {"type": "record", "name": "lsst.v6_0.diaObject", "fields": [{"doc": "Unique identifier of this DiaObject.", "name": "diaObjectId", "type": "long"}, {"doc": "Right ascension coordinate of the position of the object at time radecMjdTai.", "name": "ra", "type": "double"}, {"doc": "Uncertainty of ra.", "default": null, "name": "raErr", "type": ["null", "float"]}, {"doc": "Declination coordinate of the position of the object at time radecMjdTai.", "name": "dec", "type": "double"}, {"doc": "Uncertainty of dec.", "default": null, "name": "decErr", "type": ["null", "float"]}, {"doc": "Covariance between ra and dec.", "default": null, "name": "ra_dec_Cov", "type": ["null", "float"]}, {"doc": "Time at which the object was at a position ra/dec, expressed as Modified Julian Date, International Atomic Time.", "default": null, "name": "radecMjdTai", "type": ["null", "double"]}, {"doc": "Proper motion in right ascension.", "default": null, "name": "pmRa", "type": ["null", "float"]}, {"doc": "Uncertainty of pmRa.", "default": null, "name": "pmRaErr", "type": ["null", "float"]}, {"doc": "Proper motion of declination.", "default": null, "name": "pmDec", "type": ["null", "float"]}, {"doc": "Uncertainty of pmDec.", "default": null, "name": "pmDecErr", "type": ["null", "float"]}, {"doc": "Parallax.", "default": null, "name": "parallax", "type": ["null", "float"]}, {"doc": "Uncertainty of parallax.", "default": null, "name": "parallaxErr", "type": ["null", "float"]}, {"doc": "Covariance of pmRa and pmDec.", "default": null, "name": "pmRa_pmDec_Cov", "type": ["null", "float"]}, {"doc": "Covariance of pmRa and parallax.", "default": null, "name": "pmRa_parallax_Cov", "type": ["null", "float"]}, {"doc": "Covariance of pmDec and parallax.", "default": null, "name": "pmDec_parallax_Cov", "type": ["null", "float"]}, {"doc": "Natural log of the likelihood of the linear proper motion parallax fit.", "default": null, "name": "pmParallaxLnL", "type": ["null", "float"]}, {"doc": "Chi^2 static of the model fit.", "default": null, "name": "pmParallaxChi2", "type": ["null", "float"]}, {"doc": "The number of data points used to fit the model.", "default": null, "name": "pmParallaxNdata", "type": ["null", "int"]}, {"doc": "Weighted mean point-source model magnitude for u filter.", "default": null, "name": "u_psfFluxMean", "type": ["null", "float"]}, {"doc": "Standard error of u_psfFluxMean.", "default": null, "name": "u_psfFluxMeanErr", "type": ["null", "float"]}, {"doc": "Standard deviation of the distribution of u_psfFlux.", "default": null, "name": "u_psfFluxSigma", "type": ["null", "float"]}, {"doc": "Chi^2 statistic for the scatter of u_psfFlux around u_psfFluxMean.", "default": null, "name": "u_psfFluxChi2", "type": ["null", "float"]}, {"doc": "The number of data points used to compute u_psfFluxChi2.", "default": null, "name": "u_psfFluxNdata", "type": ["null", "int"]}, {"doc": "Weighted mean forced photometry flux for u filter.", "default": null, "name": "u_fpFluxMean", "type": ["null", "float"]}, {"doc": "Standard error of u_fpFluxMean.", "default": null, "name": "u_fpFluxMeanErr", "type": ["null", "float"]}, {"doc": "Standard deviation of the distribution of u_fpFlux.", "default": null, "name": "u_fpFluxSigma", "type": ["null", "float"]}, {"doc": "Weighted mean point-source model magnitude for g filter.", "default": null, "name": "g_psfFluxMean", "type": ["null", "float"]}, {"doc": "Standard error of g_psfFluxMean.", "default": null, "name": "g_psfFluxMeanErr", "type": ["null", "float"]}, {"doc": "Standard deviation of the distribution of g_psfFlux.", "default": null, "name": "g_psfFluxErr", "type": ["null", "float"]}, {"doc": "Chi^2 statistic for the scatter of g_psfFlux around g_psfFluxMean.", "default": null, "name": "g_psfFluxChi2", "type": ["null", "float"]}, {"doc": "The number of data points used to compute g_psfFluxChi2.", "default": null, "name": "g_psfFluxNdata", "type": ["null", "int"]}, {"doc": "Weighted mean forced photometry flux for g filter.", "default": null, "name": "g_fpFluxMean", "type": ["null", "float"]}, {"doc": "Standard error of g_fpFluxMean.", "default": null, "name": "g_fpFluxMeanErr", "type": ["null", "float"]}, {"doc": "Standard deviation of the distribution of g_fpFlux.", "default": null, "name": "g_fpFluxSigma", "type": ["null", "float"]}, {"doc": "Weighted mean point-source model magnitude for r filter.", "default": null, "name": "r_psfFluxMean", "type": ["null", "float"]}, {"doc": "Standard error of r_psfFluxMean.", "default": null, "name": "r_psfFluxMeanErr", "type": ["null", "float"]}, {"doc": "Standard deviation of the distribution of r_psfFlux.", "default": null, "name": "r_psfFluxSigma", "type": ["null", "float"]}, {"doc": "Chi^2 statistic for the scatter of r_psfFlux around r_psfFluxMean.", "default": null, "name": "r_psfFluxChi2", "type": ["null", "float"]}, {"doc": "The number of data points used to compute r_psfFluxChi2.", "default": null, "name": "r_psfFluxNdata", "type": ["null", "int"]}, {"doc": "Weighted mean forced photometry flux for r filter.", "default": null, "name": "r_fpFluxMean", "type": ["null", "float"]}, {"doc": "Standard error of r_fpFluxMean.", "default": null, "name": "r_fpFluxMeanErr", "type": ["null", "float"]}, {"doc": "Standard deviation of the distribution of r_fpFlux.", "default": null, "name": "r_fpFluxSigma", "type": ["null", "float"]}, {"doc": "Weighted mean point-source model magnitude for i filter.", "default": null, "name": "i_psfFluxMean", "type": ["null", "float"]}, {"doc": "Standard error of i_psfFluxMean.", "default": null, "name": "i_psfFluxMeanErr", "type": ["null", "float"]}, {"doc": "Standard deviation of the distribution of i_psfFlux.", "default": null, "name": "i_psfFluxSigma", "type": ["null", "float"]}, {"doc": "Chi^2 statistic for the scatter of i_psfFlux around i_psfFluxMean.", "default": null, "name": "i_psfFluxChi2", "type": ["null", "float"]}, {"doc": "The number of data points used to compute i_psfFluxChi2.", "default": null, "name": "i_psfFluxNdata", "type": ["null", "int"]}, {"doc": "Weighted mean forced photometry flux for i filter.", "default": null, "name": "i_fpFluxMean", "type": ["null", "float"]}, {"doc": "Standard error of i_fpFluxMean.", "default": null, "name": "i_fpFluxMeanErr", "type": ["null", "float"]}, {"doc": "Standard deviation of the distribution of i_fpFlux.", "default": null, "name": "i_fpFluxSigma", "type": ["null", "float"]}, {"doc": "Weighted mean point-source model magnitude for z filter.", "default": null, "name": "z_psfFluxMean", "type": ["null", "float"]}, {"doc": "Standard error of z_psfFluxMean.", "default": null, "name": "z_psfFluxMeanErr", "type": ["null", "float"]}, {"doc": "Standard deviation of the distribution of z_psfFlux.", "default": null, "name": "z_psfFluxSigma", "type": ["null", "float"]}, {"doc": "Chi^2 statistic for the scatter of z_psfFlux around z_psfFluxMean.", "default": null, "name": "z_psfFluxChi2", "type": ["null", "float"]}, {"doc": "The number of data points used to compute z_psfFluxChi2.", "default": null, "name": "z_psfFluxNdata", "type": ["null", "int"]}, {"doc": "Weighted mean forced photometry flux for z filter.", "default": null, "name": "z_fpFluxMean", "type": ["null", "float"]}, {"doc": "Standard error of z_fpFluxMean.", "default": null, "name": "z_fpFluxMeanErr", "type": ["null", "float"]}, {"doc": "Standard deviation of the distribution of z_fpFlux.", "default": null, "name": "z_fpFluxSigma", "type": ["null", "float"]}, {"doc": "Weighted mean point-source model magnitude for y filter.", "default": null, "name": "y_psfFluxMean", "type": ["null", "float"]}, {"doc": "Standard error of y_psfFluxMean.", "default": null, "name": "y_psfFluxMeanErr", "type": ["null", "float"]}, {"doc": "Standard deviation of the distribution of y_psfFlux.", "default": null, "name": "y_psfFluxSigma", "type": ["null", "float"]}, {"doc": "Chi^2 statistic for the scatter of y_psfFlux around y_psfFluxMean.", "default": null, "name": "y_psfFluxChi2", "type": ["null", "float"]}, {"doc": "The number of data points used to compute y_psfFluxChi2.", "default": null, "name": "y_psfFluxNdata", "type": ["null", "int"]}, {"doc": "Weighted mean forced photometry flux for y filter.", "default": null, "name": "y_fpFluxMean", "type": ["null", "float"]}, {"doc": "Standard error of y_fpFluxMean.", "default": null, "name": "y_fpFluxMeanErr", "type": ["null", "float"]}, {"doc": "Standard deviation of the distribution of y_fpFlux.", "default": null, "name": "y_fpFluxSigma", "type": ["null", "float"]}, {"doc": "Id of the closest nearby object.", "default": null, "name": "nearbyObj1", "type": ["null", "long"]}, {"doc": "Distance to nearbyObj1.", "default": null, "name": "nearbyObj1Dist", "type": ["null", "float"]}, {"doc": "Natural log of the probability that the observed diaObject is the same as the nearbyObj1.", "default": null, "name": "nearbyObj1LnP", "type": ["null", "float"]}, {"doc": "Id of the second-closest nearby object.", "default": null, "name": "nearbyObj2", "type": ["null", "long"]}, {"doc": "Distance to nearbyObj2.", "default": null, "name": "nearbyObj2Dist", "type": ["null", "float"]}, {"doc": "Natural log of the probability that the observed diaObject is the same as the nearbyObj2.", "default": null, "name": "nearbyObj2LnP", "type": ["null", "float"]}, {"doc": "Id of the third-closest nearby object.", "default": null, "name": "nearbyObj3", "type": ["null", "long"]}, {"doc": "Distance to nearbyObj3.", "default": null, "name": "nearbyObj3Dist", "type": ["null", "float"]}, {"doc": "Natural log of the probability that the observed diaObject is the same as the nearbyObj3.", "default": null, "name": "nearbyObj3LnP", "type": ["null", "float"]}, {"doc": "Mean of the u band flux errors.", "default": null, "name": "u_psfFluxErrMean", "type": ["null", "float"]}, {"doc": "Mean of the g band flux errors.", "default": null, "name": "g_psfFluxErrMean", "type": ["null", "float"]}, {"doc": "Mean of the r band flux errors.", "default": null, "name": "r_psfFluxErrMean", "type": ["null", "float"]}, {"doc": "Mean of the i band flux errors.", "default": null, "name": "i_psfFluxErrMean", "type": ["null", "float"]}, {"doc": "Mean of the z band flux errors.", "default": null, "name": "z_psfFluxErrMean", "type": ["null", "float"]}, {"doc": "Mean of the y band flux errors.", "default": null, "name": "y_psfFluxErrMean", "type": ["null", "float"]}, {"doc": "Flags, bitwise OR tbd.", "name": "flags", "type": "long"}]}]}, {"default": null, "name": "ssObject", "type": ["null", {"type": "record", "name": "lsst.v6_0.ssObject", "fields": [{"doc": "Unique identifier.", "name": "ssObjectId", "type": "long"}, {"doc": "The date the LSST first linked and submitted the discovery observations to the MPC. May be NULL if not an LSST discovery. The date format will follow general LSST conventions (MJD TAI, at the moment).", "default": null, "name": "discoverySubmissionDate", "type": ["null", "double"]}, {"doc": "The time of the first LSST observation of this object (could be precovered) as Modified Julian Date, International Atomic Time.", "default": null, "name": "firstObservationDate", "type": ["null", "double"]}, {"doc": "Arc of LSST observations.", "default": null, "name": "arc", "type": ["null", "float"]}, {"doc": "Number of LSST observations of this object.", "default": null, "name": "numObs", "type": ["null", "int"]}, {"doc": "Minimum orbit intersection distance to Earth.", "default": null, "name": "MOID", "type": ["null", "float"]}, {"doc": "True anomaly of the MOID point.", "default": null, "name": "MOIDTrueAnomaly", "type": ["null", "float"]}, {"doc": "Ecliptic longitude of the MOID point.", "default": null, "name": "MOIDEclipticLongitude", "type": ["null", "float"]}, {"doc": "DeltaV at the MOID point.", "default": null, "name": "MOIDDeltaV", "type": ["null", "float"]}, {"doc": "Best fit absolute magnitude (u band).", "default": null, "name": "u_H", "type": ["null", "float"]}, {"doc": "Best fit G12 slope parameter (u band).", "default": null, "name": "u_G12", "type": ["null", "float"]}, {"doc": "Uncertainty of H (u band).", "default": null, "name": "u_HErr", "type": ["null", "float"]}, {"doc": "Uncertainty of G12 (u band).", "default": null, "name": "u_G12Err", "type": ["null", "float"]}, {"doc": "H-G12 covariance (u band).", "default": null, "name": "u_H_u_G12_Cov", "type": ["null", "float"]}, {"doc": "Chi^2 statistic of the phase curve fit (u band).", "default": null, "name": "u_Chi2", "type": ["null", "float"]}, {"doc": "The number of data points used to fit the phase curve (u band).", "default": null, "name": "u_Ndata", "type": ["null", "int"]}, {"doc": "Best fit absolute magnitude (g band).", "default": null, "name": "g_H", "type": ["null", "float"]}, {"doc": "Best fit G12 slope parameter (g band).", "default": null, "name": "g_G12", "type": ["null", "float"]}, {"doc": "Uncertainty of H (g band).", "default": null, "name": "g_HErr", "type": ["null", "float"]}, {"doc": "Uncertainty of G12 (g band).", "default": null, "name": "g_G12Err", "type": ["null", "float"]}, {"doc": "H-G12 covariance (g band).", "default": null, "name": "g_H_g_G12_Cov", "type": ["null", "float"]}, {"doc": "Chi^2 statistic of the phase curve fit (g band).", "default": null, "name": "g_Chi2", "type": ["null", "float"]}, {"doc": "The number of data points used to fit the phase curve (g band).", "default": null, "name": "g_Ndata", "type": ["null", "int"]}, {"doc": "Best fit absolute magnitude (r band).", "default": null, "name": "r_H", "type": ["null", "float"]}, {"doc": "Best fit G12 slope parameter (r band).", "default": null, "name": "r_G12", "type": ["null", "float"]}, {"doc": "Uncertainty of H (r band).", "default": null, "name": "r_HErr", "type": ["null", "float"]}, {"doc": "Uncertainty of G12 (r band).", "default": null, "name": "r_G12Err", "type": ["null", "float"]}, {"doc": "H-G12 covariance (r band).", "default": null, "name": "r_H_r_G12_Cov", "type": ["null", "float"]}, {"doc": "Chi^2 statistic of the phase curve fit (r band).", "default": null, "name": "r_Chi2", "type": ["null", "float"]}, {"doc": "The number of data points used to fit the phase curve (r band).", "default": null, "name": "r_Ndata", "type": ["null", "int"]}, {"doc": "Best fit absolute magnitude (i band).", "default": null, "name": "i_H", "type": ["null", "float"]}, {"doc": "Best fit G12 slope parameter (i band).", "default": null, "name": "i_G12", "type": ["null", "float"]}, {"doc": "Uncertainty of H (i band).", "default": null, "name": "i_HErr", "type": ["null", "float"]}, {"doc": "Uncertainty of G12 (i band).", "default": null, "name": "i_G12Err", "type": ["null", "float"]}, {"doc": "H-G12 covariance (i band).", "default": null, "name": "i_H_i_G12_Cov", "type": ["null", "float"]}, {"doc": "Chi^2 statistic of the phase curve fit (i band).", "default": null, "name": "i_Chi2", "type": ["null", "float"]}, {"doc": "The number of data points used to fit the phase curve (i band).", "default": null, "name": "i_Ndata", "type": ["null", "int"]}, {"doc": "Best fit absolute magnitude (z band).", "default": null, "name": "z_H", "type": ["null", "float"]}, {"doc": "Best fit G12 slope parameter (z band).", "default": null, "name": "z_G12", "type": ["null", "float"]}, {"doc": "Uncertainty of H (z band).", "default": null, "name": "z_HErr", "type": ["null", "float"]}, {"doc": "Uncertainty of G12 (z band).", "default": null, "name": "z_G12Err", "type": ["null", "float"]}, {"doc": "H-G12 covariance (z band).", "default": null, "name": "z_H_z_G12_Cov", "type": ["null", "float"]}, {"doc": "Chi^2 statistic of the phase curve fit (z band).", "default": null, "name": "z_Chi2", "type": ["null", "float"]}, {"doc": "The number of data points used to fit the phase curve (z band).", "default": null, "name": "z_Ndata", "type": ["null", "int"]}, {"doc": "Best fit absolute magnitude (y band).", "default": null, "name": "y_H", "type": ["null", "float"]}, {"doc": "Best fit G12 slope parameter (y band).", "default": null, "name": "y_G12", "type": ["null", "float"]}, {"doc": "Uncertainty of H (y band).", "default": null, "name": "y_HErr", "type": ["null", "float"]}, {"doc": "Uncertainty of G12 (y band).", "default": null, "name": "y_G12Err", "type": ["null", "float"]}, {"doc": "H-G12 covariance (y band).", "default": null, "name": "y_H_y_G12_Cov", "type": ["null", "float"]}, {"doc": "Chi^2 statistic of the phase curve fit (y band).", "default": null, "name": "y_Chi2", "type": ["null", "float"]}, {"doc": "The number of data points used to fit the phase curve (y band).", "default": null, "name": "y_Ndata", "type": ["null", "int"]}, {"doc": "median `extendedness` value from the DIASource.", "default": null, "name": "medianExtendedness", "type": ["null", "float"]}, {"doc": "Flags, bitwise OR tbd.", "name": "flags", "type": "long"}]}]}, {"default": null, "name": "cutoutDifference", "type": ["null", "bytes"]}, {"default": null, "name": "cutoutTemplate", "type": ["null", "bytes"]}]}µ Ö ¹íñ|Áżÿ“)ÆÒ Ò㣖 €€€€¶õºçŽÈ À!ÖAw5Þõ ùu@÷Ì’9eVÏt»(À?÷Ì’9$ ˜933àBš™™?33òBÍÌŒ?š™™? ›D@Aff$B ›D@A +rüÿÿÿµõºçŽÈ À!ÖAw5Þõ ùu@÷Ì’9eVÏt»(À?÷Ì’9$ ˜933àBš™™?33òBÍÌŒ?š™™? ›D@Aff$B ›D@A +rþÿÿÿµõºçŽÈ À!ÖAw5Þõ ùu@÷Ì’9eVÏt»(À?÷Ì’9$ ˜933àBš™™?33òBÍÌŒ?š™™? ›D@Aff$B ›D@A +r‚€€€¶õºçw5Þõ ùu@÷Ì’9eVÏt»(À?÷Ì’9$ ˜9À!ÖAœP9œP9÷Ì9œP9¦ñ@œP9œP9œP9œP9œP9œP9ü„펵 Ö ¹íñ|Áżÿ“)Æ \ No newline at end of file diff --git a/python/lsst/alert/packet/updateSchema.py b/python/lsst/alert/packet/updateSchema.py index 3d59c54..1d68ebe 100644 --- a/python/lsst/alert/packet/updateSchema.py +++ b/python/lsst/alert/packet/updateSchema.py @@ -25,6 +25,9 @@ import yaml import json from lsst.alert.packet import get_schema_root, SchemaRegistry +import pydevd +import time + __all__ = ['update_schema'] @@ -65,6 +68,7 @@ def populate_fields(apdb): apdb: `dict` The name of the schema as a string. E.G. diaSource. """ + field_dictionary_array = [] for column in apdb['columns']: # We are still finalizing the time series feature names. @@ -78,9 +82,10 @@ def populate_fields(apdb): 'name'] and "Intercept" not in column['name'] and "Slope" not in column[ 'name'] and "Stetson" not in column['name'] and "lastNonForcedSource" not in column[ 'name'] and "nDiaSources" not in column['name'] and "ExtObj" not in column[ - 'name'] and "time_" not in column['name'] and "band" not in column[ - 'name'] and "Time" not in column['name'] and "isDipole" not in column['name']: + 'name'] and "Time" not in column['name']: + if 'char' in column['datatype']: + column['datatype'] = "string" # Check if a column is nullable. If it is, it needs a default. if 'nullable' in column: if column['nullable'] is False: