Attachment 'Pako_helpv6.txt'

Download

   1 PAKO preparation for 2011
   2 -------------------------
   3 
   4 Interface to NCS
   5 Summary of PAKO user's manual
   6 
   7 
   8 !   starts a comment line
   9 -   command is continued
  10 @ filename   to execute the script filename
  11 
  12 ; Telescope fits are in mrt-lx1
  13 /ncsServer/mrt/ncs/data/imbfits/
  14 het or bol
  15 
  16 ; To start pako
  17 ssh t21@mrt-
  18 gopako
  19 pakodisplay
  20 pako
  21 
  22 !!! Check that the NCS knows the current project is t21
  23 !!! otherwise the telescope will not obey you pako commands !
  24 !!! --> look at the OperatorControl screen and/or ask the operator
  25 
  26 set project t21
  27 set pi "Alain"
  28 set observer "Xavier"
  29 
  30 ! If not sending commands (outside normal run) do:
  31 SET DOSUBMIT NO
  32 
  33 SET LEVEL 0 0   ! very verbose
  34 SET LEVEL 1 1   ! chatty
  35 SET LEVEL 3 3   ! less
  36 SET LEVEL 5 5   ! none
  37 
  38 
  39 ! Choose one of the 2 azimuth topology possibilities to decide on which end of the 
  40 ! azimuth overlap you want to set the origin of the 360 degrees azimuth circle
  41 ! May be usefull to avoid a complete turn (>8min) to go from one source ot another
  42 SET TOPOLOGY LOW ! selects to use the azimuth range 60 to 420 degrees 
  43 SET TOPOLOGY HIGH ! selects to use the azimuth range 100 to 460 degrees 
  44 
  45 
  46 SET ANGLEUNIT arcsec   ! make sure angle units are arcsec.
  47 
  48 ! Remember to reset offsets!
  49 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  50 OFFSETS /Clear
  51 
  52 ! total power (no secondary wobbler)
  53 SWTOTAL
  54 
  55 ! Choose a well known heterodyne instrument or bolometer for pointing purpose
  56 ! ASK Samuel
  57 RECEIVER /CLEAR 
  58 RECEIVER BOLO ! set pointing mobel of MAMBO2
  59 !
  60 ! Attention if there's an incompatibility between RECEIVER and BACKEND IMBFITS are not created !!!
  61 ! Normaly the default backend for bolo is ABBA (MAMBO2 backend) but thide doesn't exist anymore
  62 ! So do:
  63 BACKEND /Clear
  64 ! Then ee don't know yet which of the following is good, so try and check the IMBFITS
  65 BACKEND /Disconnect
  66 BACKEND BBC /Default
  67 !
  68 ! If there's no IMBFITs then use RECEIVER E090 to use a well known EMIR receiver model
  69 ! it is probably not necessary to define the other receiver options
  70 ! but if needed just use the default RECEIVER /DEFAULT
  71 ! then BBC backend
  72 
  73 
  74 ! prepare a catalog
  75 ! NIKA.sou (see wiki web) to put in the directory : 
  76 !   t21/pako
  77 
  78 ! Choose a catalog with a .sou extension
  79 CATALOG SOURCE NIKA.sou
  80 HELP source
  81 
  82 ! select a source
  83 ! No case matching, but name must be full
  84 SOURCE W3OH
  85 
  86 ! or a planet
  87 SOURCE Mars
  88 
  89 ! to check the catalog
  90 HELP SOURCE
  91 
  92 
  93 ! Once you have entered an observing mode (See below)
  94 ! if you want that the telescope executes your commands do no forget
  95 SET DOSUBMIT YES
  96 
  97 ! start an observation (MAKE SURE you want that)
  98 START 
  99 ! (if you still have DOSUBMIT NO, nothing happens, but the commands 
 100 ! are in the queue and they will be executed when SET DOSUBMIT YES)
 101 
 102 
 103 
 104 !!!!!!!!! Observing modes !!!!!!!
 105 
 106 
 107 ! procedure to focus
 108 ! to set focus
 109 SET FOCUS 0
 110 
 111 ! On the fly mode (cover all array pixels) for pointing and alignment. Expensive.
 112 OTFMAP -180 -180 180 -180  - ! offsets at start and end of first otf subscan
 113   /notf 61 ! number of subscans
 114   /step 0 6  ! steps between subscans in arcsecond
 115   /system truehorizon ! projection AzEl is used to define the map
 116   /totf 36 ! time of a subscan
 117   /zigzag  ! go back and forth
 118   /reference no ! not necessary except if there's a conflict with /system
 119 
 120 !! Attention to the tracking speed (= subscan length / totf) if you choos >10"/s keep an eye
 121 !! on the tracking errors trackAz and trackEl in real time on the telescope control screen
 122 !! this information is also stored in the FITs files
 123 
 124 ! Correct pointing to center on the array by giving a and b
 125 OFFSET a b /SYSTEM Nasmyth
 126 
 127 ! correct the focus
 128 SET FOCUS -1
 129 
 130 ! Small map to check the focus quickly
 131 OTFMAP -48 -48 48 -48  - ! offsets at start and end of first otf subscan
 132   /notf 17 ! number of subscans
 133   /step 0 6  ! steps between subscans in arcsecond
 134   /system truehorizon ! projection AzEl is used to define the map
 135   /totf 10 ! time of a subscan
 136   /zigzag  ! go back and forth
 137 
 138 
 139 ! 4 switching modes (3 useful for bolometers)
 140 ! total power
 141 SWTOTAL
 142 ! Beam switching
 143 SWBEAM
 144 ! wobbler switching negAmplitude posAmplitude  0.6 seconds per phase!
 145 SWWOBBLER -30 +30 /TPHASE 0.6
 146 
 147 ! Observing modes
 148 CALIBRATE
 149 
 150 ! pointing cross of given length (in trueHorizon system)
 151 POINTING 120
 152 
 153 
 154 ! skydip
 155 ! stop wobbler
 156 SWTOTAL /tphase 0.6
 157 ! tip at azimuth 180, scan airmass from 1.1 to 4.1 by steps of 0.6
 158 TIP  180 /airmass 1.1 4.1 0.6 /tsubscan 12.0
 159 
 160 ! position switching
 161 ONOFF   !
 162 ! example (give ON offsets and OFF offsets, 2 positions each, 2 systems)
 163 ONOFF 30 40 /reference -600 -700 projection /SYSTEM projection
 164 ! other options (30 seconds per subscan):
 165 /nsubscans 12 /symmetric /tsubscan 30
 166 
 167 ! projection is RADEC system here
 168 ! can use /SYSTEM trueHorizon too
 169 
 170 ! if wobbler on use the following special mode
 171 ! in that case the off position is automatically on the off wobbler position
 172 ONOFF /swwobbler /nsubscans 12 /symmetric /tsubscan 30
 173 
 174 
 175 ! not used by bolometers
 176 TRACK
 177 
 178 ! everything in J2000
 179 ! x=(l-lsource)*cos(b)
 180 ! y=b-bsource
 181 ! to define the source
 182 SOURCE
 183 ! if needs to offset from source use
 184 OFFSET a b /SYSTEM projection
 185 ! then it is in x and y as above
 186 
 187 ! or
 188 
 189 OFFSET a b /SYSTEM trueHorizon
 190 ! then Delta az= (az-azsource)*cos(elev)
 191 ! and  Delta el= elev-elevsource
 192 
 193 ! or 
 194 OFFSET a b /SYSTEM Nasmyth
 195 
 196 ! Remember to reset offsets!
 197 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 198 OFFSETS /Clear
 199 
 200 
 201 !options
 202 /t... refers to time
 203 /n... refers to number
 204 /f... refers to frequency
 205 /temp... refers to temperature
 206 
 207 
 208 ! See example of startup p21
 209 
 210 
 211 ! Pointing
 212 SWBEAM
 213 POINTING /default
 214 START
 215 
 216 
 217 ! Set the corrections
 218 SET POINTING 3.4 -1.2
 219 
 220 
 221 ! Focus (length in mm)
 222 FOCUS 2  /nsubscans 6 /tsubscans 12
 223 START
 224 
 225 ! enter the correction
 226 SET FOCUS -2.1
 227 
 228 
 229 ! Useful in a script
 230 PAUSE "Sequence Something OK to start ? [c/q]"  ! a chance to check
 231 
 232 ! and also
 233 SAY " blabla "
 234 
 235 
 236 ! save last command
 237 SAVE name
 238 ! retrieve a command
 239 @ command_name

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2011-10-23 15:35:57, 28.2 KB) [[attachment:BestFocus.ods]]
  • [get | view] (2011-10-21 02:33:40, 60.5 KB) [[attachment:Focus.xls]]
  • [get | view] (2011-10-14 20:42:47, 35.5 KB) [[attachment:IRAM_pointing_sources_with_fluxes.xls]]
  • [get | view] (2011-10-12 13:08:13, 13.6 KB) [[attachment:NIKA2011GClhorizon2.pdf]]
  • [get | view] (2011-10-12 13:08:00, 33.2 KB) [[attachment:NIKA2011Hizhorizon2.pdf]]
  • [get | view] (2011-10-12 13:07:01, 27.2 KB) [[attachment:NIKA2011QSOhorizon2.pdf]]
  • [get | view] (2011-10-12 13:07:14, 33.3 KB) [[attachment:NIKA2011SGalhorizon2.pdf]]
  • [get | view] (2011-10-12 13:07:31, 23.6 KB) [[attachment:NIKA2011WGalhorizon2.pdf]]
  • [get | view] (2011-10-12 13:07:46, 15.2 KB) [[attachment:NIKA2011XGalhorizon2.pdf]]
  • [get | view] (2011-09-14 12:37:16, 5.5 KB) [[attachment:NIKA2011v1.sou.txt]]
  • [get | view] (2011-10-12 12:53:25, 6.9 KB) [[attachment:NIKA2011v2.1.sou.txt]]
  • [get | view] (2011-10-23 15:30:07, 7.1 KB) [[attachment:NIKA2011v2.2.sou.txt]]
  • [get | view] (2011-10-01 07:33:33, 6.4 KB) [[attachment:NIKA2011v2.sou.txt]]
  • [get | view] (2011-10-18 21:00:09, 0.6 KB) [[attachment:OTF_10x10.pako]]
  • [get | view] (2011-10-19 05:06:04, 0.6 KB) [[attachment:OTF_2x2.pako]]
  • [get | view] (2011-10-17 14:26:32, 0.6 KB) [[attachment:OTF_5x5.pako]]
  • [get | view] (2011-10-18 21:00:32, 0.6 KB) [[attachment:OTF_deep_field.pako]]
  • [get | view] (2011-10-18 20:59:59, 0.7 KB) [[attachment:OTF_faint_source.pako]]
  • [get | view] (2011-10-17 22:35:55, 0.7 KB) [[attachment:OTF_geometry.pako]]
  • [get | view] (2011-10-22 21:16:33, 0.6 KB) [[attachment:OTF_moon.pako]]
  • [get | view] (2011-10-18 22:35:49, 0.7 KB) [[attachment:OTF_pointing.pako]]
  • [get | view] (2011-10-17 14:26:58, 0.6 KB) [[attachment:OTF_ps.pako]]
  • [get | view] (2011-10-18 22:52:01, 0.6 KB) [[attachment:OTF_sz.pako]]
  • [get | view] (2011-09-14 12:38:25, 3.9 KB) [[attachment:Pako_helpv2.txt]]
  • [get | view] (2011-10-17 16:55:07, 5.9 KB) [[attachment:Pako_helpv6.txt]]
  • [get | view] (2011-10-17 22:19:27, 5.7 KB) [[attachment:Pako_helpv7.txt]]
  • [get | view] (2011-10-20 20:27:46, 6.1 KB) [[attachment:Pako_helpv8.txt]]
  • [get | view] (2011-10-12 13:06:42, 14.6 KB) [[attachment:Planethorizonv2.0.pdf]]
  • [get | view] (2011-09-14 12:36:57, 6.2 KB) [[attachment:Source_list_fmt2011v1.txt]]
  • [get | view] (2011-10-12 12:53:09, 9.0 KB) [[attachment:Source_list_fmt2011v2.1.txt]]
  • [get | view] (2011-10-23 15:29:47, 9.3 KB) [[attachment:Source_list_fmt2011v2.2.txt]]
  • [get | view] (2011-10-01 07:32:21, 7.5 KB) [[attachment:Source_list_fmt2011v2.txt]]
  • [get | view] (2011-10-24 14:05:25, 27.0 KB) [[attachment:nika_source_list.xls]]
  • [get | view] (2011-10-18 22:36:01, 0.9 KB) [[attachment:nini.pako]]
  • [get | view] (2011-09-14 12:35:41, 34.5 KB) [[attachment:pcox_IiAHPe_dec03_p5.pdf]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.