Skip to content

Commit

Permalink
Merge pull request #8 from lsst-dm/tickets/DM-42469
Browse files Browse the repository at this point in the history
DM-42469: Add startTime to the nextVisit schema
  • Loading branch information
hsinfang authored Jan 22, 2024
2 parents 8fc1eab + 3e72e78 commit 2b5d982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class NextVisitModel:
groupId: str
coordinateSystem: int
position: typing.List[int]
startTime: float
rotationSystem: int
cameraAngle: float
filters: str
Expand Down Expand Up @@ -264,6 +265,7 @@ async def main() -> None:
"coordinateSystem"
],
position=next_visit_message_initial["message"]["position"],
startTime=next_visit_message_initial["message"]["startTime"],
rotationSystem=next_visit_message_initial["message"][
"rotationSystem"
],
Expand Down

0 comments on commit 2b5d982

Please sign in to comment.