-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6eae3c
commit 39f5955
Showing
7 changed files
with
178 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 10 additions & 22 deletions
32
python/lsst/alert/packet/schema/6/0/lsst.v6_0.diaNondetectionLimit.avsc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] | ||
} | ||
"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"} | ||
] | ||
} |
Oops, something went wrong.