Skip to content

Commit

Permalink
Removed morning twilight flats
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 7, 2024
1 parent 5996f29 commit c99d768
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

* `GortObserver.observe_tile` now default to `async_readout=False`. This will block until the exposure is done, which is a more natural behaviour for an external user that is not trying to over-optimise things. The code that uses `observe_tile` in GORT (`Gort.observe()` and `ObserverOverwatcher.observe_loop_task()`) have been updated to explicitly use `async_readout=True`.

### 🏷️ Changed

* Removed morning twilight flats.

### 🔧 Fixed

* Temporary fix in the cleanup recipe for a bug in `lvmscp` caused by a quick reset after reading out a pending exposure.
Expand Down
24 changes: 12 additions & 12 deletions src/gort/etc/calibrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
dome: closed
abort_observing: true
priority: 5

- name: twilight_flats_sunrise
recipe: twilight_flats
min_start_time: 900
max_start_time: 600
time_mode: secs_before_sunrise
after: null
required: true
dome: open
close_dome_after: true
abort_observing: true
priority: 10
#
# - name: twilight_flats_sunrise
# recipe: twilight_flats
# min_start_time: 900
# max_start_time: 600
# time_mode: secs_before_sunrise
# after: null
# required: true
# dome: open
# close_dome_after: true
# abort_observing: true
# priority: 10

0 comments on commit c99d768

Please sign in to comment.