- Run down the OCS and WFCAM low level software
- cd /jac_sw/itsroot/src/oracda/scripts/
- edit orac_env.vws
- change the second from last line from wfcamInit1234 to e.g., wfcamInit124 (i.e., leave out the number/s of the camera you don’t want running).
- save the file, exit editor and then type “make”
- run up wfcamControl as normal, but run up the low-level software individually for each camera except, obviously, the camera that is not running
- DO NOT use the status button for all cameras, instead use the individual status buttons for each camera
- add inst and enable arrays in the normal way
- when finished, disable and ocs_down as normal
- run down the low-level software for each camera individually
Changing wfcamMenu to use Fewer Than Four Cameras (Old)
- cd /jac_sw/itsroot/src/engineering/wfcam/scripts/
- edit wfcamMenu.tcl
- comment out all lines that deal with the camera that isn’t working (i.e., if it’s camera 3, all lines with camera3 in them could be commented out).
- type “make”