Differences between revisions 9 and 10
Revision 9 as of 2012-11-08 12:43:53
Size: 2535
Comment:
Revision 10 as of 2012-11-08 12:44:26
Size: 2538
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
2) Preliminary actions:
 a) start idl
 2. Preliminary actions:
Line 14: Line 13:
3) POINTING PROCEDURE  * start idl

 
3. POINTING PROCEDURE

User Manual for REAL TIME DATA ANALYSIS

  1. General Info:
  2. all the products of the real time data analysis (.png, .fits, .save) are stored in this folder ………..;
  3. the parameter scan_num (number of scan) is an integer
  4. the parameter day (date of the scan) is a string as 'yearmonthday' (ex: '20121120')
  5. Preliminary actions:
  6. start idl
  7. POINTING PROCEDURE

Determine pointing offset by making 4 subscans (see pointing Pako procedure on …….).

  • a) Open the IDL script RealTime/todo_cross.pro b) execute line X1 updating scan_num and day parameters. c) execute 'cross, scan_num, day, offsets, info=info'

……………………………

  • d) execute print,offset

offset returns the value of the RELATIVE offset for the two arrays wrt previous value set in Pako. The value obtained from 1mm array has to be considered as priority.

4) FOCUS PROCEDURE The procedure intends to maximize the power on one reference pixel (where the considered source is centered) when the position of the secondary mirror is changed by X steps (see Pako procedure on …..).

  • a) Edit the IDL script RealTime/todo_focus.pro b) execute line X1 updating scan_num and day parameters. c) execute 'focus, scan_num, day, z_final, info=info'

the procedure produces 4 plots, 2 for each array. Two plots, one for 2mm array and the other for 1mm array, show the TOD of the procedure. (and the fraction of the plateau chosen for the analysis (in green). Plots IDL33 (2mm array) and IDL35 (1mm array) show the total power (in Hertz!) versus the position of the secondary, for reference pixel (top right in red) and for nearby pixels (9). The best position is fitted with a second order polynomial.

  • d) execute print, z_final

z_final returns the values of the ABSOLUTE best position of the secondary mirror for the two arrays (z_final(0)=best pos 2mm - z_final(1)=best pos 1mm). The value obtained from 1mm array has to be considered as priority.

5) SELECT KIDS PROCEDURE This procedure computes individual maps to determine the kids parameters that can be upgraded in otf_geometry. This procedure should be run only once at the beginning of the campaign.

  • a) Open the IDL script RealTime/todo_x.pro b) execute from line X1 to line X2 c) execute 'select_kids, scan_num, day, info=info'

5) OTF GEOMETRY PROCEDURE

  • a) Open the IDL script RealTime/todo_x.pro b) execute from line X1 to line X2 c) execute 'otf_geometry, scan_num, day, info=info'

RealTime_User_Manual (last edited 2012-11-19 01:41:10 by NikaBolometer)