Changes between Version 16 and Version 17 of HetProcedures/HighSpeedCWFS


Ignore:
Timestamp:
Nov 24, 2019 8:44:05 AM (4 years ago)
Author:
stevenj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/HighSpeedCWFS

    v16 v17  
    18186. Make sure all probes are storing images.
    1919
    20 7. Ask the TO to retract the ACQ mirror and insert the CWFS mirror
     207. Ask the TO to retract the ACQ mirror and insert the CWFS mirror.
    2121
    22228. Be sure that the "process" and "store" checkboxes are enabled on the "CWFS control" tab in the TCS GUI.
     
    262610. Look at CWFS x and y offsets and refine the offset above with any residuals until offsets less than 0.3".
    2727
    28 11. Once that looks good, run this command to allow !VimbaViewer to take control of the CWFS:
     2811. Once the CWFS is well-centered, run this command to allow !VimbaViewer to take control of the CWFS:
    2929
    3030   {{{syscmd -p 'CWFS_RelinquishControl()'}}}
     
    3737
    3838
    39 14. Load the CWFS camera settings by clicking this button:
     3914. Load CWFS camera settings file by clicking this button:
    4040
    4141   [[Image(vimba_load.png, 100px)]]
     
    4343    Choose the file called {{{ /home/mcs/astronomer/cwfs_4x4.xml }}}. This will set the binning and ROI settings correctly.
    4444
    45 15. In the "Brightness" tab, set the exposure time between 10,000 and 20,000 micro-seconds. In the ROI tab, verify that the binning is 4x4 and the ROI numbers are OffsetY:0, OffsetX:56, Height:296, Width:296, as shown in the screenshot below
     4515. In the "Brightness" tab, set the exposure time between 10,000 and 20,000 micro-seconds. If you like, you can verify that the ROI tab shows that the binning is 4x4 and the ROI numbers are OffsetY:0, OffsetX:56, Height:296, Width:296, as shown in the screenshot below
    4646
    4747   [[Image(vimba_roi.png, 400px)]]
    4848
    49 15. Click "play" icon to see images. Click "stop" then click File --> Save Image As (and save as tiff somewhere easy like ~/), open with ds9 -photo ~/temp.tiff to check saturation.
     4916. Click "play" icon to see images. Click "stop" then click File --> Save Image As and save the most recent image as tiff somewhere easy like {~/test.tiff}. You can open this with {{{ds9 -photo test.tiff}}} to check for saturation.
    5050
    5151
    52 -15. If you are happy with this star, then set the parameters for an image series by selecting `File->Image Series Options...` from the File menu. You may have to create the directory in the night's directory.
     52-15. If you are happy with this star, then set the parameters for an image series by selecting `File->Image Series Options...` from the File menu. You may have to create the {{{CWFS/}}} directory in the night's directory.
    5353
    5454  {{{ Format = .tiff }}}
     
    7373
    7474
    75 19. When these sets are completed, you can cancel the trajectory and move on your night. To return the CWFS to its normal state, click the "X"s in the top right corner of the Camera Control Window and the Camera Select Window. Then give control of the CWFS back to PAS/PFIP with:
     7519. When these sets are completed, you can cancel the trajectory and move on with your night. To return the CWFS to its normal state, click the "X"s in the top right corner of the Camera Control Window and the Camera Select Window. Then give control of the CWFS back to PAS/PFIP with:
    7676
    7777   {{{syscmd -p 'CWFS_TakeControl()'}}}