Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open ~/igrins_admin/igm_rcv.py in a text editor

On line 33 it should say,

ers = [’S’,’H’,’K’]

The list ers tells the script which detectors to reset. Here all three detectors will be reset. Comment out line 33 and below set ers equal to what detectors you want to reset.

For example, if the SCP was freezing but the DTP still showed the H and K band dectors reading out, you only would want to reset the slit-view camera detector, so comment out line 33 of ~/igrins_admin/igm_rcv.py and below it add ers = [’S’] as follows:

#ers = [’S’,’H’,’K’]
ers = [’S’]

ATTENTION: If you in anyway unsure what the above means, it is safest for you to leave the ~/igrins_admin/igm_rcv.py file alone and continue onto the next steps.

...