High dynamic range imaging, computing & I/O load

Size: px
Start display at page:

Download "High dynamic range imaging, computing & I/O load"

Transcription

1 High dynamic range imaging, computing & I/O load RMS ~15µJy/beam RMS ~1µJy/beam S. Bhatnagar NRAO, Socorro

2 Parameterized Measurement Equation Generalized Measurement Equation Obs [ S M V ij = J ij, t W ij E ij s,, t [ F. I s, ] ] Improvements in sensitivity is achieved by larger band-widths and collecting area Combined RHS determines the time constant over which averaging helps Unknowns Direction independent Ji: Complex gains assumed constant across the FoV Direction dependent EiS: Aperture plane effects, ionosphere/atmosphere IM: Sky brightness distribution

3 Parameterized Measurement Equation Implications for high dynamic range imaging Smaller scale variations over larger parameters space needs to be accounted for Very significant increase in the number of samples for the required SNR per DoF Need more sophisticated parameterization of the ME Better parameterization (of the Jis, EiSs and the Sky (IM)) Solver for the (unknown) parameters Forward and reverse transform that account for the DD terms Efficient runtime implementation Useful parameterization: Which models the effects well and with minimum DoF For which efficient solvers can be implemented

4 Example: Imaging extended emission Conventional imaging Imaging with A-Projection Run time for both is comparable. Stokes-V imaging of extended emission Algorithms designed for point sources will not work

5 Parameterized Measurement Equation Solvers for DD terms can be as expensive as imaging, or more Three fundamentally different approaches being pursued Corrections in the data domain (FFT based transforms) AW-Projection, Pointing SelfCal, Mosaicking,... Challenges: Controlling the propagation of errors Corrections in the image plane (DFT based transforms) Theory: Rau, Bhatnagar, Voronkov & Conrwell (IEEE, in press) Peeling / Faceting Challenges: Curse of dimensionality, runtime efficiency with realistic data volumes Linear Algebra methods (Least-Square All Sky Imaging) Hybrid: Image- (or UV-) plane faceting + Projection algorithms Facets on a few strong sources only

6 Recent advances Better parameterization for the sky MS-, Asp-Clean (TJC, 2003/SB, 2004) Shapelets (LOFAR), Compressed sensing MS-MFS (Rau et al., ) Correction for DD terms Known apriori: W-Projection (Cornwell et al. 2004/08) Measured/modeled: A-Projection (Bhatnagar et al., 2005/08) ~1000 Components Solvers for unknown DD terms Pointing SelfCal (Bhatnagar et al., 2004) Aperture illumination (work in progress) Ionospheric effects (Cotton et al., LOFAR Team) Peeling (LOFAR Team) Computing - Stream processing : LOFAR, ASKAP, MeerKAT

7 Full beam imaging Limits due to the rotation of asymmetric PB Max. temporal gain ~10% point DR limit: few X 104:1 Limits due to antenna pointing errors In-beam error signal 50% point DR limit: few X 104:1 Limits for mosaicking would be worse Significant flux at half-power point Significant flux in the side-lobes for most pointing Approach taken Algorithm R&D (SNR per DoF, error propagation, computing requirements,...) Test the fundamental performance with realistic simulation Apply to real data

8 Time varying DD gains due to PB Wide band PB d M I =PSF PB. I

9 Generalization of SelfCal: Pointing SelfCal Typical antenna pointing offsets for VLA as a function of time Over-plotted data: Solutions at longer integration time Noise per baseline as expected from EVLA (Bhatnagar et al., EVLA Memo 84, 2004) Minimize : V Oij Eij V M ij w.r.t. Ei Sources from NVSS. Flux range ~2-200 mjy/beam

10 A-Projection algorithm: PB corrections Before Correction (Bhatnagar, Cornwell & Golap, EVLA Memo 100 (2006)) After Correction Minimize : V Oij Eij [ F I M ] w.r.t. I M Extend for PB corrections in wide-band imaging (Rau et al.) Overlapping main- and slide-lobes at 2:1 bandwidth ratio Tricky to manage aliasing and computing load

11 VLA L-band imaging: Stokes-I and -V Stokes-I Stokes-V (10x improvement) A-Projection, Bhatnagar et al., A&A,487, 2008 EVLA Instrumental Stokes-V pattern

12 Pointing SelfCal: VLA L-band VLA L-band data Solutions are noise limited Single Channel (24KHz) Tests with wide-band EVLA in progress

13 Primary beam effects: Wide band Model for the EVLA Power Pattern PB variation across the band EVLA 2:1 Bandwidth ratio: Sources move from main-lobe to side-lobes 10% 50% 90% Avg. PB Spectral Index (1-2GHz) Sources of time variability PB rotationally asymmetric PB rotation with PA CrossPB hand power scaling with frequency patternantenna pointing errors (Rau s talk for more details) Cross polar power pattern

14 PB effects in mosaicking: Wide(r) field

15 Computing load Scaling laws for imaging Non co-planar baseline correction W-Projection: (N2wproj+ N2GCF)NVIS Faceting: N2facetsN2GCFNvis PB Correction AW-Projection: N2GCF * Nvis Peeling: Ncomp * Nvis * (~10) Combine with Scale-sensitive deconvolution Nvis: , N2GCF: 7-50, Ncomp: 104-5

16 I/O load Near future data volume (1-2 years) GB/12hr by mid-2010 Effective data i/o: few 100 TB Next 5 years 100X increase (in volume and effective I/O) Non-streaming data processing Expect passes through the data (flagging + calibration + imaging) Exploit data parallelism Distribute normal equations (SPMD paradigm looks promising) Deploy computationally efficient algorithms ( P of SPMD) on a cluster

17 Computing challenges Direction dependent terms As expensive as imaging Significant increase in computing for wide-field wide-band imaging E.g. convolution kernels are larger (up to 50x50 for single facet EVLA A-array, Lband imaging) E.g. Multiple terms for modeling sky and aperture for wide-band widths Terabyte Initiative: 4K x 4K x 512 x 1Pol tests using 200 GB data set Timing Simple flagging : 1h Calibration (G-Jones) : 2h15m Calibration (B-Jones) : 2h35m Correction : 2h Imaging : 20h Compute : I/O ratio : 2:3

18 Parallelization: Initial results Spectral line imaging: (8GB RAM per node) Strong scaling with number of nodes & cube size Dominated by data I/O and handling of image cubes in the memory 1024 x 1024 x 1024 imaging Run-time with 1-Node : 50hr Run-time with 16-nodes : 1.5 hr Continuum imaging: (No PB-correction or MFS) Requires inter-node I/O (Distribution of normal equations) Dominated by data I/O 1024 x 1024 imaging: 1-node run-time : 9hr 16-node run-time : 70min (can be reduced up to 50%)

19 Parallelization: Initial results Image deconvolution is the most expensive step Most of the time spent in the forward and reverse transforms (gridding/de-gridding) Matching data access and in-memory grid access patterns is critical Optimal data access pattern for imaging and calibration are in conflict Freq-Time ordered data optimal for imaging Time-ordered data optimal for calibration DD calibration comparable to imaging in computing SS deconvolution + MSF might make FLOPS per I/O higher: A good thing!

20 Work in progress System integration Imaging Wide-band imaging: Integrate algorithms for various DD terms (W-term, PBcorrection, MFS) Wider-field, full-polarization imaging Imaging extended emission / wide-band mosaicking Return of Scale-Sensitive Deconvolution Calibration Testing pointing SelfCal Testing ideas for modeling aperture illumination Parallelization of all of the above!

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

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

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

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

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

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

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

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

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

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

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

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

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

Imaging and Deconvolution

Imaging and Deconvolution Imaging and Deconvolution 24-28 Sept 202 Narrabri, NSW, Australia Outline : - Synthesis Imaging Concepts - Imaging in Practice Urvashi Rau - Image-Reconstruction Algorithms National Radio Astronomy Observatory

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

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

Synthesis Imaging. Claire Chandler, Sanjay Bhatnagar NRAO/Socorro

Synthesis Imaging. Claire Chandler, Sanjay Bhatnagar NRAO/Socorro Synthesis Imaging Claire Chandler, Sanjay Bhatnagar NRAO/Socorro Michelson Summer Workshop Caltech, July 24-28, 2006 Synthesis Imaging 2 Based on the van Cittert-Zernike theorem: The complex visibility

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

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

EVLA Memo #133 Parallelization of the off-line data processing operations using CASA

EVLA Memo #133 Parallelization of the off-line data processing operations using CASA EVLA Memo #133 Parallelization of the off-line data processing operations using CASA S. Bhatnagar, H. Ye and D. Schiebel May 18, 2009 Abstract This memo describes the work done towards parallelization

More information

Self-calibration: about the implementation in GILDAS. Vincent Piétu IRAM. IRAM millimeter interferometry summerschool

Self-calibration: about the implementation in GILDAS. Vincent Piétu IRAM. IRAM millimeter interferometry summerschool Self-calibration: about the implementation in GILDAS Vincent Piétu IRAM 1 About an interferometer sensitivity One usually considers only the noise equation to assess the feasibility of an observation.

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

ALMA Antenna responses in CASA imaging

ALMA Antenna responses in CASA imaging 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 Motivation ALMA covers

More information

Primary Beams & Radio Interferometric Imaging Performance. O. Smirnov (Rhodes University & SKA South Africa)

Primary Beams & Radio Interferometric Imaging Performance. O. Smirnov (Rhodes University & SKA South Africa) Primary Beams & Radio Interferometric Imaging Performance O. Smirnov (Rhodes University & SKA South Africa) Introduction SKA Dish CoDR (2011), as summarized by Tony Willis: My sidelobes are better than

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

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

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

The Techniques of Radio Interferometry III: Imaging

The Techniques of Radio Interferometry III: Imaging Master Astronomy and Astrophysics - 5214RAAS6Y Radio Astronomy Lecture 8 The Techniques of Radio Interferometry III: Imaging Lecturer: Michael Wise (wise@astron.nl) April 25th, 2013 Westerbork/LOFAR Field

More information

EVLA memo 77. EVLA and SKA computing costs for wide field imaging. (Revised) 1. T.J. Cornwell, NRAO 2

EVLA memo 77. EVLA and SKA computing costs for wide field imaging. (Revised) 1. T.J. Cornwell, NRAO 2 EVLA memo 77 EVLA and SKA computing costs for wide field imaging (Revised) 1 T.J. Cornwell, NRAO 2 tcornwel@nrao.edu Abstract: I investigate the problem of high dynamic range continuum imaging in the presence

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

Imaging and non-imaging analysis

Imaging and non-imaging analysis 1 Imaging and non-imaging analysis Greg Taylor University of New Mexico Spring 2017 Plan for the lecture-i 2 How do we go from the measurement of the coherence function (the Visibilities) to the images

More information

Controlling Field-of-View of Radio Arrays using Weighting Functions

Controlling Field-of-View of Radio Arrays using Weighting Functions Controlling Field-of-View of Radio Arrays using Weighting Functions MIT Haystack FOV Group: Lynn D. Matthews,Colin Lonsdale, Roger Cappallo, Sheperd Doeleman, Divya Oberoi, Vincent Fish Fulfilling scientific

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

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

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

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

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

Radio interferometric imaging of spatial structure that varies with time and frequency

Radio interferometric imaging of spatial structure that varies with time and frequency Radio interferometric imaging of spatial structure that varies with time and frequency Urvashi Rau National Radio Astronomy Observatory, 1003 Lopezville Road, Socorro, NM-87801, USA ABSTRACT The spatial-frequency

More information

ERROR RECOGNITION & IMAGE ANALYSIS. Gustaaf van Moorsel (NRAO) Ed Fomalont (NRAO) Twelfth Synthesis Imaging Workshop 2010 June 8-15

ERROR RECOGNITION & IMAGE ANALYSIS. Gustaaf van Moorsel (NRAO) Ed Fomalont (NRAO) Twelfth Synthesis Imaging Workshop 2010 June 8-15 ERROR RECOGNITION & IMAGE ANALYSIS Gustaaf van Moorsel (NRAO) Ed Fomalont (NRAO) Twelfth Synthesis Imaging Workshop 2010 June 8-15 INTRODUCTION Why are these two topics Error Recognition and Image Analysis

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

Lecture 17 Reprise: dirty beam, dirty image. Sensitivity Wide-band imaging Weighting

Lecture 17 Reprise: dirty beam, dirty image. Sensitivity Wide-band imaging Weighting Lecture 17 Reprise: dirty beam, dirty image. Sensitivity Wide-band imaging Weighting Uniform vs Natural Tapering De Villiers weighting Briggs-like schemes Reprise: dirty beam, dirty image. Fourier inversion

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

John W. Romein. Netherlands Institute for Radio Astronomy (ASTRON) Dwingeloo, the Netherlands

John W. Romein. Netherlands Institute for Radio Astronomy (ASTRON) Dwingeloo, the Netherlands Signal Processing on GPUs for Radio Telescopes John W. Romein Netherlands Institute for Radio Astronomy (ASTRON) Dwingeloo, the Netherlands 1 Overview radio telescopes six radio telescope algorithms on

More information

Mosaicing and Single-Dish Combination

Mosaicing and Single-Dish Combination Mosaicing and Single-Dish Combination CASS Radio Astronomy School 2012 Lister Staveley-Smith (ICRAR / CAASTRO / UWA) Outline Mosaicing with interferometers! Nyquist sampling! Image formation Combining

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

EVLA Memo 67 W PROJECTION: A NEW ALGORITHM FOR NON-COPLANAR BASELINES

EVLA Memo 67 W PROJECTION: A NEW ALGORITHM FOR NON-COPLANAR BASELINES EVLA Memo 67 W PROJECTION: A NEW ALGORITHM FOR NON-COPLANAR BASELINES T.J. CORNWELL, K. GOLAP, AND S. BHATNAGAR Abstract. Wide-field imaging is key to many of the science goals of the EVLA in both Phase

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

SDP Design for Cloudy Regions

SDP Design for Cloudy Regions SDP Design for Cloudy Regions Markus Dolensky, 11/02/2016 2 ICRAR s Data Intensive Astronomy Group M.B. I.C. R.D. M.D. K.V. C.W. A.W. D.P. R.T. generously borrowed content from above colleagues 3 SDP Subelements

More information

Imaging Strategies and Postprocessing Computing Costs for Large-N SKA Designs

Imaging Strategies and Postprocessing Computing Costs for Large-N SKA Designs Imaging Strategies and Postprocessing Computing Costs for Large-N SKA Designs Colin J. Lonsdale Sheperd S Doeleman Divya Oberoi MIT Haystack Observatory 17 July 2004 Abstract: The performance goals of

More information

Computer Vision 2. SS 18 Dr. Benjamin Guthier Professur für Bildverarbeitung. Computer Vision 2 Dr. Benjamin Guthier

Computer Vision 2. SS 18 Dr. Benjamin Guthier Professur für Bildverarbeitung. Computer Vision 2 Dr. Benjamin Guthier Computer Vision 2 SS 18 Dr. Benjamin Guthier Professur für Bildverarbeitung Computer Vision 2 Dr. Benjamin Guthier 1. IMAGE PROCESSING Computer Vision 2 Dr. Benjamin Guthier Content of this Chapter Non-linear

More information

Data Analysis. I have got some data, so what now? Naomi McClure-Griffiths CSIRO Australia Telescope National Facility 2 Oct 2008

Data Analysis. I have got some data, so what now? Naomi McClure-Griffiths CSIRO Australia Telescope National Facility 2 Oct 2008 Data Analysis I have got some data, so what now? Naomi McClure-Griffiths CSIRO Australia Telescope National Facility 2 Oct 2008 1 Outline Non-imaging analysis Parameter estimation Point source fluxes,

More information

RFI Identification and Automatic Flagging

RFI Identification and Automatic Flagging RFI Identification and Automatic Flagging Urvashi Rau VLA Data Reduction Workshop 8 12 April 2013 Outline : 1388MHz RFI at the VLA + Online Flags Automatic Flagging Options and Strategies Some examples

More information

Wide-Field Imaging I: Non-Coplanar Visibilities

Wide-Field Imaging I: Non-Coplanar Visibilities Wide-Field Imaging I: Non-Coplanar Visibilities Rick Perley Eleventh Synthesis Imaging Workshop Socorro, June 10-17, 2008 Review: Measurement Equation From the first lecture, we have a general relation

More information

LOFAR UV-DATA PROCESSING TUTORIAL

LOFAR UV-DATA PROCESSING TUTORIAL LOFAR UV-DATA PROCESSING TUTORIAL Marco Iacobelli (ASTRON) European Radio Interferometry School, 19 th Oct 2017 Overview Tutorial topics General notes about low frequency data (see also L4,L9 by JC,VM)

More information

Imaging and Deconvolution

Imaging and Deconvolution Imaging and Deconvolution Rick Perley, NRAO/Socorro ATNF Radio School Narrabri, NSW 29 Sept 03 Oct 2014 #G Topics Imaging Formal Solution Discrete Data The Direct Transform The Fast Fourier Transform Weighting,

More information

A Modified Algorithm for CLEANing Wide-Field Maps with Extended Structures

A Modified Algorithm for CLEANing Wide-Field Maps with Extended Structures J. Astrophys. Astr. (1990) 11, 311 322 A Modified Algorithm for CLEANing Wide-Field Maps with Extended Structures Κ. S. Dwarakanath, A. A. Deshpande & Ν. Udaya Shankar Raman Research institute, Bangalore

More information

Advanced Surface Based MoM Techniques for Packaging and Interconnect Analysis

Advanced Surface Based MoM Techniques for Packaging and Interconnect Analysis Electrical Interconnect and Packaging Advanced Surface Based MoM Techniques for Packaging and Interconnect Analysis Jason Morsey Barry Rubin, Lijun Jiang, Lon Eisenberg, Alina Deutsch Introduction Fast

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

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

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

Parallel FFT Program Optimizations on Heterogeneous Computers

Parallel FFT Program Optimizations on Heterogeneous Computers Parallel FFT Program Optimizations on Heterogeneous Computers Shuo Chen, Xiaoming Li Department of Electrical and Computer Engineering University of Delaware, Newark, DE 19716 Outline Part I: A Hybrid

More information

Lecture 24. Lidar Simulation

Lecture 24. Lidar Simulation Lecture 24. Lidar Simulation q Introduction q Lidar Modeling via Lidar Simulation & Error Analysis q Functions of Lidar Simulation and Error Analysis q How to Build up Lidar Simulation? q Range-resolved

More information

Optimization and Beamforming of a Two Dimensional Sparse Array

Optimization and Beamforming of a Two Dimensional Sparse Array Optimization and Beamforming of a Two Dimensional Sparse Array Mandar A. Chitre Acoustic Research Laboratory National University of Singapore 10 Kent Ridge Crescent, Singapore 119260 email: mandar@arl.nus.edu.sg

More information

A Scalable GPU-Based Compressible Fluid Flow Solver for Unstructured Grids

A Scalable GPU-Based Compressible Fluid Flow Solver for Unstructured Grids A Scalable GPU-Based Compressible Fluid Flow Solver for Unstructured Grids Patrice Castonguay and Antony Jameson Aerospace Computing Lab, Stanford University GTC Asia, Beijing, China December 15 th, 2011

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

ASKAP Central Processor: Design and Implementa8on

ASKAP Central Processor: Design and Implementa8on ASKAP Central Processor: Design and Implementa8on Calibra8on and Imaging Workshop 2014 Ben Humphreys ASKAP So(ware and Compu3ng Project Engineer 3rd - 7th March 2014 ASTRONOMY AND SPACE SCIENCE Australian

More information

Synthesis imaging using CASA

Synthesis imaging using CASA Synthesis imaging using CASA Kuo-Song Wang ( 國松) and ARC-Taiwan team (ASIAA) UCAT Summer Student Program 2016 2016/06/30 Recap Radio interferometric observations The products from the array are Visibilities

More information

Engineered Diffusers Intensity vs Irradiance

Engineered Diffusers Intensity vs Irradiance Engineered Diffusers Intensity vs Irradiance Engineered Diffusers are specified by their divergence angle and intensity profile. The divergence angle usually is given as the width of the intensity distribution

More information

Local Multilevel Fast Multipole Algorithm for 3D Electromagnetic Scattering

Local Multilevel Fast Multipole Algorithm for 3D Electromagnetic Scattering Progress In Electromagnetics Research Symposium 2005, Hangzhou, China, August 22-26 745 Local Multilevel Fast Multipole Algorithm for 3D Electromagnetic Scattering Jun Hu, Zaiping Nie, Lin Lei, and Jun

More information

A New Method for Correcting ScanSAR Scalloping Using Forests and inter SCAN Banding Employing Dynamic Filtering

A New Method for Correcting ScanSAR Scalloping Using Forests and inter SCAN Banding Employing Dynamic Filtering A New Method for Correcting ScanSAR Scalloping Using Forests and inter SCAN Banding Employing Dynamic Filtering Masanobu Shimada Japan Aerospace Exploration Agency (JAXA), Earth Observation Research Center

More information

Data Handling and Transfer for German LOFAR Stations

Data Handling and Transfer for German LOFAR Stations Data Handling and Transfer for German LOFAR Stations anderson@mpifr-bonn.mpg.de On behalf of LOFAR and GLOW (slides stolen from many other LOFAR presentations by other people) 1/24 Some Initial Comments

More information

SDP Memo 048: Two Dimensional Sparse Fourier Transform Algorithms

SDP Memo 048: Two Dimensional Sparse Fourier Transform Algorithms SDP Memo 048: Two Dimensional Sparse Fourier Transform Algorithms Document Number......................................................... SDP Memo 048 Document Type.....................................................................

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

Virtual EM Inc. Ann Arbor, Michigan, USA

Virtual EM Inc. Ann Arbor, Michigan, USA Functional Description of the Architecture of a Special Purpose Processor for Orders of Magnitude Reduction in Run Time in Computational Electromagnetics Tayfun Özdemir Virtual EM Inc. Ann Arbor, Michigan,

More information

Image Sampling and Quantisation

Image Sampling and Quantisation Image Sampling and Quantisation Introduction to Signal and Image Processing Prof. Dr. Philippe Cattin MIAC, University of Basel 1 of 46 22.02.2016 09:17 Contents Contents 1 Motivation 2 Sampling Introduction

More information

High performance 2D Discrete Fourier Transform on Heterogeneous Platforms. Shrenik Lad, IIIT Hyderabad Advisor : Dr. Kishore Kothapalli

High performance 2D Discrete Fourier Transform on Heterogeneous Platforms. Shrenik Lad, IIIT Hyderabad Advisor : Dr. Kishore Kothapalli High performance 2D Discrete Fourier Transform on Heterogeneous Platforms Shrenik Lad, IIIT Hyderabad Advisor : Dr. Kishore Kothapalli Motivation Fourier Transform widely used in Physics, Astronomy, Engineering

More information

Image Sampling & Quantisation

Image Sampling & Quantisation Image Sampling & Quantisation Biomedical Image Analysis Prof. Dr. Philippe Cattin MIAC, University of Basel Contents 1 Motivation 2 Sampling Introduction and Motivation Sampling Example Quantisation Example

More information

Imaging and Deconvolution

Imaging and Deconvolution Imaging and Deconvolution David J. Wilner (Harvard-Smithsonian Center for Astrophysics) Fifteenth Synthesis Imaging Workshop 1-8 June 2016 Overview gain some intuition about interferometric imaging understand

More information

FM Antenna Pattern Evaluation using Numerical Electromagnetics Code

FM Antenna Pattern Evaluation using Numerical Electromagnetics Code FM Antenna Pattern Evaluation using Numerical Electromagnetics Code Richard Fry, CPBE Slide 1 of 27 Copyright 2003 Richard Fry Numerical Electromagnetics Code (NEC)! Simulates the electromagnetic response

More information

Status of PSF Reconstruction at Lick

Status of PSF Reconstruction at Lick Status of PSF Reconstruction at Lick Mike Fitzgerald Workshop on AO PSF Reconstruction May 10-12, 2004 Quick Outline Recap Lick AO system's features Reconstruction approach Implementation issues Calibration

More information

Audio-coding standards

Audio-coding standards Audio-coding standards The goal is to provide CD-quality audio over telecommunications networks. Almost all CD audio coders are based on the so-called psychoacoustic model of the human auditory system.

More information

AA CORRELATOR SYSTEM CONCEPT DESCRIPTION

AA CORRELATOR SYSTEM CONCEPT DESCRIPTION AA CORRELATOR SYSTEM CONCEPT DESCRIPTION Document number WP2 040.040.010 TD 001 Revision 1 Author. Andrew Faulkner Date.. 2011 03 29 Status.. Approved for release Name Designation Affiliation Date Signature

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

Audio-coding standards

Audio-coding standards Audio-coding standards The goal is to provide CD-quality audio over telecommunications networks. Almost all CD audio coders are based on the so-called psychoacoustic model of the human auditory system.

More information

Plane Wave Imaging Using Phased Array Arno Volker 1

Plane Wave Imaging Using Phased Array Arno Volker 1 11th European Conference on Non-Destructive Testing (ECNDT 2014), October 6-10, 2014, Prague, Czech Republic More Info at Open Access Database www.ndt.net/?id=16409 Plane Wave Imaging Using Phased Array

More information

Antenna Configurations for the MMA

Antenna Configurations for the MMA MMA Project Book, Chapter 15: Array Configuration Antenna Configurations for the MMA Tamara T. Helfer & M.A. Holdaway Last changed 11/11/98 Revision History: 11/11/98: Added summary and milestone tables.

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

A Correlation Test: What were the interferometric observation conditions?

A Correlation Test: What were the interferometric observation conditions? A Correlation Test: What were the interferometric observation conditions? Correlation in Practical Systems For Single-Pass Two-Aperture Interferometer Systems System noise and baseline/volumetric decorrelation

More information

TW Hya CASA Spectral Line Reduc6on Tutorial Imaging and Analysis

TW Hya CASA Spectral Line Reduc6on Tutorial Imaging and Analysis TW Hya CASA Spectral Line Reduc6on Tutorial Imaging and Analysis Day 4, Wednesday September 9 th 12:15 HCO+(4-3) moment maps of TW Hya Tutors: Katharine Johnston Andy Biggs, Sandra Etoka, (Liz Humphreys),

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

Capturing, Modeling, Rendering 3D Structures

Capturing, Modeling, Rendering 3D Structures Computer Vision Approach Capturing, Modeling, Rendering 3D Structures Calculate pixel correspondences and extract geometry Not robust Difficult to acquire illumination effects, e.g. specular highlights

More information

Jason Manley. Internal presentation: Operation overview and drill-down October 2007

Jason Manley. Internal presentation: Operation overview and drill-down October 2007 Jason Manley Internal presentation: Operation overview and drill-down October 2007 System overview Achievements to date ibob F Engine in detail BEE2 X Engine in detail Backend System in detail Future developments

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

Lecture 09. Lidar Simulation and Error Analysis Overview (1)

Lecture 09. Lidar Simulation and Error Analysis Overview (1) Lecture 09. Lidar Simulation and Error Analysis Overview (1) Introduction Lidar Modeling via Lidar Simulation & Error Analysis Functions of Lidar Simulation and Error Analysis How to Build up Lidar Simulation?

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

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

Signal processing with heterogeneous digital filterbanks: lessons from the MWA and EDA

Signal processing with heterogeneous digital filterbanks: lessons from the MWA and EDA Signal processing with heterogeneous digital filterbanks: lessons from the MWA and EDA Randall Wayth ICRAR/Curtin University with Marcin Sokolowski, Cathryn Trott Outline "Holy grail of CASPER system is

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

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