Power Cycling an Archon
If an Archon needs to be shut down (i.e. because it will be unplugged temporarily) this is the procedure to power it off before unplugging:
Ensure the detectors are not exposing or reading out and that there are no scripts running.
Turn off CCDPOWER using
modify -s kpf[green/red] CCDPOWER=Off
Shut down the detector control dispatchers using
kpf stop kpf[green/red]0
thenkpf stop [g/r]camerad
Power off or unplug the Archon as needed
To recover:
Restore power to the Archon
Start detector control:
kpf start [g/r]camerad
thenkpf start kpf[green/red]0
Load an ACF file to the Archon using
kpfSetReadModeNormal
(you can set fast read mode if that is desired instead).Restore CCDPOWER using
modify -s kpf[green/red] CCDPOWER=On
You may need to recover one or more of the detectors and kpfexpose after this.