Differences between revisions 10 and 12 (spanning 2 versions)
Revision 10 as of 2016-02-26 13:19:50
Size: 2483
Comment:
Revision 12 as of 2016-02-26 13:24:14
Size: 2617
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
## source selection: === 1./ source selection ===
Line 30: Line 30:
# pointing correction === 2./ pointing correction ===
Line 33: Line 33:
       {{{
Line 36: Line 37:
}}}
Line 39: Line 41:
{{{
      PAKO>set pointing xx yy
}}}
Line 40: Line 45:
      PAKO>set pointing xx yy === 3./ best focus at the array center f_0 ===
Line 42: Line 47:

# best focus at the array center f_0:
 
{{{
Line 47: Line 50:
}}}
Line 51: Line 55:
{{{
Line 52: Line 57:
}}}
Line 55: Line 61:
{{{
Line 56: Line 63:
}}}
Line 58: Line 65:
# best focus across the field-of-view f_{off-center}: === 4./ best focus across the field-of-view f_{off-center} ===
Line 60: Line 67:
{{{
Line 62: Line 70:
}}}
Line 67: Line 76:
{{{
Line 68: Line 78:
}}}
Line 71: Line 82:
{{{
Line 72: Line 84:
}}}
Line 77: Line 90:
{{{
Line 80: Line 94:
  }}}
Line 82: Line 96:
# monitoring of the focus temporal drift' === 5./ monitoring of the focus temporal drift ===

Observation campaign description

Detailled description of specific observing sessions are given here.

Back to the NIKA2 Run4 page


Focus z campaign

  • Aim of the focus campaign : characterize how the focus evolves accross NIKA2 field of view

2 focus campaigns were conducted on the 24th and 25th of January

referent person: Jean-Francois Lestrade, Laurence Perotto

1./ source selection

Choose a bright point source of several Jy (e.g. 3C273)'

      PAKO> source 3C273
      PAKO> track
      PAKO> start

2./ pointing correction

pointing lissajous seems more reliable as the reference pixel is currently (25/01) off-centered

      PAKO>@nkpoint l
      PAKO>@nkpoint b

in case of poor fit with a lissajous, try resorting to the 'common_mode_kids_out' method" IDL> nk_rta, 'scan', /mask

      PAKO>set pointing xx yy

3./ best focus at the array center f_0

     PAKO>offset 0. 0. \sys nasmyth
     PAKO>@focusOTF

enter 0 as the center focus f. It will run 5 scans at focus f-0.8; f-0.4; f; f+0.4; f+0.8 analyse each scan individualy using:

     IDL> nk_rta, 'scan', /nas

once the 5 scans are reduced, run (for ex.):

     IDL> nk_focus_liss_old, '20160125s'+strtrim([1,2,3,4,5], 2), /nas

4./ best focus across the field-of-view f_{off-center}

      PAKO>offset xoff yoff \sys nasmyth
      PAKO>@focusOTF

enter 0 as the center focus f.

analyse each scan individualy using:

      IDL> nk_rta, 'scan', /nas, /xyguess, /largemap

once the 5 scans are reduced, run (for ex.):

      IDL> nk_focus_liss_old, '20160125s'+strtrim([1,2,3,4,5], 2), /nas, /xyguess

Please keep track of the (xoff, yoff) in TAPAS for easier analysis of the campaign results the list of nasmyth coordinates to be explored can be read on the A2 printed sheet In case the focus@1mm and the focus@2mm are very discrepant, the focus exploration bin (-0.8, +0.8) may be not sufficient to fit simultaneously f_1 and f_2. Relaunch using f=<f_2>, the focus@2mm value from the previous focus campaign measurements:"

       PAKO>@focusOTF

enter <f_2> as the center focus f.

5./ monitoring of the focus temporal drift

Since we are interested in the difference between f_0 and various f_{off-center}, f_0 should be regularly checked (every point or every other point depending on its stability)

re-iterate 3/ from time to time

HowtosNika2Run4 (last edited 2016-03-13 08:42:04 by NikaBolometer)