Skip to content

Commit

Permalink
Update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmartradio committed Jan 3, 2024
1 parent 50ed34d commit 4133a27
Show file tree
Hide file tree
Showing 6 changed files with 286 additions and 243 deletions.
26 changes: 21 additions & 5 deletions python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaForcedSource.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,35 @@
"type": "long"
},
{
"default": null,
"doc": "Point Source model flux.",
"default": null,
"name": "psfFlux",
"type": [
"null",
"float"
]
},
{
"default": null,
"doc": "Uncertainty of psfFlux.",
"default": null,
"name": "psfFluxErr",
"type": [
"null",
"float"
]
},
{
"default": null,
"doc": "x position at which psfFlux has been measured.",
"default": null,
"name": "x",
"type": [
"null",
"float"
]
},
{
"default": null,
"doc": "y position at which psfFlux has been measured.",
"default": null,
"name": "y",
"type": [
"null",
Expand All @@ -65,13 +65,29 @@
"type": "double"
},
{
"default": null,
"doc": "Filter band this source was observed with.",
"default": null,
"name": "band",
"type": [
"null",
"string"
]
},
{
"logicalType": "timestamp-micros",
"doc": "Time when this record was generated.",
"name": "time_processed",
"type": "long"
},
{
"logicalType": "timestamp-micros",
"doc": "Time when this record was marked invalid.",
"default": null,
"name": "time_withdrawn",
"type": [
"null",
"long"
]
}
]
}
Loading

0 comments on commit 4133a27

Please sign in to comment.