Observing session

Observations are carried from a dedicated pool account (ask the AoD for the login information). Each project has a folder within the home directory of the pool account with instructions on how to proceed. Read carefully the README file before to start. For example, the file ~/193-13/README_193-13.txt shows you how to observe the project 193-13.

Go to the Front Page


Choose a project

First log into the Pool data base (ask the AoD for the login information) and click on the GISMO tab.

PoolDatabase.png

Projects have different priorities from 6 (highest priority) to 1 (lowest priority). Green color indicates that the project is scheduled, orange that the project is on hold, and red that the project is finished. Only green projects can be observed. To check the visibility of these projects go to the visibility tab:

Visibility.png

The red vertical line corresponds to the current time (UT). In this example there are four priority 5 projects. Project 077-13 is not visible at the current time. Project 079-13 is close to the low elevation limit so it is a bad option. Since project 103-13 sets first, you should first observe this project. After 2-3 hours change to project 100-13. In case that none of the priority 5 projects have weather requirements (see the README files) compatible with the current conditions, go for priority 4 projects and so on.


Starting PaKo

To run the observations at 30m telescope it is necessary to start a PaKo session. First log into the mrt-lx1 machine:

   ssh -X gismos-13@mrt-lx1.iram.es    (ask the AoD for the password)

Then start PaKo:

   gopako
   pakodisplay                   
   pakoGISMO

With these commands, PaKo will be running in the '~/PaKo/' folder.


Project setup

The standard method to set the project information is through a PaKo script (see for example setup_078-13.pako). It is IMPORTANT to set the project accordingly before each observation in order to identify the scans observed for each project, keep control on the time used to observe each project, and write the data files in the right directory. For example, before to start to observe the project 198-13 you must type:

   PAKO> @ ~/193-13/setup_193-13.pako

When you will be doing tests, or if you have to stop by wind, or whatever, just type "set project test". That way, no project will loose time due to technical problems, or bad weather.


Catalog of sources

Before to start to observe a certain project it is necessary to load its catalog of sources. Usually,this is automatically done within the setup script. If for some reason you need to load the catalog manually, type:

   PAKO> SOURCE CATALOG ~/193-13/193-13.sou

This command will load the following list of sources:

   NGC1569   EQ   2000   04:30:50.5   +64:50:55   LSR   0.0
   NGC4449   EQ   2000   12:28:09.4   +44:05:32   LSR   0.0 

To select any of these sources just type:

   PAKO> source NGC4449


Telescope setup

Check in the PaKo display for the current pointing values (AZcurrent and and ELcurrent) and write them down. Choose a nearby quasar as pointing and focus source (using e.g. XEphem):

   PAKO> source 0133+476 /cat *

Launch the cont_pointing script:

   PAKO> @ cont_pointing

For NIKA, check with the AoD the pointing corrections. For GISMO, check in the Nexus logsheet for the corrections in azimuth and elevation (columns pnt.dAZ and pnt.dEL), and calculate the new pointing values as:

   AZnew = AZcurrent + pnt.dAZ
   ELnew = ELcurrent + pnt.dEL

If the new pointing corrections are within 10" of the previous values, the array with its large field-of-view will still be well centered. To update the pointing constants used by PaKo, type:

   PAKO> set pointing AZnew ELnew

Check the focus using the cont_focus script:

   PAKO> @ cont_focus Fcurrent

where Fcurrent is the current value of the focus.

For NIKA, check with the AoD the focus correction. For GISMO, to calculate the new value of the focus, open another terminal and use the python script ~/Focus/Focus.py :

   cd Focus/
   python Focus.py

The python script will ask for the 1st scan of the focus sequence and the total number of scans (i.e., 5). Check if the two estimations shown (see image below) in the plot are consistent and set the new focus value:

   PAKO> set focus Fnew

IMPORTANT: The focus needs to be monitored every two hours or so, and it needs to be corrected online!

Focus.png

Now the telescope is pointed and focussed, and ready to start to observe.


Science targets

Observations of science targets are performed via on-the-fly and/or Lissajous maps. For example, for a 6'x12' on-the-fly map rotated 25 degrees (measured North through West) type:

   PAKO> @ cont_onthefly  16  12  25

For a 3'x3' Lissajous type:

   PAKO> @ cont_lissajous 3

For sequences of scans it is strongly recommended to use scripts. For example, the script observe_NGC4449.pako consists on a long sequence of 10'x10' on-the-fly maps covering completely the galaxy NGC4449 and 3'x3' lissajous maps focused on the main star forming regions NGC4449-N, NGC4449-S, and NGC4449-E. To launch this script just type:

   PAKO> @~/078-13/observe_NGC4449


Beam map

The beam map consists in a 5'x5' map with ~3" steps between rows and it takes ~18 min. Beam maps are designed to ensure the source is moved over the entire detector. The aim is to calculate the actual pixel offsets in the focal plane (see figure below). To obtain a beam map go to a primary calibrator and launch the cont_beammap.pako script:

  PAKO> @ cont_beammap

Beammap.png


Skydips

To run a skydip with the IRAM continuum cameras, launch the cont_skydip script: ):

  PAKO> @ cont_skydip

Please note that when using GISMO, before running a skydip, the observer has to de-activate the automatic relocking of the detectors:

  NEXUS -> Configuration -> Advanced -> De-activate automatic relock of detectors

And once the skydip is finished, the observer needs to switch-on by-hand the automatic relocking of the detectors:

  NEXUS -> Configuration -> Advanced -> Activate automatic relock of detectors


Author: Israel Hermelo (IRAM 30m continuum pool manager)

email: hermelo@iram.es

Created: 2013.10.25

Last update: 2014.01.14