GBT Spectral-Line Data Reduction and Tutorials. David Frayer (Green Bank Observatory)

Size: px
Start display at page:

Download "GBT Spectral-Line Data Reduction and Tutorials. David Frayer (Green Bank Observatory)"

Transcription

1 GBT Spectral-Line Data Reduction and Tutorials David Frayer (Green Bank Observatory)

2 Click to login into Green Bank

3 GBO startkde on Processing Machine ssh planck startkde Public Processing Machines: planck newton fourier arcturus

4 The GBT has a lot of different observation types and many different methods for reduction Standard gbtidl routines and the GBT pipeline supports VEGAS spectral-line data from positionswitched or frequency-switched observations for receivers with noise diodes Pulsar data è Presto reduction package Mustang è separate Mustang package (Mason) VLBI è VLBA folks Radar è Radar folks W-band, Argus, SubBeamNod è Frayer Data reduction not supported for continuum observations or stokes polarization observations; however, non-official software exists

5 Reduction Software Documentation GBTIDL: -- User's Guide: - Quick Reference: - Calibration documentation: - Reference Manuals: User: Contrib: sdfits: gbtpipeline: gbtgridder: (gbtgridder h)

6 GBT Data Processing Flow Chart Raw GBTdata Raw VEGAS data (1) (1) The sdfits program is used to convert raw GBT and VEGAS data into a sdfits file. (2) The sdfits data are calibrated to Ta*/Tmb/Snu within gbtidl (or the pipeline) and saved to output calibrated data file(s). (3) A co-added image per frequency bin is made using the gbtgridder program which outputs a data cube with associated weights. sdfits data Calibrated Spectra (2) (3) Image data cubes

7 The telescope measures: Ta = antenna temperature Ta(total) = Tsource + {Trx + Tbg + Tatm + Tspill} Where {.} = other contributions Want Tsource, so carry out ON OFF Ta(ON) =Tsource + {.} Ta(OFF) = {.} So Ta(ON)-Ta(OFF) = Tsource è Need to carry out ON-OFF observations and there are different observing techniques for measuring ON-OFF

8 Different Observing Modes to derive the reference data (OFF) Types of reference observations ØFrequency Switching In or Out-of-band ØPosition Switching Reference-Off Mapping-Off ØDual-Beam Position Switching Nod -- Move telescope SubBeamNod -- Move Subreflector

9 GBT Definition of Ta T a = (ON OFF) T OFF system Blank Sky or other From diodes, Hot/Cold loads, etc.

10 Determining T sys Noise Diodes All GBT receivers besides 4mm, Argus, and Mustang use noise diodes.

11 Determining T sys Noise Diodes T sys = T cal * OFF/(ON OFF) GBT: Flicker diode on/off T sys = T cal * OFF/(ON OFF) + T cal /2 Typically choose low Tcal value to minimize Tsys and high Tcal value for very bright sources (for Rx that have two options)

12 Determining T sys Hot & Cold Loads Cooling System T cold Hot Load T hot Gain: g =(Thot Tcold)/(Vhot Vcold) [K/Volts] Tsys = g Voff Example GBT 4mm Rx

13 Temperature Scales ØTa= Tsys (ON-OFF)/OFF (GBT typically uses uncorrected antenna temperature) ØTa = Ta exp(τ o A) (corrected for atmosphere) ØT mb = Ta /η mb (η mb ~1.3 η a ) ØTa* = Ta /η l ØTa /Sν =2.84 η a (for the GBT) (Argus uses Ta*, η l =~0.99 for the GBT)

14 Calibration: Flux Density vs Antenna Temp vs Main-Beam Temp P rec = ½ A e S ν Δν = k T a Δν A e =η a (π/4) D 2 S ν = 3520 T a /(η a [D/m] 2 ) èt a /S ν = 2.84 η a for the GBT (η a =0.71 at low ν) Ø Know S ν (use ALMA calibration database for 3mm and VLA calibration papers for <50GHz) and derive η a from measured Ta Ø Measure FWHM from good pointing scans or within your image to derived η mb and Tmb; Tmb = Ta / η mb Ø η mb = η a (θ FWHM 100m/ λ) 2 (assumes Gaussian beam, where beam FWHM is in radians)

15 GBO Data Directories Home area: /users/user_name Scratch data area: /home/scratch/user_name Raw gbtdata by project (e.g., AGBT16B_037_04): /home/gbtdata/agbt16b_037_04 Raw Vegas data by project: /lustre/gbtdata/agbt16b_037_04/vegas sdfits data by project: /home/sdfits/agbt16b_037/04

16 Public Data Processing Machines with lustre access: newton, planck, fourier (192GB ram) euclid, thales (16GB ram) arcturus (132GB ram) {pipeline machine} Extra disk space for data processing: /lustre/pipeline/scratch/user_name

17 gbtidl (=unipops [12m and 140ft reduction package] converted to IDL) ØData access (connecting to sdfits file) o gbtidl> online o gbtidl> offline, AGBT16B_037_04 o gbtidl> filein, mysdfitsfile.fits o gbtidl> summary ØUser pro directory used by gbtidl: /users/user_name/gbtidlpro

18 Standard Reduction scripts q Ta=Tsys(ON-OFF/OFF): getps, scan (position switch) getfs, scan (frequency switch) getnod, scan (nod data) getsigref, scan_on,scan_off q Raw passband gettp, scan (total power for scan) gettp,scan,ifnum=ifnum,plnum=plnum,fdnum=fdnum, sig_state=sig_state,subref=subref,wcalpos=wcalpos getrec, rec (get an individual record, see list)

19 Some Basic GBTIDL Commands: DEMO_basics gbtidl> offline, TGBT17A_506_11 gbtidl> summary (give summary of session) gbtidl> getsigref,6,7 (on,off position switch data reduction) gbtidl> header (provide some of the meta data in container 0) gbtidl> gettp,6 & copy,0,2 get ON and copy to container 2 gbtidl> gettp,7 & copy,0,3 get OFF and copy to container 3 gbtidl> subtract,2,3 (ON-OFF) (container math) gbtidl> divide,0,3 (ON-OFF)/OFF gbitidl> scale,17.34 (multiply by Tsys to give Ta=Tsys*(ON-OFF)/OFF) gbtidl>!g.s[0].units='ta (changing meta data units from counts to Ta [K]) gbtidl> setregion (select regions for baseline removal) gbtidl> nfit,3 (use 3 rd order polynominal for baseline fitting) gbtidl> bshape (fit baseline) gbtidl> baseline (remove baseline) gbtidl> gsmooth,3,/decimate (Gaussian smooth with width of 3 channels) gbtidl> fitgauss (fit Gaussian to data) gbtidl> keep (save current data in container 0 to output file!g.s[0].units='ta')

20 Frequency Switching Example: DEMO_frequency_switching GBTIDL -> offline, TGBT17A_506_11 GBTIDL -> summary (give summary of session) GBTIDL -> getfs,10 (reduce frequency switched data) GBTIDL -> gettp,10,sig=1 (look at one freq) GBTIDL -> freeze GBTIDL -> gettp,10,sig=0 (look at other freq) GBTIDL -> oshow Change between MHz and Channels at top of IDL plotting window to show how this works

21 GBTIDL position-switch Demo: DEMO_sdfits_HIsigref filein, sdfits_example (from DATAdemo directory) summary gettp,56 (look at passband) getsigref,56,57 (look at one ON-OFF pair) dotri,56,70 (reduces ON-OFF-ON sequence and co-adds data for scans 56-70) Smooth data and baseline removal

22 Example script: dotri.pro pro dotri,sc1,sc2 ;;16A054 HI project ;;does ON-OFF-ON reduction for scans sc1-->sc2 ;;Session 1: sc1=16, sc2=39 sclear for ii=sc1,sc2,3 do begin print,'combining ON-OFF',ii,ii+1 getsigref,ii,ii+1,plnum=0 accum getsigref,ii,ii+1,plnum=1 accum print,'combining ON-OFF',ii+2,ii+1 getsigref,ii+2,ii+1,plnum=0 accum getsigref,ii+2,ii+1,plnum=1 accum endfor ave copy,0,10 return end

23 Argus Mapping Demo: DEMO_argus_mapping Raw data (40min observations, 167k spectra) first calibrated and reduced at about 0.2 sec per spectrum which takes ~9hrs) using argus_mapcal.pro è save15a901_27.fits filein, save15a901_27.fits (from DATAdemo directory) getrec,50000 for i=70000,70200 do begin & getrec,i & accum & end ave (13CO near channel 6000) Run gbtgridder $gbtgridder c 5900:6100 a 7 noline nocont o test3 save15a901_27.fits o Channels 5900:6100 o Averaging over 7 channels o Avoid having software do continuum subtraction (already done) $casaviewer (or ds9) to view output cube (test3_cube.fits)

24 L-band Pipeline Demo: DEMO_NGC6946_HI_pipeline Gbtidl> offline, TGBT17A_506_11 Gbtidl> summary (map scans and reference scan is 27 want on HI which is IFNUM=0) $gbtpipeline i /home/sdfits/tgbt17a_506_11/tgbt17a_506_11.raw. vegas m 14:26 refscan 27 w 0 c 1700:2300 -a 50 o Firsts calibrates the data then grids the data o Map-scans are 14:26 o Reference scan is 27 o IFNUM= 0 (spectral window = 0) o Channels 1700:2300 o Average 50 channels $casaviewer (or ds9) to view output cube data

25 Argus deep frequency switching coadd: DEMO_argus_frequency_switching_deep_coadd GBTIDL -> offline, TGBT17A_506_06 GBTIDL -> vanecal,53 (derive atmospheric parameters and Tsys* for all beams) GBTIDL -> argus_fsw,55,53,ifnum=0,fdnum=9 (calibrate one scan for center beam) GBTIDL -> for i=55,86 do begin & argus_fsw,i,53,ifnum=0,fdnum=9 & accum &end GBTIDL -> ave (Coadd all scans for one beam) GBTIDL -> argus_fsw_coadd,55,86,53,ifnum=0 (coadd all scans for all beams [takes 20min])

26 Saving data and Mapping fileout, mysave.fits Reduce data like you want then type: keep After calibration within gbtidl can run gbtgridder (eg.): gbtgridder c 11000:11251 a 7 --noline nocont o myout mysave.fits èmyout_cube.fits myout_weight.fits

27 Running the Pipeline Works for receivers with noise diodes (designed orignally for KFPA): %gbtpipeline i my.sdfits.raw.vegas m 14:24 refscan 13,26 (where are the map scans and 13 and 26 are the reference scans) èwill calibrate and do the gridding

28 Example of reducing W-band DCR Data (daisy scan of point source) Ø sdfits -backends=dcrtrco_ scans=1 IDL>ftab_ext,INdcr,[7,13,15,19,59,60],data,ra,dec,scan,pl num,fdnum,exten_no=1 {calibrate data based on plnum and fdnum: data1=gain*data} IDL> hpfilt,data1,100,10,ndata IDL>mymap=griddata(ra,dec,ndata,dimension=[60,60]) IDL>smmap=filter_image(mymap,FWHM_gaussian=3) IDL> atv,smmap

Observing Techniques and Calibration. David Frayer (Green Bank Observatory)

Observing Techniques and Calibration. David Frayer (Green Bank Observatory) Observing Techniques and Calibration David Frayer (Green Bank Observatory) The GBT provides a lot of observing choices Pick receiver based on frequency Pick backend based on observing type (line, continuum,

More information

Argus Users Guide. David Frayer (Green Bank Observatory)

Argus Users Guide. David Frayer (Green Bank Observatory) Argus Users Guide David Frayer (Green Bank Observatory) Observer Information Ø Argus Observer s Web page: www.gb.nrao.edu/argus Ø Example Argus observing scripts are located at: /home/astro-util/projects/argus/obs

More information

Single Dish Observing Techniques and Calibration

Single Dish Observing Techniques and Calibration Single Dish Observing Techniques and Calibration David Frayer (NRAO) {some slides taken from past presentations of Ron Maddalena and Karen O Neil} What does the telescope measure: Ta = antenna temperature

More information

Observing with Argus. David Frayer (Green Bank Observatory) Version

Observing with Argus. David Frayer (Green Bank Observatory) Version Observing with Argus David Frayer (Green Bank Observatory) Version 2017.12 1 Index 4 Argus Block Diagram 5 Argus Array Orientation 6-9 Argus Performance 10-11 Must read for Argus observers 12-16 Preparing

More information

The 4mm (68-92 GHz) Receiver

The 4mm (68-92 GHz) Receiver Chapter 18 The 4mm (68-92 GHz) Receiver 18.1 Overview The 4 mm receiver ( W-band ) is a dual-beam, dual-polarization receiver which covers the frequency range of approximately 67-93 GHz. The performance

More information

A Quick Review. Spectral Line Calibration Techniques with Single Dish Telescopes. The Rayleigh-Jeans Approximation. Antenna Temperature

A Quick Review. Spectral Line Calibration Techniques with Single Dish Telescopes. The Rayleigh-Jeans Approximation. Antenna Temperature Spectral Line Calibration Techniques with Single Dish Telescopes A Quick Review K. O Neil NRAO - GB A Quick Review A Quick Review The Rayleigh-Jeans Approximation Antenna Temperature Planck Law for Blackbody

More information

New Algorithm for High-Accuracy, Low- Baseline-Shape Frequency Switching

New Algorithm for High-Accuracy, Low- Baseline-Shape Frequency Switching New Algorithm for High-Accuracy, Low- Baseline-Shape Frequency Switching Ronald J Maddalena November 15, 2012 In this memo I present a summary of those concepts from Winkel, Kraus, & Bach (2012) ( Unbiased

More information

Spectral Line Calibration Techniques with Single Dish Telescopes. K. O Neil NRAO - GB

Spectral Line Calibration Techniques with Single Dish Telescopes. K. O Neil NRAO - GB Spectral Line Calibration Techniques with Single Dish Telescopes K. O Neil NRAO - GB A Quick Review Review: The Rayleigh-Jeans Approximation Planck Law for Blackbody radiation: B= 2hν 3 1 If ν~ghz, often

More information

Spectral Line Calibration Techniques with Single Dish Telescopes. K. O Neil NRAO - GB

Spectral Line Calibration Techniques with Single Dish Telescopes. K. O Neil NRAO - GB Spectral Line Calibration Techniques with Single Dish Telescopes K. O Neil NRAO - GB Determining the Source Temperature Determining T source T A,meas (,az,za) = T src (,az,za) + T system Determining T

More information

The WVR at Effelsberg. Thomas Krichbaum

The WVR at Effelsberg. Thomas Krichbaum The WVR at Effelsberg Alan Roy Ute Teuber Helge Rottmann Thomas Krichbaum Reinhard Keller Dave Graham Walter Alef The Scanning 18-26 GHz WVR for Effelsberg ν = 18.5 GHz to 26.0 GHz Δν = 900 MHz Channels

More information

GBT Spectral Baseline Investigation Rick Fisher, Roger Norrod, Dana Balser (G. Watts, M. Stennes)

GBT Spectral Baseline Investigation Rick Fisher, Roger Norrod, Dana Balser (G. Watts, M. Stennes) GBT Spectral Baseline Investigation Rick Fisher, Roger Norrod, Dana Balser (G. Watts, M. Stennes) Points to Note: Wider bandwidths than were used on 140 Foot Cleaner antenna so other effects show up Larger

More information

Specifications for the GBT spectrometer

Specifications for the GBT spectrometer GBT memo No. 292 Specifications for the GBT spectrometer Authors: D. Anish Roshi 1, Green Bank Scientific Staff, J. Richard Fisher 2, John Ford 1 Affiliation: 1 NRAO, Green Bank, WV 24944. 2 NRAO, Charlottesville,

More information

EVLA Scientific Commissioning and Antenna Performance Test Check List

EVLA Scientific Commissioning and Antenna Performance Test Check List EVLA Scientific Commissioning and Antenna Performance Test Check List C. J. Chandler, C. L. Carilli, R. Perley, October 17, 2005 The following requirements come from Chapter 2 of the EVLA Project Book.

More information

Guide to observation planning with GREAT

Guide to observation planning with GREAT Guide to observation planning with GREAT G. Sandell GREAT is a heterodyne receiver designed to observe spectral lines in the THz region with high spectral resolution and sensitivity. Heterodyne receivers

More information

Introduction to Radio Astronomy!

Introduction to Radio Astronomy! Introduction to Radio Astronomy! Sources of radio emission! Radio telescopes - collecting the radiation! Processing the radio signal! Radio telescope characteristics! Observing radio sources Sources of

More information

Recent Astronomical Commissioning Results for the Ka-band ( GHz) Receiver

Recent Astronomical Commissioning Results for the Ka-band ( GHz) Receiver May 1, 2007 Recent Astronomical Commissioning Results for the Ka-band (26.0-40 GHz Receiver D.J. Pisano, Ron Maddalena, Charles Figura, Jeff Wagg ABSTRACT We present an observing procedure and calibration

More information

Archive data weblog and QA2 report. Obtaining information of the observation and calibration of ALMA Archive data

Archive data weblog and QA2 report. Obtaining information of the observation and calibration of ALMA Archive data Archive data weblog and QA2 report Obtaining information of the observation and calibration of ALMA Archive data Purpose of ALMA weblog/qa2 report Information about the observation: weather, antenna configuration,

More information

JCMT HETERODYNE DR FROM DATA TO SCIENCE

JCMT HETERODYNE DR FROM DATA TO SCIENCE JCMT HETERODYNE DR FROM DATA TO SCIENCE https://proposals.eaobservatory.org/ JCMT HETERODYNE - SHANGHAI WORKSHOP OCTOBER 2016 JCMT HETERODYNE INSTRUMENTATION www.eaobservatory.org/jcmt/science/reductionanalysis-tutorials/

More information

Calibration. Ron Maddalena NRAO Green Bank November 2012

Calibration. Ron Maddalena NRAO Green Bank November 2012 Calibration Ron Maddalena NRAO Green Bank November 2012 Receiver calibration sources allow us to convert the backend s detected voltages to the intensity the signal had at the point in the system where

More information

Antenna 2: τ=0: 7 8 τ=0.5: τ=1: 9 10 τ=1.5: τ=2: 11 12

Antenna 2: τ=0: 7 8 τ=0.5: τ=1: 9 10 τ=1.5: τ=2: 11 12 Cross Correlators What is a Correlator? In an optical telescope a lens or a mirror collects the light & brings it to a focus Michael P. Rupen NRAO/Socorro a spectrograph separates the different frequencies

More information

VLA TEST MEMO. 170 SYSTEM TEMPERATURE AND NOISE CAL MEASUREMENTS USING MOON

VLA TEST MEMO. 170 SYSTEM TEMPERATURE AND NOISE CAL MEASUREMENTS USING MOON NATIONAL RADIO ASTRONOMY OBSERVATORY Socorro, NM VLA TEST MEMO. 170 SYSTEM TEMPERATURE AND NOISE CAL MEASUREMENTS USING MOON D. S. Bagri and P. Lilie June 16,1993 ABSTRACT Simultaneous measurements of

More information

A Crash Course in CASA With a focus on calibration

A Crash Course in CASA With a focus on calibration A Crash Course in CASA With a focus on calibration CASA team NRAO Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope Very Long Baseline Array CASA

More information

HIFI Pipelines and Data Products

HIFI Pipelines and Data Products Adwin Boogert, NHSC/IPAC, Pasadena, CA, USA Thanks to: Pat Morris, Carolyn McCoey, Jesus Martin Pintado, Colin Borys, Russ Shipman, Steve Lord CH3CN at 765.5 GHz WBS H Herschel DP Workshop ESAC, Madrid,

More information

Very Long Baseline Interferometry

Very Long Baseline Interferometry Very Long Baseline Interferometry Cormac Reynolds, JIVE European Radio Interferometry School, Bonn 12 Sept. 2007 VLBI Arrays EVN (Europe, China, South Africa, Arecibo) VLBA (USA) EVN + VLBA coordinate

More information

Antennas. Greg Taylor. University of New Mexico Spring Astronomy 423 at UNM Radio Astronomy

Antennas. Greg Taylor. University of New Mexico Spring Astronomy 423 at UNM Radio Astronomy Antennas Greg Taylor University of New Mexico Spring 2011 Astronomy 423 at UNM Radio Astronomy Radio Window 2 spans a wide range of λ and ν from λ ~ 0.33 mm to ~ 20 m! (ν = 1300 GHz to 15 MHz ) Outline

More information

REDUCTION OF ALMA DATA USING CASA SOFTWARE

REDUCTION OF ALMA DATA USING CASA SOFTWARE REDUCTION OF ALMA DATA USING CASA SOFTWARE Student: Nguyen Tran Hoang Supervisor: Pham Tuan Anh Hanoi, September - 2016 1 CONTENS Introduction Interferometry Scientific Target M100 Calibration Imaging

More information

When, why and how to self-cal Nathan Brunetti, Crystal Brogan, Amanda Kepley

When, why and how to self-cal Nathan Brunetti, Crystal Brogan, Amanda Kepley When, why and how to self-cal Nathan Brunetti, Crystal Brogan, Amanda Kepley Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope Very Long Baseline

More information

PdBI data calibration. Vincent Pie tu IRAM Grenoble

PdBI data calibration. Vincent Pie tu IRAM Grenoble PdBI data calibration Vincent Pie tu IRAM Grenoble IRAM mm-interferometry School 2008 1 Data processing strategy 2 Data processing strategy Begins with proposal/setup preparation. Depends on the scientific

More information

Very Long Baseline Interferometry

Very Long Baseline Interferometry Very Long Baseline Interferometry Shep Doeleman (Haystack) Ylva Pihlström (UNM) Craig Walker (NRAO) Eleventh Synthesis Imaging Workshop Socorro, June 10-17, 2008 What is VLBI? 2 VLBI is interferometry

More information

LWA1 Technical and Observational Information

LWA1 Technical and Observational Information LWA1 Technical and Observational Information Contents April 10, 2012 Edited by Y. Pihlström, UNM 1 Overview 2 1.1 Summary of Specifications.................................... 2 2 Signal Path 3 2.1 Station

More information

Radio Data Archives. how to find, retrieve, and image radio data: a lay-person s primer. Michael P Rupen (NRAO)

Radio Data Archives. how to find, retrieve, and image radio data: a lay-person s primer. Michael P Rupen (NRAO) Radio Data Archives how to find, retrieve, and image radio data: a lay-person s primer Michael P Rupen (NRAO) By the end of this talk, you should know: The standard radio imaging surveys that provide FITS

More information

Spectral Line Observing

Spectral Line Observing Spectral Line Observing Ylva Pihlström, UNM Eleventh Synthesis Imaging Workshop Socorro, June 10-17, 2008 Introduction 2 Spectral line observers use many channels of width δν, over a total bandwidth Δν.

More information

Observing Modes and Real Time Processing

Observing Modes and Real Time Processing 2010-11-30 Observing with ALMA 1, Observing Modes and Real Time Processing R. Lucas November 30, 2010 Outline 2010-11-30 Observing with ALMA 2, Observing Modes Interferometry Modes Interferometry Calibrations

More information

The Heterodyne Instrument for the Far-Infrared (HIFI) and its data

The Heterodyne Instrument for the Far-Infrared (HIFI) and its data The Heterodyne Instrument for the Far-Infrared (HIFI) and its data D. Teyssier ESAC 28/10/2016 Outline 1. What was HIFI and how did it work 2. What was HIFI good for science cases 3. The HIFI calibration

More information

Chapter 5. SPECTRAL LINE OBSERVING 1

Chapter 5. SPECTRAL LINE OBSERVING 1 Chapter 5. SPECTRAL LINE OBSERVING 1 CHAPTER 5 Spectral Line Observing 5.1 Startup Checklist Once the scientific goals of the observing session are clearly in mind, you must decide upon the equipment and

More information

Some Spectral Measurements at C and Ku Bands

Some Spectral Measurements at C and Ku Bands Some Spectral Measurements at C and Ku Bands R. D. Norrod, R. J. Simon, W. A. Sizemore October 5, 2005 Introduction A GBT spectral line observer reported difficulty observing in the frequency range 3.9-4.2

More information

Recent progress in EVLA-specific algorithms. EVLA Advisory Committee Meeting, March 19-20, S. Bhatnagar and U. Rau

Recent progress in EVLA-specific algorithms. EVLA Advisory Committee Meeting, March 19-20, S. Bhatnagar and U. Rau Recent progress in EVLA-specific algorithms EVLA Advisory Committee Meeting, March 19-20, 2009 S. Bhatnagar and U. Rau Imaging issues Full beam, full bandwidth, full Stokes noise limited imaging Algorithmic

More information

Antennas. Greg Taylor. University of New Mexico Spring Astronomy 423 at UNM Radio Astronomy

Antennas. Greg Taylor. University of New Mexico Spring Astronomy 423 at UNM Radio Astronomy Antennas Greg Taylor University of New Mexico Spring 2017 Astronomy 423 at UNM Radio Astronomy Outline 2 Fourier Transforms Interferometer block diagram Antenna fundamentals Types of antennas Antenna performance

More information

A Crash Course in Radio Astronomy and Interferometry: 1. Basic Radio/mm Astronomy

A Crash Course in Radio Astronomy and Interferometry: 1. Basic Radio/mm Astronomy A Crash Course in Radio Astronomy and Interferometry: 1. Basic Radio/mm Astronomy James Di Francesco National Research Council of Canada North American ALMA Regional Center Victoria (thanks to S. Dougherty,

More information

Wide-Band Imaging. Outline : CASS Radio Astronomy School Sept 2012 Narrabri, NSW, Australia. - What is wideband imaging?

Wide-Band Imaging. Outline : CASS Radio Astronomy School Sept 2012 Narrabri, NSW, Australia. - What is wideband imaging? Wide-Band Imaging 24-28 Sept 2012 Narrabri, NSW, Australia Outline : - What is wideband imaging? - Two Algorithms Urvashi Rau - Many Examples National Radio Astronomy Observatory Socorro, NM, USA 1/32

More information

November SKA Low Frequency Aperture Array. Andrew Faulkner

November SKA Low Frequency Aperture Array. Andrew Faulkner SKA Phase 1 Implementation Southern Africa Australia SKA 1 -mid 250 15m dia. Dishes 0.4-3GHz SKA 1 -low 256,000 antennas Aperture Array Stations 50 350/650MHz SKA 1 -survey 90 15m dia. Dishes 0.7-1.7GHz

More information

Wide Bandwidth Imaging

Wide Bandwidth Imaging Wide Bandwidth Imaging 14th NRAO Synthesis Imaging Workshop 13 20 May, 2014, Socorro, NM Urvashi Rau National Radio Astronomy Observatory 1 Why do we need wide bandwidths? Broad-band receivers => Increased

More information

Symmetry in the Ka-band Correlation Receiver s Input Circuit and Spectral Baseline Structure NRAO GBT Memo 248 June 7, 2007

Symmetry in the Ka-band Correlation Receiver s Input Circuit and Spectral Baseline Structure NRAO GBT Memo 248 June 7, 2007 Symmetry in the Ka-band Correlation Receiver s Input Circuit and Spectral Baseline Structure NRAO GBT Memo 248 June 7, 2007 A. Harris a,b, S. Zonak a, G. Watts c a University of Maryland; b Visiting Scientist,

More information

To print higher-resolution math symbols, click the Hi-Res Fonts for Printing button on the jsmath control panel.

To print higher-resolution math symbols, click the Hi-Res Fonts for Printing button on the jsmath control panel. To print higher-resolution math symbols, click the Hi-Res Fonts for Printing button on the jsmath control panel. Radiometers Natural radio emission from the cosmic microwave background, discrete astronomical

More information

HIFI Pipelines and Data Products

HIFI Pipelines and Data Products Carolyn McCoey, Adwin Boogert, Pat Morris, Jesus Martin-Pintado, Colin Borys, Russ Shipman, Steve Lord CH3CN at 765.5 GHz WBS-H Herschel DP Workshop ESAC, Madrid, E, 2009 March 24-27 page 1 HIFI instrument

More information

Fundamentals of the GBT and Single-Dish Radio Telescopes Dr. Ron Maddalena

Fundamentals of the GBT and Single-Dish Radio Telescopes Dr. Ron Maddalena Fundamentals of the GB and Single-Dish Radio elescopes Dr. Ron Maddalena March 2016 Associated Universities, Inc., 2016 National Radio Astronomy Observatory Green Bank, WV National Radio Astronomy Observatory

More information

Radio Interferometry. Xuening Bai. AST 542 Observational Seminar May 4, 2011

Radio Interferometry. Xuening Bai. AST 542 Observational Seminar May 4, 2011 Radio Interferometry Xuening Bai AST 542 Observational Seminar May 4, 2011 Outline Single-dish radio telescope Two-element interferometer Interferometer arrays and aperture synthesis Very-long base line

More information

VLBI Post-Correlation Analysis and Fringe-Fitting

VLBI Post-Correlation Analysis and Fringe-Fitting VLBI Post-Correlation Analysis and Fringe-Fitting Michael Bietenholz With (many) Slides from George Moellenbroek and Craig Walker NRAO Calibration is important! What Is Delivered by a Synthesis Array?

More information

Components of Imaging at Low Frequencies: Status & Challenges

Components of Imaging at Low Frequencies: Status & Challenges Components of Imaging at Low Frequencies: Status & Challenges Dec. 12th 2013 S. Bhatnagar NRAO Collaborators: T.J. Cornwell, R. Nityananda, K. Golap, U. Rau J. Uson, R. Perley, F. Owen Telescope sensitivity

More information

XTcalc: MOSFIRE Exposure Time Calculator v2.3

XTcalc: MOSFIRE Exposure Time Calculator v2.3 XTcalc: MOSFIRE Exposure Time Calculator v2.3 by Gwen C. Rudie gwen@astro.caltech.edu July 2, 2012 1 Installation using IDL Virtual Machine This is the default way to run the code. It does not require

More information

THEORY OF MEASUREMENTS

THEORY OF MEASUREMENTS THEORY OF MEASUREMENTS Brian Mason Fifth NAIC-NRAO School on Single-Dish Radio Astronomy Arecibo, PR July 2009 OUTLINE Antenna-Sky Coupling Noise the Radiometer Equation Minimum Tsys Performance measures

More information

Recent progress and future development of Nobeyama 45-m Telescope

Recent progress and future development of Nobeyama 45-m Telescope Recent progress and future development of Nobeyama 45-m Telescope Masao Saito: Director of Nobeyama Radio Observatory Tetsuhiro Minamidani: Nobeyama Radio Observatory Outline Nobeyama 45-m Telescope Recent

More information

Wide-field, wide-band and multi-scale imaging - II

Wide-field, wide-band and multi-scale imaging - II Wide-field, wide-band and multi-scale imaging - II Radio Astronomy School 2017 National Centre for Radio Astrophysics / TIFR Pune, India 28 Aug 8 Sept, 2017 Urvashi Rau National Radio Astronomy Observatory,

More information

More Radio Astronomy

More Radio Astronomy More Radio Astronomy Radio Telescopes - Basic Design A radio telescope is composed of: - a radio reflector (the dish) - an antenna referred to as the feed on to which the radiation is focused - a radio

More information

Pointing and Amplitude Calibration in Theory and Practice Jay Blanchard Joint Institute for VLBI - ERIC

Pointing and Amplitude Calibration in Theory and Practice Jay Blanchard Joint Institute for VLBI - ERIC Pointing and Amplitude Calibration in Theory and Practice Jay Blanchard Joint Institute for VLBI - ERIC Image Credit: Jim Lovell IVS TOW, MIT-Haystack Observatory, May 2017 Acknowledgements This talk is

More information

Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope Very Long Baseline Array

Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope Very Long Baseline Array Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope Very Long Baseline Array Self-Calibration Ed Fomalont (NRAO) ALMA Data workshop Dec. 2, 2011 Atacama

More information

Notes on radio astronomy and ALFA for ALFALFA. Riccardo Giovanelli and Martha Haynes

Notes on radio astronomy and ALFA for ALFALFA. Riccardo Giovanelli and Martha Haynes Notes on radio astronomy and ALFA for ALFALFA Riccardo Giovanelli and Martha Haynes Resources There are lots of resources: use them! http://www.cv.nrao.edu/course/astr534/era.shtml Don t treat ALFALFA

More information

Technical Considerations: Nuts and Bolts Project Planning and Technical Justification

Technical Considerations: Nuts and Bolts Project Planning and Technical Justification Technical Considerations: Nuts and Bolts Project Planning and Technical Justification Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope Very Long

More information

LOFAR DATA SCHOOL 2016

LOFAR DATA SCHOOL 2016 LOFAR DATA SCHOOL 2016 Tied Array Imaging (II), with contributions from: RRL group Scintillation (R. Fallows) Pulsar Working Group Radio Observatory Outline Tools Calibration (Cyg A imaging) Beams Scientific

More information

VERY LONG BASELINE INTERFEROMETRY

VERY LONG BASELINE INTERFEROMETRY WHT IS VLBI? 2 VERY LONG BSELINE INTERFEROMETRY Craig Walker Radio interferometry with unlimited baselines High resolution milliarcsecond (mas) or better Baselines up to an Earth diameter for ground based

More information

Data Processing: Visibility Calibration

Data Processing: Visibility Calibration Data Processing: Visibility Calibration The delivered ALMA data consist of the amplitudes and phases for the combined signals from pairs of antennas. These are called visibility data. The goal of visibility

More information

Cormac Reynolds. ATNF Synthesis Imaging School, Narrabri 10 Sept. 2008

Cormac Reynolds. ATNF Synthesis Imaging School, Narrabri 10 Sept. 2008 Very Long Baseline Interferometry Cormac Reynolds ATNF 10 Sept. 2008 Outline Very brief history Data acquisition Calibration Applications Acknowledgements: C. Walker, S. Tingay What Is VLBI? VLBI: Very

More information

Recent imaging results with wide-band EVLA data, and lessons learnt so far

Recent imaging results with wide-band EVLA data, and lessons learnt so far Recent imaging results with wide-band EVLA data, and lessons learnt so far Urvashi Rau National Radio Astronomy Observatory (USA) 26 Jul 2011 (1) Introduction : Imaging wideband data (2) Wideband Imaging

More information

Planning (VLA) observations

Planning (VLA) observations Planning () observations 14 th Synthesis Imaging Workshop (May 2014) Loránt Sjouwerman National Radio Astronomy Observatory (Socorro, NM) Atacama Large Millimeter/submillimeter Array Karl G. Jansky Very

More information

ATCA Antenna Beam Patterns and Aperture Illumination

ATCA Antenna Beam Patterns and Aperture Illumination 1 AT 39.3/116 ATCA Antenna Beam Patterns and Aperture Illumination Jared Cole and Ravi Subrahmanyan July 2002 Detailed here is a method and results from measurements of the beam characteristics of the

More information

Introduction to Radio Astronomy. Richard Porcas Max-Planck-Institut fuer Radioastronomie, Bonn

Introduction to Radio Astronomy. Richard Porcas Max-Planck-Institut fuer Radioastronomie, Bonn Introduction to Radio Astronomy Richard Porcas Max-Planck-Institut fuer Radioastronomie, Bonn 1 Contents Radio Waves Radio Emission Processes Radio Noise Radio source names and catalogues Radio telescopes

More information

ngvla Technical Overview

ngvla Technical Overview ngvla Technical Overview Mark McKinnon, Socorro, NM Outline ngvla Nominal Technical Parameters Technical Issues to Consider in Science Use Cases Programmatics Additional Information Pointed or Survey Telescope?

More information

Results from LWA1 Commissioning: Sensitivity, Beam Characteristics, & Calibration

Results from LWA1 Commissioning: Sensitivity, Beam Characteristics, & Calibration Results from LWA1 Commissioning: Sensitivity, Beam Characteristics, & Calibration Steve Ellingson (Virginia Tech) LWA1 Radio Observatory URSI NRSM Jan 4, 2012 LWA1 Title 10-88 MHz usable, Galactic noise-dominated

More information

Spectral Line II: Calibration and Analysis. Spectral Bandpass: Bandpass Calibration (cont d) Bandpass Calibration. Bandpass Calibration

Spectral Line II: Calibration and Analysis. Spectral Bandpass: Bandpass Calibration (cont d) Bandpass Calibration. Bandpass Calibration Spectral Line II: Calibration and Analysis Bandpass Calibration Flagging Continuum Subtraction Imaging Visualization Analysis Spectral Bandpass: Spectral frequency response of antenna to a spectrally flat

More information

Richard Dodson 1/28/2014 NARIT-KASI Winter School

Richard Dodson 1/28/2014 NARIT-KASI Winter School Goals: Technical introduction very short So what to cover? Things which are essential: How radio power is received - I How an interferometer works -II Antenna Fundamentals Black Body Radiation Brightness

More information

Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope Very Long Baseline Array

Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope Very Long Baseline Array Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope Very Long Baseline Array Basics of Interferometry Data Reduction Scott Schnee (NRAO) ALMA Data

More information

Sideband Smear: Sideband Separation with the ALMA 2SB and DSB Total Power Receivers

Sideband Smear: Sideband Separation with the ALMA 2SB and DSB Total Power Receivers and DSB Total Power Receivers SCI-00.00.00.00-001-A-PLA Version: A 2007-06-11 Prepared By: Organization Date Anthony J. Remijan NRAO A. Wootten T. Hunter J.M. Payne D.T. Emerson P.R. Jewell R.N. Martin

More information

NHSC/PACS Web Tutorials Running the PACS Spectrometer pipeline for CHOP/NOD Mode. PACS-301 Level 0 to 1 processing

NHSC/PACS Web Tutorials Running the PACS Spectrometer pipeline for CHOP/NOD Mode. PACS-301 Level 0 to 1 processing NHSC/PACS s Running the PACS Spectrometer pipeline for CHOP/NOD Mode page 1 PACS-301 Level 0 to 1 processing Prepared by Dario Fadda September 2012 Introduction This tutorial will guide you through the

More information

Practical Radio Interferometry VLBI. Olaf Wucknitz.

Practical Radio Interferometry VLBI. Olaf Wucknitz. Practical Radio Interferometry VLBI Olaf Wucknitz wucknitz@astro.uni-bonn.de Bonn, 1 December 2010 VLBI Need for long baselines What defines VLBI? Techniques VLBI science Practical issues VLBI arrays how

More information

Spectrum. Radio. ν (Frequency)

Spectrum. Radio. ν (Frequency) Preface Radio Astronomical Data Acquisition John Ball 1 These are introductory notes intended for students who know a little about physics and perhaps electrical engineering and who want to learn something

More information

(The basics of) VLBI Basics. Pedro Elosegui MIT Haystack Observatory. With big thanks to many of you, here and out there

(The basics of) VLBI Basics. Pedro Elosegui MIT Haystack Observatory. With big thanks to many of you, here and out there (The basics of) VLBI Basics Pedro Elosegui MIT Haystack Observatory With big thanks to many of you, here and out there Some of the Points Will Cover Today Geodetic radio telescopes VLBI vs GPS concept

More information

EVLA Memo #166 Comparison of the Performance of the 3-bit and 8-bit Samplers at C (4 8 GHz), X (8 12 GHz) and Ku (12 18 GHz) Bands

EVLA Memo #166 Comparison of the Performance of the 3-bit and 8-bit Samplers at C (4 8 GHz), X (8 12 GHz) and Ku (12 18 GHz) Bands EVLA Memo #166 Comparison of the Performance of the 3-bit and 8-bit Samplers at C (4 8 GHz), X (8 12 GHz) and Ku (12 18 GHz) Bands E. Momjian and R. Perley NRAO March 27, 2013 Abstract We present sensitivity

More information

What is CASA? Rachel Friesen. North American ALMA Science Center. Victoria BC, January 18, 2011 ALMA Software Tutorial 1

What is CASA? Rachel Friesen. North American ALMA Science Center. Victoria BC, January 18, 2011 ALMA Software Tutorial 1 What is CASA? Rachel Friesen North American ALMA Science Center Victoria BC, January 18, 2011 ALMA Software Tutorial 1 Outline Introduction and Current Status General tools and tasks CASA in use! CASA

More information

ISIS A beginner s guide

ISIS A beginner s guide ISIS A beginner s guide Conceived of and written by Christian Buil, ISIS is a powerful astronomical spectral processing application that can appear daunting to first time users. While designed as a comprehensive

More information

EVLA Front-End CDR. Overview & System Requirements

EVLA Front-End CDR. Overview & System Requirements EVLA Front-End CDR Overview & System Requirements 1 Overview & System Requirements Introduction to the EVLA Front-End Task EVLA vs. VLA Feeds Receivers System Requirements, including: System Temperatures

More information

Antennas and Receivers in Radio Astronomy

Antennas and Receivers in Radio Astronomy Antennas and Receivers in Radio Astronomy Mark McKinnon Eleventh Synthesis Imaging Workshop Socorro, June 10-17, 2008 Outline 2 Context Types of antennas Antenna fundamentals Reflector antennas Mounts

More information

Propagation effects (tropospheric and ionospheric phase calibration)

Propagation effects (tropospheric and ionospheric phase calibration) Propagation effects (tropospheric and ionospheric phase calibration) Prof. Steven Tingay Curtin University of Technology Perth, Australia With thanks to Alan Roy (MPIfR), James Anderson (JIVE), Tasso Tzioumis

More information

~ Toward Future ~ Discussion triggered by Masao Saito

~ Toward Future ~ Discussion triggered by Masao Saito NRO 45m Telescope ~ Toward Future ~ Discussion triggered by Masao Saito NRO (draft) Mission Science Providing Cutting-edge g Science Capabilities Education Educate Next Generation Astronomers Public Outreach

More information

Calibration in practice. Vincent Piétu (IRAM)

Calibration in practice. Vincent Piétu (IRAM) Calibration in practice Vincent Piétu (IRAM) Outline I. The Plateau de Bure interferometer II. On-line calibrations III. CLIC IV. Off-line calibrations Foreword An automated data reduction pipeline exists

More information

Commonly Used GO Keywords

Commonly Used GO Keywords Robert C. Byrd Green Bank Telescope NRAO Green Bank Toney Minter and Dana Balser 17th September 2003 GBT SOFTWARE PROJECT NOTE 21.2 Commonly Used GO Keywords HTML version Available 1 Contents 1 Introduction

More information

NHSC/PACS Web Tutorials Running the PACS Spectrometer pipeline for unchopped line mode. PACS-303 Level 0 to 2 processing

NHSC/PACS Web Tutorials Running the PACS Spectrometer pipeline for unchopped line mode. PACS-303 Level 0 to 2 processing NHSC/PACS s Running the PACS Spectrometer pipeline for unchopped line mode PACS-303 Level 0 to 2 processing Prepared by Dario Fadda April 2014 page 1 Introduction This tutorial will guide you through the

More information

Fundamentals of Interferometry

Fundamentals of Interferometry Fundamentals of Interferometry ERIS, Rimini, Sept 5-9 2011 Outline What is an interferometer? Basic theory Interlude: Fourier transforms for birdwatchers Review of assumptions and complications Interferometers

More information

Why Single Dish? Darrel Emerson NRAO Tucson. NAIC-NRAO School on Single-Dish Radio Astronomy. Green Bank, August 2003.

Why Single Dish? Darrel Emerson NRAO Tucson. NAIC-NRAO School on Single-Dish Radio Astronomy. Green Bank, August 2003. Why Single Dish? Darrel Emerson NRAO Tucson NAIC-NRAO School on Single-Dish Radio Astronomy. Green Bank, August 2003. Why Single Dish? What's the Alternative? Comparisons between Single-Dish, Phased Array

More information

Sardinia Radio Telescope

Sardinia Radio Telescope Sardinia Radio Telescope Current status and future developments Carlo Migoni @ INAF - OAC Funded by: Italian Ministry of Education and Scientific Research (MIUR) Sardinia Regional Government (RAS) Italian

More information

VERY LONG BASELINE INTERFEROMETRY

VERY LONG BASELINE INTERFEROMETRY VERY LONG BASELINE INTERFEROMETRY Summer Student Lecture Socorro, June 28, 2011 Adapted from 2004 Summer School Lecture and 2005, 2007, and 2009 Summer Student Lectures WHAT IS VLBI? 2 Radio interferometry

More information

Fundamentals of Radio Interferometry. Robert Laing (ESO)

Fundamentals of Radio Interferometry. Robert Laing (ESO) Fundamentals of Radio Interferometry Robert Laing (ESO) 1 ERIS 2015 Objectives A more formal approach to radio interferometry using coherence functions A complementary way of looking at the technique Simplifying

More information

Spectral Line Bandpass Removal Using a Median Filter Travis McIntyre The University of New Mexico December 2013

Spectral Line Bandpass Removal Using a Median Filter Travis McIntyre The University of New Mexico December 2013 Spectral Line Bandpass Removal Using a Median Filter Travis McIntyre The University of New Mexico December 2013 Abstract For spectral line observations, an alternative to the position switching observation

More information

Millimetre and Radio Astronomy Techniques for Star Forma:on Studies II

Millimetre and Radio Astronomy Techniques for Star Forma:on Studies II Millimetre and Radio Astronomy Techniques for Star Forma:on Studies II John Conway Onsala Space Observatory, Sweden &Nordic ALMA ARC node (john.conway@chalmers.se) Today prac:cal details... For details

More information

LWA Users Meeting Pulsars II: Software and Survey Kevin Stovall

LWA Users Meeting Pulsars II: Software and Survey Kevin Stovall LWA Users Meeting 2012 Pulsars II: Software and Survey Kevin Stovall Pulsar Software - PRESTO - PSRCHIVE - TEMPO/TEMPO2 - writepsrfits.py - Coherent Dedispersion Status Pulsar/Transient Survey - All Sky

More information

Towards SKA Multi-beam concepts and technology

Towards SKA Multi-beam concepts and technology Towards SKA Multi-beam concepts and technology SKA meeting Meudon Observatory, 16 June 2009 Philippe Picard Station de Radioastronomie de Nançay philippe.picard@obs-nancay.fr 1 Square Kilometre Array:

More information

Fundamentals of Radio Astronomy. Lyle Hoffman, Lafayette College ALFALFA Undergraduate Workshop Arecibo Observatory, 2008 Jan. 13

Fundamentals of Radio Astronomy. Lyle Hoffman, Lafayette College ALFALFA Undergraduate Workshop Arecibo Observatory, 2008 Jan. 13 Fundamentals of Radio Astronomy Lyle Hoffman, Lafayette College ALFALFA Undergraduate Workshop Arecibo Observatory, 2008 Jan. 13 Outline Sources in brief Radiotelescope components Radiotelescope characteristics

More information

Beamforming for IPS and Pulsar Observations

Beamforming for IPS and Pulsar Observations Beamforming for IPS and Pulsar Observations Divya Oberoi MIT Haystack Observatory Sunrise at Mileura P. Walsh Function, Inputs and Outputs Function - combine the voltage signal from each of the 512 tiles

More information

Presented by James Aguirre University of Pennsylvania 26 March 2013 SKA1 Low Workshop

Presented by James Aguirre University of Pennsylvania 26 March 2013 SKA1 Low Workshop Presented by James Aguirre University of Pennsylvania 26 March 2013 SKA1 Low Workshop UVa / NRAO Bradley Carilli Klima Gugliucci Parashare The PAPER Team UC Berkeley Parsons Pober Ali De Boer MacMahon

More information

SMA Technical Memo #165? (draft)

SMA Technical Memo #165? (draft) SMA Technical Memo #165? (draft) Subject: A METHOD FOR HANDLING SMA DATA FROM SWARM CORRELATOR - Solving for bandpass of high- or full- spectral resolution data Date: September 6, 2016 $ From: Jun-Hui

More information

Practical Radio Interferometry VLBI. Olaf Wucknitz.

Practical Radio Interferometry VLBI. Olaf Wucknitz. Practical Radio Interferometry VLBI Olaf Wucknitz wucknitz@astro.uni-bonn.de Bonn, 23 November 2011 VLBI Need for long baselines What defines VLBI? Techniques VLBI science Practical issues VLBI arrays

More information