Skip to content

Commit

Permalink
minor changes to almanac, nightreport, and time accounting
Browse files Browse the repository at this point in the history
  • Loading branch information
pothiers committed Dec 19, 2024
1 parent 432a688 commit 8e99572
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 127 deletions.
8 changes: 4 additions & 4 deletions notebooks_tsqr/ExposureDetail.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"\n",
"# day_obs values: TODAY, YESTERDAY, YYYY-MM-DD\n",
"# Report on observing nights that start upto but not included this day.\n",
"#!day_obs = '2024-09-25' # Value to use for local testing (Summit)\n",
"day_obs = \"2024-09-25\" # TODO Change to 'YESTERDAY' to test with default before push\n",
"instrument = \"LSSTComCam\" # LSSTComCam, LATISS\n",
"#!day_obs = '2024-09-25' # Value to use for local testing (usdf)\n",
"day_obs = \"2024-12-05\" # TODO Change to 'YESTERDAY' to test with default before push\n",
"instrument = \"LSSTComCam\" # LSSTComCam, LATISS, LSSTCam\n",
"observation_reason = \"ALL\"\n",
"observation_type = \"flat\" # TODO: \"science\", \"acq\", default=\"ALL\"\n",
"observation_type = \"science\" # TODO: \"science\", \"acq\", default=\"ALL\"\n",
"science_program = \"ALL\""
]
},
Expand Down
Loading

0 comments on commit 8e99572

Please sign in to comment.