foxsi / foxsi-4matter

Code for FOXSI-4 telemetry formatter.
https://foxsi.umn.edu/
1 stars 3 forks source link

Add `Circle::in_medias_res()` #52

Open thanasipantazides opened 11 months ago

thanasipantazides commented 11 months ago

Why

If software fails mid-flight we want to recover (after catching exception) from the current state. We should start up software safely though. This means detecting current state of systems to avoid dangerous setup, like cutting bias without warning.

Things to consider

thanasipantazides commented 10 months ago

This would help enable clean reentry into the main Circle loop if we except out of it.