Skip to content

Commit

Permalink
Test update comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmartradio committed Dec 5, 2023
1 parent d6eae3c commit 39f5955
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 160 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
}
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"}
]
}
Loading

0 comments on commit 39f5955

Please sign in to comment.