Commit 2e3c702
committed
Add acquisition automation modes with repeat target skip logic
- Add acqmode command to control acquisition automation (modes 1-3)
- Mode 1: legacy manual mode (wait for user at each step)
- Mode 2: semi-automatic (start acquisition, wait for user to expose)
- Mode 3: fully automatic (apply offsets automatically)
- Add repeat target detection to skip unnecessary slew/acquisition
- Add configuration parameters for acquisition automation
- Skip acquisition when re-observing same coordinates (modes 2-3)
Based on PR #391 acquisition automation features
Applied to DH/sequencer-calib-work branch (observatory baseline)1 parent dd0309d commit 2e3c702
5 files changed
Lines changed: 343 additions & 112 deletions
File tree
- Config
- common
- sequencerd
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
0 commit comments