Differences between revisions 11 and 13 (spanning 2 versions)
Revision 11 as of 2016-02-26 13:20:55
Size: 2487
Comment:
Revision 13 as of 2016-02-26 13:26:01
Size: 2620
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:
enter 0 as the center focus f.
}}}
Line 48: Line 53:
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:
It will run 5 scans at focus f-0.8; f-0.4; f; f+0.4; f+0.8
Line 51: Line 55:
Analyse each scan individualy using:

{{{
Line 52: Line 59:
}}}
Line 55: Line 63:
{{{
Line 56: Line 65:
}}}
 
Line 57: Line 68:
=== 4./ best focus across the field-of-view f_{off-center} ===
Line 58: Line 70:
# best focus across the field-of-view f_{off-center}:
 
{{{
Line 62: Line 73:
enter 0 as the center focus f.
}}}
Line 63: Line 76:
enter 0 as the center focus f. Analyse each scan individualy using:
Line 65: Line 78:
analyse each scan individualy using:
{{{
Line 68: Line 80:
}}}
Line 71: Line 84:
{{{
Line 72: Line 86:
}}}
Line 77: Line 92:
{{{
Line 80: Line 96:
  }}}
Line 82: Line 98:
# 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)