NRAO Home  >  Green Bank  |  Wiki Topic:    GB > Software > MaintenancePlans > MnCMaintenanceProcess > PerformIntegrationTests > PerformPeakFocusSpectralLine > ObservingForDummies
   Changes | Index | Contents | Search | Statistics | Go
-- PaulMarganian - 15 Jun 2004

Observing For Dummies

This is meant as a simple guide to people familiar with the GBT and its software, but may not know how to actually observe.

This is NOT Documentation!

Background

Pointing

Configure

At the command line, type 'config_tool'.

Copy the following code into your python session:

Config Case c01_L

GO

Bring up 'GO_LITE' by entering this at the command line.

Set or confirm the following on the main screen:

Load the GO Table:

Set the Procedure parameters for 30 sec scans using GFM:

Observe

  1. I.F. Rack:

  1. DCR: Get strip charts going of the two active DCR ports to observe total power during scans.

  1. GO: press 'Start'

  1. Observe GFM screen and DCR strip charts. The DCR should show nice gaussians.

  1. Confirm with operator that corrections were sent to the Antenna.

  1. If there are problems with Gfm, try it again with Iards.

Focus

Configure

GO

Set or confirm the following on the main screen:

Load the GO Table:

Set the Procedure parameters for 60 sec scan using GFM:

Observe

  1. I.F. Rack:

  1. DCR: Get strip charts going of the two active DCR ports to observe total power during scans.

  1. GO: press 'Start'

  1. Observe GFM screen and DCR strip charts. The DCR should show a nice curve.

  1. Confirm with operator that corrections were sent to the Antenna.

  1. If there are problems with Gfm, try it again with Iards.

Galactic HI, Freq SW (no Antenna)

This is the only observation that can be done without moving the Antenna. You might need the following resources: UsingGBTAntennaManagerSimulator, HowToUseAntennaWhenInStow.

Configure

Use one of JimBraatz? 's scripts from his Regression Tests:

from gbtsetup import *
g = gbtsetup()
g.receiver  = 'Rcvr1_2'
g.obstype   = 'Spectroscopy'
g.backend   = 'Spectrometer'
g.nwin      = 1
g.restfreq  = 1420.405
g.deltafreq = 0
g.bandwidth = 50.0
g.swmode    = "sp"
g.swtype    = "fsw"
g.swper     = 1.0
g.swfreq    = 0, 5
g.tint      = 10
g.vlow      = -1000
g.vhigh     = 10000
g.vframe    = "lsrk"
g.vdef      = "Radio"
g.noisecal  =  "lo"
g.pol       = "Linear"
g.nchan  =  "high"
g.spect.levels = 9
g.setup()

GO

Set or confirm the following:

Observe

  1. Balance I.F. Rack
  2. Balance Spectrometer
  3. GO: press 'Start'
  4. Observe results in Gfm or Iards: should be a spike at 1420.405

Galactic Plane HI, Freq SW (with Antenna)

Find Galactic Plane

GO Slew To

Set or confirm the following:

Slew to the source: press 'Start'.

Configure

Use one of JimBraatz? 's scripts from his Regression Tests:

from gbtsetup import *
g = gbtsetup()
g.receiver  = 'Rcvr1_2'
g.obstype   = 'Spectroscopy'
g.backend   = 'Spectrometer'
g.nwin      = 1
g.restfreq  = 1420.405
g.deltafreq = 0
g.bandwidth = 50.0
g.swmode    = "sp"
g.swtype    = "fsw"
g.swper     = 1.0
g.swfreq    = 0, 5
g.tint      = 10
g.vlow      = -1000
g.vhigh     = 10000
g.vframe    = "lsrk"
g.vdef      = "Radio"
g.noisecal  =  "lo"
g.pol       = "Linear"
g.nchan  =  "high"
g.spect.levels = 9
g.setup()

Balance

Once you are on source, do the following:

  1. Balance I.F. Rack
  2. Balance Spectrometer

GO Track

Set or confirm the following:

Observe

  1. GO: press 'Start'

  1. Observe Gfm or Iards: you should see a spike at 1420.405

HI Spectral Line, Off/On

GO Slew To

Load the HI source from the Go Table:

Set or confirm the following:

Press 'Start' to get on source.

Configure

Case c07

Balance

Once you are on source, do the following:

  1. Balance I.F. Rack
  2. Balance Spectrometer

GO Off On

Set or confirm the following:

Observe

  1. Get Iards going from a seperate window
  2. GO: press 'Start'
  3. In Iards, is there at spike at 158 Km/s?
  4. Does it resemble the spectrum in Rick Fisher's catalog

Topic ObservingForDummies . { Edit | Attach | Ref-By | Printable | Diffs | r1.1 | More }
Revision r1.1 - 15 Jun 2004 - 14:42 GMT - PaulMarganian
Parents: MaintenancePlans > MnCMaintenanceProcess > PerformIntegrationTests > PerformPeakFocusSpectralLine
Content copyright © 1999-2007 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors.