Goal

To measure the flexure between the DEIMOS TV guider detector and the DEIMOS focal plane based on guider images of a Reseau mark on the pickoff mirror.


Requirements


Procedure

  1. Prepare instrument
  2. Start guider
  3. Start data acquisition


Measurement

  1. Change to directory ~dmoseng/data/T953
  2. Create a new subdirectory for today:
    	mkdir 2009jan26
  3. Go to the new subdirectory:
    	cp 2009jan26
  4. Copy logfile from summit:
        cp ~dmoseng/summit/scripts/T953.log .
  5. Start idl and display first image:
    	atv, '/s/nightly2/09/01/26/cam0010.fits'
  6. In ATV, measure coordinates of the central "+" on the first image.
  7. Edit file ~dmoseng/idl/dmoseng/T953_measure.pro and change the initial coordinates of the central "+" on the first image:
    	xc = 513.00                     ; starting x coord
    	yc = 641.00                     ; starting y coord
  8. Edit file ~dmoseng/data/T953/header.txt and add appropriate commentary at the bottom.
  9. Run IDL and cd ~dmoseng/data/T953/YYYYmmmDD
  10. Type .run T953_measure.pro to generate the file T953_measure.dat.
  11. Type .run T953_plot.pro to generate the output files.
  12. Exit IDL.
  13. Type gmake to create a file all.ps which is printable for inclusion in notebook.
  14. Compare results to previous runs to get a sense of change in flexure.
  15. Supply new lookup table (deimos_flex.lut) to guider software guru.


Output Files

deimos_flex.lut
Flexure correction table to be used by guider software.
T953_x.ps
Plot of flexure in x direction against ROTPPOSN.
T953_y.ps
Plot of flexure in y direction against ROTPPOSN.
T953_xy.ps
Plot of flexure in x direction against flexure in y direction.


Preliminary Conclusion