Table of Contents |
---|
General Principles
DO NOT use
control-c
to stop a script, this can leave the instrument in an unsafe state. Usekpfconfig.SCRIPTSTOP
to request a stop (also available as a button in the KPF OB GUI).
...
Setting SCRIPTSTOP to “Yes” will request that the running script terminate in an orderly fashion. This may take several minutes depending on when the running script reaches a sensible breakpoint. It is important to use SCRIPTSTOP to halt a script (instead of hitting ctrl-c
) because cleanup actions will be performed after a SCRIPTSTOP (e.g. turning off laps to preserve their lifetime).
...
The agitator can be reenabled by simply setting the keyword to “Yes”. This should only be done by WMKO staff and should only be done if the agitator is fully functional. A broken or misbehaving agitator mechanism presents a significant danger to the science fibers.
...
The cal source has likely been disabled for a reason. Reenabling it should only be done by WMKO staff with knowledge of why it was disabled in the first place.
SlewCal or Simultaneous Calibration Source is Wrong
...
These two sources are set from the same place and are always kept to the same value using the kpfconfig.SIMULCALSOURCE
keyword.
Solution
This value should only be changed by WMKO staff. The choice of calibration source is influenced by our desire to maintain the lifetime of the various lamps and calibration sources and by the need for warmup times on certain sources. This is not something the user should adjust, contact a WMKO Staff Astronomer if you feel it is set incorrectly.
...
Alternatively the observer may set these manually using the command line tools kpfSetGuiderGain
and kpfSetGuiderFPS
, but if an OB is executed it will overwrite the previous values, so to use the new values for science, they must be copied to the OB prior to execution.
Problem 3
The light is not reaching the guide camera due to an obstruction.
Solution 3
Look at the FIU GUI to see if there is an obstruction. Possible culprits include:
The AO hatch is closed: check keywords or FIU GUI. The hatch can be opened using the command line
kpfControlAOHatch open
or from the FVWM menu: KPF Utilities → Open AO HatchThe FIU hatch is closed: check keywords or FIU GUI. The hatch can be opened using the command line
kpfControlHatch open
or from the FVWM menu: KPF Utilities → Open FIU HatchThe FIU is in the wrong mode: check keywords or FIU GUI. The FIU may be in calibration mode or in an unknown state, either of which can result in the calibration fold mirror blocking the light. The mode can be set using the command line
kpfConfigureFIU Observing
or from the FVWM menu: KPF Utilities → Set FIU Mode to Observing
FIU
FIU Mode Change Fails
Symptom
...
The detector has likely been disabled for a reason. Reenabling it should only be done by WMKO staff with knowledge of why it was disabled in the first place.
Detector Fails to Trigger Without Error
...