Skip to content

Commit

Permalink
disable EFD use
Browse files Browse the repository at this point in the history
  • Loading branch information
pothiers committed Oct 8, 2024
1 parent 79a24fb commit 825d91d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions notebooks_tsqr/NightLog.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,7 @@
"exposure_rep.overview\n",
"\n",
"# Exposure Tally\n",
"md(f\"## Exposure Tally for all Instruments\")\n",
"tally = await allsrc.night_tally_observation_gaps(max_day_obs)\n",
"display(pd.DataFrame(tally))\n",
"md(f\"## Exposure Tally for all Instruments DISABLED\")\n",
"\n",
"# Observation gaps\n",
"gaps = allsrc.exp_src.get_observation_gaps()\n",
Expand Down

0 comments on commit 825d91d

Please sign in to comment.