ALMA Antenna responses in CASA imaging

Size: px
Start display at page:

Download "ALMA Antenna responses in CASA imaging"

Transcription

1 ALMA Antenna responses in CASA imaging Dirk Petry (ESO), December 2012 Outline Motivation ALBiUS/ESO work on CASA responses infrastructure and ALMA beam library First test results 1

2 Motivation ALMA covers a wide frequency range with 10, possibly 11 different receivers. ALMA performance (τ=60s, 50 antennas) ALMA data can only be taken in one band at a time Bands 3, 6, 7, and 9 have been available for Early Science since Bands 4, 5, 8, and 10 have seen first light. Bands 1, 2 and 11 in preparation. 2

3 Motivation FOV often too small to cover extended objects - i.e. imaging will often be mosaicing, sometimes wide-field imaging' - direction-dependent effects need to be taken into account more accurately - requires good knowledge of the instrument's primary beam (dropping assumptions like rotational symmetry) To achieve high continuum sensitivity, need to integrate over wide band - frequency-dependence of the primary beam becomes important (although less so than for EVLA since fractional bandwidth smaller) - the source spectrum may need to be unfolded in parallel (often have thermal and non-thermal sources in the same image) - 4 different antenna types: Main Array: DA (= AEM), DV (= Vertex), PM (=Melco) all 12 m but different struts ACA: 7m antennas Full use of ALMA or ALMA + ACA requires handling of heterogeneous baselines ALBiUS funded work on ALMA primary beams at ESO (work continues, funded by ESO) 3

4 ALMA/CASA imaging work at ESO a) Assessment of Status Quo Up to CASA 3.2 (mid 2011), all primary beams in CASA are analytical For ALMA it is an Airy disk. Band 3 observation of a 11 point mosaic on a bright quasar with 12 ALMA antennas in May 2011 analysed with CASA 3.2 immediately demonstrated the strong need for improvements. relative reconstr. flux 1.6 * * * * * * * * * * * mosaic pattern (gives 3 offsets) Adjusting the ALMA Airy disk Green: 12.0 m Airy disk (v3.2) 1.4 Red: m Yellow: 10.4 m 1.0 Blue: m 43 arcsecs offset 4

5 ALMA/CASA imaging work at ESO a) Assessment of Status Quo Up to CASA 3.2 (mid 2011), all primary beams in CASA are analytical For ALMA it is an Airy disk. Band 3 observation of a 11 point mosaic on a bright quasar with 12 ALMA antennas in May 2011 analysed with CASA 3.2 immediately demonstrated the strong need for improvements. relative reconstr. flux 1.6 * * * * * * * * * * * mosaic pattern (gives 3 offsets) Adjusting the ALMA Airy disk Green: 12.0 m Airy disk (v3.2) Still inaccurate by 10% at larger offsets 1.4 Red: 10.7 m adopted in v3.4 (in prerelease Dec. 11) Yellow: 10.4 m Blue: m 43 arcsecs offset 5

6 CASA status since v3.4 Primary beam library available for actual imaging: EVLA, ALMA, ATA, ATCA, BIMA, HATCREEK, CARMA, GBT, GMRT, IRAMPDB, SMA, WSRT ALMA, EVLA, ATCA, GBT, and WSRT (and SMA?) are polynomials or Airy disks fitted to measurements of the beam of the actual telescope. Only VLA includes beam squint. In particular ALMA uses an Airy disk for an effective dish diameter of 10.7 m (i.e. scaled down from 12 m by factor 1.12) E.g., the Fomalhaut ApJ Letter (Boley et al., 2012) used this PB down to 7% power. 6

7 b) enable use of response images 1) Creation of the AntennaResponses C++ class in casacore - a database for antenna responses in different representations - define which primary beam is in use for which observatory which antenna type which time range which elevation range which beam (if there is more than one) 2) Extension of the BeamCalc ray tracing code (W. Brisken) for general use + adding astigmatism feature 3) Upgrade of the Voltage Pattern Manager ( vpmanager ) to connect to AntennaResponses databases - user interface at the Python level of CASA 4) (ongoing) Tests and optimisations of the above 7

8 b) enable use of response images Best source of ALMA responses so far: The TICRA simulations of ALMA electrical field patterns (2007) Simulated were three antenna designs 1) Vertex (built by VertexRSI): space framework struts 2) AEM (built by Thales Alenia, European Industrial Engineering, and MT Aerospace): elliptical struts with cladding 3) ideal antenna: no struts MELCO 12m and 7m AEM Vertex 8

9 b) enable use of response images Best source of ALMA responses so far: The TICRA simulations of ALMA electrical field patterns (2007) Simulated were three antenna designs 1) Vertex (built by VertexRSI): space framework struts (also good approx. of Melco) 2) AEM (built by Thales Alenia, European Industrial Engineering, and MT Aerospace): elliptical struts with cladding 3) ideal antenna: no struts (not used here) MELCO 12m and 7m AEM Vertex 9

10 b) enable use of response images The TICRA simulations of ALMA electrical field patterns Detailed front end geometry with secondary mirror taken into account where available: Bands 1, 5, 8: design still preliminary in 2007, only Gaussian beam simulated Bands 3, 4, 6, 7, 9: complete simulation at 3 or 4 frequencies within band Bands 2, 10: design incomplete in 2007, not simulated Electric Field Patterns (co- and cross-polar for both X and Y) in GRASP format Examples of front end geometries: Band 3 (left), Band 7 (right) 10

11 b) enable use of response images The TICRA simulations of ALMA electrical field patterns Simulated Electric Field Patterns (copolar field, X) for bands 1 and 3 to 9 (Vertex Struts) Band 1 (31 GHz) Band 3 (100 GHz) Band 4 (144 GHz) Band 5 (187 GHz) Band 6 (243 GHz) Band 7 (324 GHz) Band 8 (500 GHz) Band 9 (720 GHz) Simulated Electric Field Patterns (crosspolar field, X) for bands 3, 4, 6, 7, 9 (Vertex Struts) Band 3 (100 GHz) Band 4 (144 GHz) Band 6 (243 GHz) Band 7 (324 GHz) Band 9 (720 GHz) Normalised magnitude of E-field 11

12 b) enable use of response images The TICRA GRASP format response images converted to Voltage Pattens in CASA Image format. CASA response image format agreed with NRAO imaging team: - Four-plane (in the Stokes dimension) complex-valued image containing the voltage pattern for the parallel hands (XX and YY) and the cross-hands (XY and YX). - Directional coordinate system of type AZELGEO centered on (0.,0.). - Reference frequency of the responses stored by creating a degenerate spectral axis centered on that frequency. CASA 3.4 and 4.0: vpmanager part of CASA but not yet connected to CASA imaging. Cannot use the new ALMA PB library in normal imaging. But a patch was made to permit at least post-deconvolution correction with a single PB (homogeneous array case). With this patch, more tests were carried out. 12

13 Tests on ALMA data Second test dataset: January 2012, 4 SPWs in Band 3, 19 antennas (14 DV, 3 PM, 2 DA) 61 point mosaic on Quasar samples 9 different offsets * * * * * Image each pointing individually, * * * * * * re-center resulting images to the nominal Quasar position, * * * * * * * * * * * * * * * then superimpose using individual masks easily understandable plots like this: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 13

14 Tests on ALMA data ALMA Early Science, 99.9 GHz, hour angle = -1 h, analysed with CASA 3.3 default ALMA PB correction 14

15 Tests on ALMA data ALMA Early Science, 99.9 GHz, hour angle = -1 h, analysed with CASA 3.3 default ALMA PB correction rel.flux arcs 15

16 Tests on ALMA data ALMA Early Science, 99.9 GHz, hour angle = -1 h, analysed with CASA 3.3 without any PB correction rel.flux arcs 16

17 Tests on ALMA data ALMA Early Science, 99.9 GHz, hour angle = -1 h, analysed with CASA 3.4 default PB corr. (scaled Airy disk) rel.flux arcs 17

18 Tests on ALMA data ALMA Early Science, 99.9 GHz, hour angle = -1 h, analysed with CASA 3.4 using TICRA sim. PB image rel.flux No systematic deviations out to at least 2 PB radii arcs 18

19 Tests on ALMA data ALMA Early Science, 99.9 GHz, hour angle = -1 h, analysed with CASA 3.4 using TICRA sim. PB image rel.flux Remaining scatter mostly due to noise arcs 19

20 Tests on ALMA data - status Tests ongoing. - See consistent results at other freqs. in Band 3. - Frequency scaling seems to work (have between 2 and 3 responses per band, use scaling to interpolate) - Analysis of Band 6 data under way. More data forthcoming - For tests of parallactic angle issues (field rotation) need brighter source at larger offsets - Crosshands still need to be investigated when ALMA data with full polarisation become available. - Following slides: Some examples of the simulated responses 20

21 Simulated Voltage Pattern Examples Vertex XX Voltage Pattern (Band 3, 100 GHz) 21

22 Simulated Voltage Pattern Examples AEM XX Voltage Pattern (Band 3, 100 GHz) 22

23 Simulated Voltage Pattern Examples AEM XX Voltage Pattern (Band 7, 324 GHz) 23

24 Simulated Voltage Pattern Examples AEM XX Voltage Pattern (Band 9, 661 GHz) 24

25 additional ray-tracing simulations Finally: working on alternative ray-tracing simulation (based on code by W. Brisken) of beams not available from TICRA (via aperture illumination pattern) (e.g. 7m beams, Bands 2, 10, and 11, and astigmatic reflectors in all bands) Up to first null, results look promissing; good agreement with TICRA simulation Prototype is available in CASA 4.0. Vertex XX 100 GHz TICRA sim. Vertex XX 100 GHz ray-traced 25

26 additional ray-tracing simulations Finally: working on alternative ray-tracing simulation (based on code by W. Brisken) of beams not available from TICRA (via aperture illumination pattern) (e.g. 7m beams, Bands 2, 10, and 11, and astigmatic reflectors in all bands) Examples of simulated ALMA 12 m beams with astigmatism: Vertex XX 100 GHz Z5 = 0.05 Vertex XX 100 GHz Z6 =

Empirical Parameterization of the Antenna Aperture Illumination Pattern

Empirical Parameterization of the Antenna Aperture Illumination Pattern Empirical Parameterization of the Antenna Aperture Illumination Pattern Preshanth Jagannathan UCT/NRAO Collaborators : Sanjay Bhatnagar, Walter Brisken Measurement Equation The measurement equation in

More information

Wide-field Wide-band Full-Mueller Imaging

Wide-field Wide-band Full-Mueller Imaging Wide-field Wide-band Full-Mueller Imaging CALIM2016, Oct. 10th 2016, Socorro, NM S. Bhatnagar NRAO, Socorro The Scientific Motivation Most projects with current telescopes require precise reconstruction

More information

Wideband Mosaic Imaging for VLASS

Wideband Mosaic Imaging for VLASS Wideband Mosaic Imaging for VLASS Preliminary ARDG Test Report U.Rau & S.Bhatnagar 29 Aug 2018 (1) Code Validation and Usage (2) Noise, Weights, Continuum sensitivity (3) Imaging parameters (4) Understanding

More information

Modeling Antenna Beams

Modeling Antenna Beams Modeling Antenna Beams Walter Brisken National Radio Astronomy Observatory 2011 Sept 22 1 / 24 What to learn from this talk EM simulations of antennas can be complicated Many people have spent careers

More information

How accurately do our imaging algorithms reconstruct intensities and spectral indices of weak sources?

How accurately do our imaging algorithms reconstruct intensities and spectral indices of weak sources? How accurately do our imaging algorithms reconstruct intensities and spectral indices of weak sources? Urvashi Rau, Sanjay Bhatnagar, Frazer Owen ( NRAO ) 29th Annual New Mexico Symposium, NRAO, Socorro,

More information

OSKAR-2: Simulating data from the SKA

OSKAR-2: Simulating data from the SKA OSKAR-2: Simulating data from the SKA AACal 2012, Amsterdam, 13 th July 2012 Fred Dulwich, Ben Mort, Stef Salvini 1 Overview OSKAR-2: Interferometer and beamforming simulator package. Intended for simulations

More information

CASA Status. Crystal Brogan (subsystem scientist) ASAC Meeting, March 9, 2010 Mitaka, Japan. NRAO/North American ALMA Science Center

CASA Status. Crystal Brogan (subsystem scientist) ASAC Meeting, March 9, 2010 Mitaka, Japan. NRAO/North American ALMA Science Center Status ASAC Meeting, March 9, 2010 Mitaka, Japan Crystal Brogan (subsystem scientist) NRAO/North American ALMA Science Center Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert

More information

CASA. Algorithms R&D. S. Bhatnagar. NRAO, Socorro

CASA. Algorithms R&D. S. Bhatnagar. NRAO, Socorro Algorithms R&D S. Bhatnagar NRAO, Socorro Outline Broad areas of work 1. Processing for wide-field wide-band imaging Full-beam, Mosaic, wide-band, full-polarization Wide-band continuum and spectral-line

More information

High dynamic range imaging, computing & I/O load

High dynamic range imaging, computing & I/O load High dynamic range imaging, computing & I/O load RMS ~15µJy/beam RMS ~1µJy/beam S. Bhatnagar NRAO, Socorro Parameterized Measurement Equation Generalized Measurement Equation Obs [ S M V ij = J ij, t W

More information

Simulating Reflector Antenna Performance with GRASP9

Simulating Reflector Antenna Performance with GRASP9 Simulating Reflector Antenna Performance with GRASP9 Bruce Veidt National Research Council of Canada bruce.veidt@nrc.ca and Walter Brisken NRAO Socorro wbrisken@aoc.nrao.edu September 2011 Opening Remarks

More information

Using CASA to Simulate Interferometer Observations

Using CASA to Simulate Interferometer Observations Using CASA to Simulate Interferometer Observations Nuria Marcelino North American ALMA Science Center Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope

More information

Using CASA to Simulate Interferometer Observations

Using CASA to Simulate Interferometer Observations Using CASA to Simulate Interferometer Observations Nuria Marcelino North American ALMA Science Center Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope

More information

Visualization & the CASA Viewer

Visualization & the CASA Viewer Visualization & the Viewer Juergen Ott & the team Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope Very Long Baseline Array Visualization Goals:

More information

Imaging and Deconvolution

Imaging and Deconvolution Imaging and Deconvolution Urvashi Rau National Radio Astronomy Observatory, Socorro, NM, USA The van-cittert Zernike theorem Ei E V ij u, v = I l, m e sky j 2 i ul vm dldm 2D Fourier transform : Image

More information

Sky-domain algorithms to reconstruct spatial, spectral and time-variable structure of the sky-brightness distribution

Sky-domain algorithms to reconstruct spatial, spectral and time-variable structure of the sky-brightness distribution Sky-domain algorithms to reconstruct spatial, spectral and time-variable structure of the sky-brightness distribution Urvashi Rau National Radio Astronomy Observatory Socorro, NM, USA Outline : - Overview

More information

ALMA simulations Rosita Paladino. & the Italian ARC

ALMA simulations Rosita Paladino. & the Italian ARC ALMA simulations Rosita Paladino & the Italian ARC Two software tools available to help users simulate images resulting from an ALMA observations: Simulations with CASA tasks sim_observe & sim_analyze

More information

The CASA software package

The CASA software package The CASA software package Dirk Petry (ESO), October 2010 Outline What is CASA? - main features Who develops CASA? - development team What are the main requirements and how does CASA meet them? - design

More information

Optics research for future receivers at NAOJ. Alvaro Gonzalez National Astronomical Observatory of Japan

Optics research for future receivers at NAOJ. Alvaro Gonzalez National Astronomical Observatory of Japan Optics research for future receivers at NAOJ Alvaro Gonzalez National Astronomical Observatory of Japan 1 Outline Follow up to presentations by: D. Iono, T. Kojima Optics for lower ALMA bands Band 1 (35

More information

GBT Commissioning Memo 11: Plate Scale and pointing effects of subreflector positioning at 2 GHz.

GBT Commissioning Memo 11: Plate Scale and pointing effects of subreflector positioning at 2 GHz. GBT Commissioning Memo 11: Plate Scale and pointing effects of subreflector positioning at 2 GHz. Keywords: low frequency Gregorian, plate scale, focus tracking, pointing. N. VanWey, F. Ghigo, R. Maddalena,

More information

Polarization SYS#224, 225. Hiroshi Nagai (NAOJ) With the help by K. Nakanishi (JAO/NAOJ), Y.-W. Tang (ASIAA), E. Chapillon (ASIAA -> French ARC-node)

Polarization SYS#224, 225. Hiroshi Nagai (NAOJ) With the help by K. Nakanishi (JAO/NAOJ), Y.-W. Tang (ASIAA), E. Chapillon (ASIAA -> French ARC-node) Polarization SS#224, 225 Hiroshi Nagai (NAOJ With the help by K. Nakanishi (JAO/NAOJ,.-W. Tang (ASIAA, E. Chapillon (ASIAA -> French ARC-node erification ites On-axis (#224 Instruental polarization (D-ter

More information

The ALMA Pipeline. Introduction Pipeline Subsystem Heuristics Task Interface Tests / Commissioning Results Demos. D. Muders, MPIfR L.

The ALMA Pipeline. Introduction Pipeline Subsystem Heuristics Task Interface Tests / Commissioning Results Demos. D. Muders, MPIfR L. The ALMA Pipeline Introduction Pipeline Subsystem Heuristics Task Interface Tests / Commissioning Results Demos D. Muders, MPIfR L. Davis, NRAO 1 Introduction ALMA must be available to all of the astronomical

More information

Wide field polarization calibration in the image plane using the Allen Telescope Array

Wide field polarization calibration in the image plane using the Allen Telescope Array Wide field polarization calibration in the image plane using the Allen Telescope Array Mattieu de Villiers, SKA SA Casey Law, UC Berkeley 8 October 00 Abstract This study investigates wide field polarization

More information

Pre-Processing and Calibration for Million Source Shallow Survey

Pre-Processing and Calibration for Million Source Shallow Survey Pre-Processing and Calibration for Million Source Shallow Survey V.N. Pandey(Kapteyn Institute/ASTRON) for LOFAR Offline Processing Team April 1 st, 2009 CALIM 09, Socorro Outline 1 2 3 4 MSSS (MS 3 )

More information

Optical design of COrE+

Optical design of COrE+ Optical design of COrE+ Karl Young November 23, 2015 The optical designs for COrE+ were made by Darragh McCarthy and Neil Trappe at Maynooth University and Karl Young and Shaul Hanany at University of

More information

Shared Risk Observing

Shared Risk Observing Shared Risk Observing EVLA Advisory Committee Meeting, March 19-20, 2009 Claire Chandler Deputy AD for Science, NM Ops Motivation Early science: Want to get EVLA science capabilities i into the hands of

More information

ALMA Memo 386 ALMA+ACA Simulation Tool J. Pety, F. Gueth, S. Guilloteau IRAM, Institut de Radio Astronomie Millimétrique 300 rue de la Piscine, F-3840

ALMA Memo 386 ALMA+ACA Simulation Tool J. Pety, F. Gueth, S. Guilloteau IRAM, Institut de Radio Astronomie Millimétrique 300 rue de la Piscine, F-3840 ALMA Memo 386 ALMA+ACA Simulation Tool J. Pety, F. Gueth, S. Guilloteau IRAM, Institut de Radio Astronomie Millimétrique 300 rue de la Piscine, F-38406 Saint Martin d'h eres August 13, 2001 Abstract This

More information

ALMA Science Pipeline Quickstart Guide

ALMA Science Pipeline Quickstart Guide Doc 2.13, ver. 2.0 August 2015 ALMA Science Pipeline Quickstart Guide Pipeline CASA 4.3.1 ALMA, an international astronomy facility, is a partnership of Europe, North America and East Asia in cooperation

More information

OSKAR Settings Files Revision: 8

OSKAR Settings Files Revision: 8 OSKAR Settings Files Version history: Revision Date Modification 1 212-4-23 Creation. 2 212-5-8 Added default value column to settings tables. 3 212-6-13 Updated settings for version 2..2-beta. 4 212-7-27

More information

Analysing ALMA data - the CASA software package

Analysing ALMA data - the CASA software package Analysing ALMA data the CASA software package Dirk Petry (ESO), June 2010 Outline What is CASA? main features Who develops CASA? development team What are the main requirements and how does CASA meet them?

More information

Introduction CASA. Radio Interferometry. Anita Richards. with thanks to. rest of the CASA teams. UK ALMA Regional Centre

Introduction CASA. Radio Interferometry. Anita Richards. with thanks to. rest of the CASA teams. UK ALMA Regional Centre Radio Interferometry Introduction to packages and formats CASA Anita Richards with thanks to Anita Dirk PetryRichards (ESO) and the UK ALMA Regional Centre rest of the CASA teams JBCA, University of Manchester

More information

Development of Focal-Plane Arrays and Beamforming Networks at DRAO

Development of Focal-Plane Arrays and Beamforming Networks at DRAO Development of Focal-Plane Arrays and Beamforming Networks at DRAO Bruce Veidt Dominion Radio Astrophysical Observatory Herzberg Institute of Astrophysics National Research Council of Canada Penticton,

More information

ASKAP Pipeline processing and simulations. Dr Matthew Whiting ASKAP Computing, CSIRO May 5th, 2010

ASKAP Pipeline processing and simulations. Dr Matthew Whiting ASKAP Computing, CSIRO May 5th, 2010 ASKAP Pipeline processing and simulations Dr Matthew Whiting ASKAP Computing, CSIRO May 5th, 2010 ASKAP Computing Team Members Team members Marsfield: Tim Cornwell, Ben Humphreys, Juan Carlos Guzman, Malte

More information

A systematic approach to the analysis of polarisation-sensitive reflectors

A systematic approach to the analysis of polarisation-sensitive reflectors A systematic approach to the analysis of polarisation-sensitive reflectors Hans-Henrik Viskum TICRA Læderstræde 34, 2. DK-1201 Copenhagen K Denmark hhv@ticra.com ABSTRACT The analysis of a polarisation-sensitive

More information

ALMA Science Pipeline Quickstart Guide

ALMA Science Pipeline Quickstart Guide Doc 2.13, ver. 1.0 September 2014 ALMA Science Pipeline Quickstart Guide ALMA, an international astronomy facility, is a partnership of Europe, North America and East Asia in cooperation with the Republic

More information

Condenser Optics for Dark Field X-Ray Microscopy

Condenser Optics for Dark Field X-Ray Microscopy Condenser Optics for Dark Field X-Ray Microscopy S. J. Pfauntsch, A. G. Michette, C. J. Buckley Centre for X-Ray Science, Department of Physics, King s College London, Strand, London WC2R 2LS, UK Abstract.

More information

PACS Spectrometer Simulation and the Extended to Point Correction

PACS Spectrometer Simulation and the Extended to Point Correction PACS Spectrometer Simulation and the Extended to Point Correction Jeroen de Jong February 11, 2016 Abstract This technical note describes simulating a PACS observation with a model source and its application

More information

EVLA Memo #132 Report on the findings of the CASA Terabyte Initiative: Single-node tests

EVLA Memo #132 Report on the findings of the CASA Terabyte Initiative: Single-node tests EVLA Memo #132 Report on the findings of the CASA Terabyte Initiative: Single-node tests S. Bhatnagar NRAO, Socorro May 18, 2009 Abstract This note reports on the findings of the Terabyte-Initiative of

More information

TracePro Stray Light Simulation

TracePro Stray Light Simulation TracePro Stray Light Simulation What Is Stray Light? A more descriptive term for stray light is unwanted light. In an optical imaging system, stray light is caused by light from a bright source shining

More information

VERY LARGE TELESCOPE 3D Visualization Tool Cookbook

VERY LARGE TELESCOPE 3D Visualization Tool Cookbook European Organisation for Astronomical Research in the Southern Hemisphere VERY LARGE TELESCOPE 3D Visualization Tool Cookbook VLT-SPE-ESO-19500-5652 Issue 1.0 10 July 2012 Prepared: Mark Westmoquette

More information

Image Pixelization and Dynamic Range

Image Pixelization and Dynamic Range EVLA Memo 114 Image Pixelization and Dynamic Range W. D. Cotton, Juan M. Uson NRAO 1 Abstract This study investigates some of the effects of representing the sky by a rectangular grid of pixels on the

More information

Lessons learnt from implementing mosaicing and faceting in ASKAPsoft. Max Voronkov & Tim Cornwell ASKAP team 2nd April 2009

Lessons learnt from implementing mosaicing and faceting in ASKAPsoft. Max Voronkov & Tim Cornwell ASKAP team 2nd April 2009 Lessons learnt from implementing mosaicing and faceting in ASKAPsoft Max Voronkov & Tim Cornwell ASKAP team 2nd April 2009 Outline - Imaging software ASKAPsoft re-uses LOFAR design Imaging is treated as

More information

Introduction to CASA and Data Structure. Emmanuel Momjian

Introduction to CASA and Data Structure. Emmanuel Momjian Introduction to CASA and Data Structure Emmanuel Momjian 1 CASA CASA is the offline data reduction package for ALMA and the (Jansky) VLA data from other telescopes usually work, too, but not primary goal

More information

esac PACS Spectrometer: forward model tool for science use

esac PACS Spectrometer: forward model tool for science use esac European Space Astronomy Centre (ESAC) P.O. Box, 78 28691 Villanueva de la Cañada, Madrid Spain PACS Spectrometer: forward model tool for science use Prepared by Elena Puga Reference HERSCHEL-HSC-TN-2131

More information

Adaptive selfcalibration for Allen Telescope Array imaging

Adaptive selfcalibration for Allen Telescope Array imaging Adaptive selfcalibration for Allen Telescope Array imaging Garrett Keating, William C. Barott & Melvyn Wright Radio Astronomy laboratory, University of California, Berkeley, CA, 94720 ABSTRACT Planned

More information

ADVANCED RADIO INTERFEROMETRIC IMAGING

ADVANCED RADIO INTERFEROMETRIC IMAGING ADVANCED RADIO INTERFEROMETRIC IMAGING Hayden Rampadarath Based upon J. Radcliffe's DARA presentation Image courtesy of NRAO/AUI INTR ODU CT ION In the first imaging lecture, we discussed the overall and

More information

Modeling Custom Surface Roughness with LucidShape 2D Scatter Curve BSDF Material

Modeling Custom Surface Roughness with LucidShape 2D Scatter Curve BSDF Material WHITE PAPER Modeling Custom Surface Roughness with LucidShape 2D Scatter Curve BSDF Material Author Andreas Bielawny, Ph.D. CAE Synopsys, Inc. Abstract LucidShape accurately simulates how light interacts

More information

Continuum error recognition and error analysis

Continuum error recognition and error analysis Continuum error recognition and error analysis Robert Laing (ESO) 1 Outline Error recognition: how do you recognise and diagnose residual errors by looking at images? Image analysis: how do you extract

More information

Baseline Shack Hartmann Design for the 6.5m MMT f/9 Focus

Baseline Shack Hartmann Design for the 6.5m MMT f/9 Focus Baseline Shack Hartmann Design for the 6.5m MMT f/9 Focus S. C. West (swest@as.arizona.edu) and H. Olson 1 Multiple Mirror Telescope Observatory, Tucson, AZ MMTO Technical Memo #01-01, September 2001 http://nemo.as.arizona.edu/~swest/pdfs/sh_wfs_tb.pdf

More information

OSKAR: Simulating data from the SKA

OSKAR: Simulating data from the SKA OSKAR: Simulating data from the SKA Oxford e-research Centre, 4 June 2014 Fred Dulwich, Ben Mort, Stef Salvini 1 Overview Simulating interferometer data for SKA: Radio interferometry basics. Measurement

More information

ALMA Memo No An Imaging Study for ACA. Min S. Yun. University of Massachusetts. April 1, Abstract

ALMA Memo No An Imaging Study for ACA. Min S. Yun. University of Massachusetts. April 1, Abstract ALMA Memo No. 368 An Imaging Study for ACA Min S. Yun University of Massachusetts April 1, 2001 Abstract 1 Introduction The ALMA Complementary Array (ACA) is one of the several new capabilities for ALMA

More information

Full-Wave and Multi-GTD Analysis of the Ice Cloud Imager for MetOp-SG

Full-Wave and Multi-GTD Analysis of the Ice Cloud Imager for MetOp-SG Full-Wave and Multi-GTD Analysis of the Ice Cloud Imager for MetOp-SG Jakob Rosenkrantz de Lasson 1, Per Heighwood Nielsen 1, Cecilia Cappellin 1, David Marote Alvarez 2, Marc Bergada 2, Raquel Gonzalez

More information

High Dynamic Range Imaging

High Dynamic Range Imaging High Dynamic Range Imaging Josh Marvil CASS Radio Astronomy School 3 October 2014 CSIRO ASTRONOMY & SPACE SCIENCE High Dynamic Range Imaging Introduction Review of Clean Self- Calibration Direction Dependence

More information

Image Analysis. Jim Lovell

Image Analysis. Jim Lovell Image Analysis Jim Lovell ATNF Synthesis Imaging Workshop May 2003 What Do You Want to Measure? (What you want to do and how to do it.)! Flux density of components! Absolute positions! Relative positions

More information

THE VLBA SENSITIVITY UPGRADE

THE VLBA SENSITIVITY UPGRADE THE VLBA SENSITIVITY UPGRADE Craig Walker, NRAO Eleventh Synthesis Imaging Workshop Socorro, June 10-17, 2008 CONTEXT 2 The VLBA is based on 20 year old technology Only limited new capabilities have been

More information

The European ALMA Antennas: When Technology becomes Science

The European ALMA Antennas: When Technology becomes Science The European ALMA Antennas: When Technology becomes Science 2016-06-14 Contents 1 A Worldwide Project 2 An Industrial Challenge Engineering: Key features of European Design Manufacturing: Key Challenges

More information

CASA Pipelines. Liz Humphreys. ESO ALMA Regional Centre

CASA Pipelines. Liz Humphreys. ESO ALMA Regional Centre CASA Pipelines Liz Humphreys ESO ALMA Regional Centre Overview ALMA and VLA have CASA Pipelines Currently calibration only Diagnostic calibrator images ALMA science target imaging being commissioned The

More information

Appendix E. Development of methodologies for Brightness Temperature evaluation for the MetOp-SG MWI radiometer. Alberto Franzoso (CGS, Italy)

Appendix E. Development of methodologies for Brightness Temperature evaluation for the MetOp-SG MWI radiometer. Alberto Franzoso (CGS, Italy) 111 Appendix E Development of methodologies for Brightness Temperature evaluation for the MetOp-SG MWI radiometer Alberto Franzoso (CGS, Italy) Sylvain Vey (ESA/ESTEC, The Netherlands) 29 th European Space

More information

ERROR RECOGNITION and IMAGE ANALYSIS

ERROR RECOGNITION and IMAGE ANALYSIS PREAMBLE TO ERROR RECOGNITION and IMAGE ANALYSIS 2 Why are these two topics in the same lecture? ERROR RECOGNITION and IMAGE ANALYSIS Ed Fomalont Error recognition is used to determine defects in the data

More information

ALMA CORRELATOR : Added chapter number to section numbers. Placed specifications in table format. Added milestone summary.

ALMA CORRELATOR : Added chapter number to section numbers. Placed specifications in table format. Added milestone summary. ALMA Project Book, Chapter 10 Revision History: ALMA CORRELATOR John Webber Ray Escoffier Chuck Broadwell Joe Greenberg Alain Baudry Last revised 2001-02-07 1998-09-18: Added chapter number to section

More information

Basic Imaging and Self- Calibration (T4 + T7)

Basic Imaging and Self- Calibration (T4 + T7) Basic Imaging and Self- Calibration (T4 + T7) John McKean Visibilities Fourier Transform Deconvolution AIM: 1. To make an image by taking the fast Fourier transform of the visibility data. 2. Carry out

More information

New Modelling Capabilities in Commercial Software for High-Gain Antennas

New Modelling Capabilities in Commercial Software for High-Gain Antennas 6th European Conference on Antennas and Propagation (EUCAP) New Modelling Capabilities in Commercial Software for High-Gain Antennas Erik Jørgensen, Michael Lumholt, Peter Meincke, Min Zhou, Stig B. Sørensen,

More information

CASA Joe McMullin J. McMullin EVLA Advisory Committee Meeting September 6-7, 2007

CASA Joe McMullin J. McMullin EVLA Advisory Committee Meeting September 6-7, 2007 CASA Joe McMullin Outline Organization Purpose/Census Current Status Schedule Testing/Community Use of CASA Demo 2 CASA Organization N. Radziwill End to End Operations J. McMullin Development Lead Scientific

More information

INTEGRATED OPTICAL PERFORMANCE MODELING OF X-RAY SYSTEMS

INTEGRATED OPTICAL PERFORMANCE MODELING OF X-RAY SYSTEMS PAGE 1 OF 5 PREFERRED RELIABILITY PRACTICES INTEGRATED OPTICAL PERFORMANCE MODELING OF X-RAY SYSTEMS Guideline: To ensure that high resolution mirror assemblies for grazing incidence x-ray optical systems

More information

INVESTIGATIONS ON THE ANALYSIS AND DESIGN OF APERIODIC FREQUENCY SELECTIVE SURFACES FOR SPACE APPLICATIONS

INVESTIGATIONS ON THE ANALYSIS AND DESIGN OF APERIODIC FREQUENCY SELECTIVE SURFACES FOR SPACE APPLICATIONS INVESTIGATIONS ON THE ANALYSIS AND DESIGN OF APERIODIC FREQUENCY SELECTIVE SURFACES FOR SPACE APPLICATIONS M. Zhou 1, S. B. Sørensen 1, N. Vesterdal 1, R. Dickie 2, R. Cahill 2, and G. Toso 3 1 TICRA,

More information

Radio Interferometry Bill Cotton, NRAO. Basic radio interferometry Emphasis on VLBI Imaging application

Radio Interferometry Bill Cotton, NRAO. Basic radio interferometry Emphasis on VLBI Imaging application Radio Interferometry Bill Cotton, NRAO Basic radio interferometry Emphasis on VLBI Imaging application 2 Simplest Radio Interferometer Monochromatic, point source 3 Interferometer response Adding quarter

More information

CASA. Emmanuel Momjian (NRAO)

CASA. Emmanuel Momjian (NRAO) CASA Emmanuel Momjian (NRAO) Atacama Large Millimeter/submillimeter Array Karl G. Jansky Very Large Array Robert C. Byrd Green Bank Telescope Very Long Baseline Array CASA CASA is the offline data reduction

More information

Do It Yourself 8. Polarization Coherence Tomography (P.C.T) Training Course

Do It Yourself 8. Polarization Coherence Tomography (P.C.T) Training Course Do It Yourself 8 Polarization Coherence Tomography (P.C.T) Training Course 1 Objectives To provide a self taught introduction to Polarization Coherence Tomography (PCT) processing techniques to enable

More information

The roughness model in SHADOW

The roughness model in SHADOW The roughness model in SHADOW Introduction SHADOW contains a model for analysing the surface roughness. Surface roughness is defined as irregularities in the optical surface which produces dispersion (scattering)

More information

NRAO VLA Archive Survey

NRAO VLA Archive Survey NRAO VLA Archive Survey Jared H. Crossley, Loránt O. Sjouwerman, Edward B. Fomalont, and Nicole M. Radziwill National Radio Astronomy Observatory, 520 Edgemont Road, Charlottesville, Virginia, USA ABSTRACT

More information

Array Design. Introduction

Array Design. Introduction Introduction 2 Array Design Mark Wieringa (ATNF) Normally we use arrays the way they are.. Just decide on observing parameters and best configuration for particular experiment Now turn it around try to

More information

Data Processing for the Square Kilometre Array Telescope

Data Processing for the Square Kilometre Array Telescope Data Processing for the Square Kilometre Array Telescope Streaming Workshop Indianapolis th October Bojan Nikolic Astrophysics Group, Cavendish Lab University of Cambridge Email: b.nikolic@mrao.cam.ac.uk

More information

Science Data Model v2

Science Data Model v2 Science Data Model v2 François Viallefond Observatoire de Paris - LERMA Steve Torchinsky Observatoire de Paris - USN François Viallefond Science Data Model v2 CALIM2010, Dwingeloo, 24 Aug 2010 1 Science

More information

IRAM mm-interferometry School UV Plane Analysis. IRAM Grenoble

IRAM mm-interferometry School UV Plane Analysis. IRAM Grenoble IRAM mm-interferometry School 2004 1 UV Plane Analysis Frédéric Gueth IRAM Grenoble UV Plane analysis 2 UV Plane analysis The data are now calibrated as best as we can Caution: data are calibrated, but

More information

IRAM Memo MAPPING for NOEMA: Concepts and Usage

IRAM Memo MAPPING for NOEMA: Concepts and Usage Original version at http://iram-institute.org/medias/uploads/mapping-noema.pdf IRAM Memo 2016-1 MAPPING for NOEMA: Concepts and Usage S. Guilloteau 1 1. LAB (Bordeaux) 14-Jul-2016 version 1.0 09-Sep-2016

More information

Project Overview and Status

Project Overview and Status Project Overview and Status EVLA Advisory Committee Meeting, March 19-20, 2009 Mark McKinnon EVLA Project Manager Outline Project Goals Organization Staffing Progress since last meeting Budget Contingency

More information

Mu lt i s p e c t r a l

Mu lt i s p e c t r a l Viewing Angle Analyser Revolutionary system for full spectral and polarization measurement in the entire viewing angle EZContrastMS80 & EZContrastMS88 ADVANCED LIGHT ANALYSIS by Field iris Fourier plane

More information

PACS SPECTROMETER SPATIAL CALIBRATION

PACS SPECTROMETER SPATIAL CALIBRATION PACS SPECTROMETER SPATIAL CALIBRATION A. Contursi Herschel Calibration workshop 18-20 January ESAC Spatial Calibration Observations summary 40x40 chopped raster at chopper position 0 on Neptune, step size

More information

30-meter cabin refurbishment for a large Field Of View: status of on-going study. S.Leclercq 28/04/2008

30-meter cabin refurbishment for a large Field Of View: status of on-going study. S.Leclercq 28/04/2008 30-meter cabin refurbishment for a large Field Of View: status of on-going study S.Leclercq 28/04/2008 New Optics Specifications 1. FOV 10 for bolometers, FOV 7 for heterodynes. 2. Mirrors size < 1.6 m

More information

Non-Stationary CT Image Noise Spectrum Analysis

Non-Stationary CT Image Noise Spectrum Analysis Non-Stationary CT Image Noise Spectrum Analysis Michael Balda, Björn J. Heismann,, Joachim Hornegger Pattern Recognition Lab, Friedrich-Alexander-Universität Erlangen Siemens Healthcare, Erlangen michael.balda@informatik.uni-erlangen.de

More information

Radio astronomy data reduction at the Institute of Radio Astronomy

Radio astronomy data reduction at the Institute of Radio Astronomy Mem. S.A.It. Suppl. Vol. 13, 79 c SAIt 2009 Memorie della Supplementi Radio astronomy data reduction at the Institute of Radio Astronomy J.S. Morgan INAF Istituto di Radioastronomia, Via P. Gobetti, 101

More information

COMMENTS ON ARRAY CONFIGURATIONS. M.C.H. Wright. Radio Astronomy laboratory, University of California, Berkeley, CA, ABSTRACT

COMMENTS ON ARRAY CONFIGURATIONS. M.C.H. Wright. Radio Astronomy laboratory, University of California, Berkeley, CA, ABSTRACT Bima memo 66 - May 1998 COMMENTS ON ARRAY CONFIGURATIONS M.C.H. Wright Radio Astronomy laboratory, University of California, Berkeley, CA, 94720 ABSTRACT This memo briey compares radial, circular and irregular

More information

diffraction patterns obtained with convergent electron beams yield more information than patterns obtained with parallel electron beams:

diffraction patterns obtained with convergent electron beams yield more information than patterns obtained with parallel electron beams: CBED-Patterns Principle of CBED diffraction patterns obtained with convergent electron beams yield more information than patterns obtained with parallel electron beams: specimen thickness more precise

More information

specular diffuse reflection.

specular diffuse reflection. Lesson 8 Light and Optics The Nature of Light Properties of Light: Reflection Refraction Interference Diffraction Polarization Dispersion and Prisms Total Internal Reflection Huygens s Principle The Nature

More information

Correlator Field-of-View Shaping

Correlator Field-of-View Shaping Correlator Field-of-View Shaping Colin Lonsdale Shep Doeleman Vincent Fish Divya Oberoi Lynn Matthews Roger Cappallo Dillon Foight MIT Haystack Observatory Context SKA specifications extremely challenging

More information

Computational issues for HI

Computational issues for HI Computational issues for HI Tim Cornwell, Square Kilometre Array How SKA processes data Science Data Processing system is part of the telescope Only one system per telescope Data flow so large that dedicated

More information

Conditions for perfect focusing multiple point sources with the SMS design method

Conditions for perfect focusing multiple point sources with the SMS design method Conditions for perfect focusing multiple point sources with the SMS design method P. Benítez* a, Juan C. Miñano ab, Milena Nikolic a, Jiayao Liu a, Jose Infante a, Fabian Duerr c a Universidad Politécnica

More information

Fast Holographic Deconvolution

Fast Holographic Deconvolution Precision image-domain deconvolution for radio astronomy Ian Sullivan University of Washington 4/19/2013 Precision imaging Modern imaging algorithms grid visibility data using sophisticated beam models

More information

MEASUREMENT OF MIRROR PANELS USING COLOURED PATTERN DEFLECTOMETRY

MEASUREMENT OF MIRROR PANELS USING COLOURED PATTERN DEFLECTOMETRY MEASUREMENT OF MIRROR PANELS USING COLOURED PATTERN DEFLECTOMETRY Paul M. Scott 1, and Greg Burgess 2 1 Research Assistant, Solar Thermal Group, Australian National University (ANU), Building 32 North

More information

International Conference on Space Optics ICSO 2008 Toulouse, France October 2008

International Conference on Space Optics ICSO 2008 Toulouse, France October 2008 ICSO 008 14 17 October 008 Edited by Josiane Costeraste, Errico Armandillo, and Nikos Karafolas Coupled thermo-elastic and optical performance analyses of a reflective baffle for the BepiColombo laser

More information

ALMA QA2 Data Products for Cycle 5

ALMA QA2 Data Products for Cycle 5 Doc 5.12, ver. 2.0 May 2018 ALMA QA2 Data Products for Cycle 5 ALMA is a partnership of ESO (representing its member states), NSF (USA), and NINS (Japan), together with NRC (Canada), NSC and ASIAA (Taiwan),

More information

Getting the most out of your ALMA DATA with ADMIT: The ALMA DATA Mining Toolkit

Getting the most out of your ALMA DATA with ADMIT: The ALMA DATA Mining Toolkit Getting the most out of your ALMA DATA with : The ALMA DATA Mining Toolkit Lee Mundy, Leslie Looney, Peter Teuben, Doug Friedel, Marc Pound, Lisa Xu, Kevin Rauch, Robert Harris, Jeff Kern, & team : ALMA

More information

Alignment of the ATLAS Inner Detector

Alignment of the ATLAS Inner Detector Alignment of the ATLAS Inner Detector Heather M. Gray [1,2] on behalf of the ATLAS ID Alignment Group [1] California Institute of Technology [2] Columbia University The ATLAS Experiment tile calorimeter

More information

Roll angle in 6DOF tracking. CMSC Charlotte-Concord, July 2008

Roll angle in 6DOF tracking. CMSC Charlotte-Concord, July 2008 Roll angle in 6DOF tracking CMSC Charlotte-Concord, July 2008 Author: Stephen Kyle Senior honorary research fellow, University College London Honorary research fellow, Coventry University Presenter: Steven

More information

FIFI-LS: Basic Cube Analysis using SOSPEX

FIFI-LS: Basic Cube Analysis using SOSPEX FIFI-LS: Basic Cube Analysis using SOSPEX Date: 1 Oct 2018 Revision: - CONTENTS 1 INTRODUCTION... 1 2 INGREDIENTS... 1 3 INSPECTING THE CUBE... 3 4 COMPARING TO A REFERENCE IMAGE... 5 5 REFERENCE VELOCITY

More information

NORSAR-3D. Predict and Understand Seismic. Exploring the Earth. Find the answers with NORSAR-3D seismic ray-modelling

NORSAR-3D. Predict and Understand Seismic. Exploring the Earth. Find the answers with NORSAR-3D seismic ray-modelling Exploring the Earth NORSAR-3D Predict and Understand Seismic Is undershooting possible? Which is the best survey geometry? MAZ, WAZ, RAZ, Coil, OBS? Why are there shadow zones? Can they be illuminated?

More information

GBT Memo #300: Correcting ALMA 12-m Array Data for Missing Short Spacings Using the Green Bank Telescope

GBT Memo #300: Correcting ALMA 12-m Array Data for Missing Short Spacings Using the Green Bank Telescope GBT Memo #300: Correcting ALMA 12-m Array Data for Missing Short Spacings Using the Green Bank Telescope Melissa Hoffman and Amanda Kepley 28 September 2018 Contents 1 Introduction 1 2 Data 2 2.1 Observations

More information

The Canadian CyberSKA Project

The Canadian CyberSKA Project The Canadian CyberSKA Project A. G. Willis (on behalf of the CyberSKA Project Team) National Research Council of Canada Herzberg Institute of Astrophysics Dominion Radio Astrophysical Observatory May 24,

More information

Chapter 24. Wave Optics. Wave Optics. The wave nature of light is needed to explain various phenomena

Chapter 24. Wave Optics. Wave Optics. The wave nature of light is needed to explain various phenomena Chapter 24 Wave Optics Wave Optics The wave nature of light is needed to explain various phenomena Interference Diffraction Polarization The particle nature of light was the basis for ray (geometric) optics

More information

BEST-FIT ADJUSTMENTS OF THE REFLECTORS IN A COMPACT RANGE 1

BEST-FIT ADJUSTMENTS OF THE REFLECTORS IN A COMPACT RANGE 1 Paper to be presented at Antenna Measurement Techniques Association 31 st Annual Symposium (AMTA 2009), Salt Lake City, Utah, USA, 1-6 November 2009. BEST-FIT ADJUSTMENTS OF THE REFLECTORS IN A COMPACT

More information

Instruction manual for T3DS calculator software. Analyzer for terahertz spectra and imaging data. Release 2.4

Instruction manual for T3DS calculator software. Analyzer for terahertz spectra and imaging data. Release 2.4 Instruction manual for T3DS calculator software Release 2.4 T3DS calculator v2.4 16/02/2018 www.batop.de1 Table of contents 0. Preliminary remarks...3 1. Analyzing material properties...4 1.1 Loading data...4

More information