Adaptive selfcalibration for Allen Telescope Array imaging

Size: px
Start display at page:

Download "Adaptive selfcalibration for Allen Telescope Array imaging"

Transcription

1 Adaptive selfcalibration for Allen Telescope Array imaging Garrett Keating, William C. Barott & Melvyn Wright Radio Astronomy laboratory, University of California, Berkeley, CA, ABSTRACT Planned instruments such as the Atacama Large Millimeter Array (ALMA), the Large Synoptic Survey Telescope (LSST) and the Square Kilometer Array (SKA) will measure their data in petabytes. Innovative approaches in signal proccessing, computing hardware, algorithms, and data handling are necessary. In this paper we describe the automated data processing to handle the high data rate and RI in close to real time at the ATA. Automated data quality control, monitor and editing are essential for real time data processing. Three subsystems: RI excision, calibration, and imaging, function with limited or no a-priori information about the sky or telescope system, using a-priori calibrations, iteratively flagging data and imaging the sky to build a model for the calibrator field and self-calibrating to that model. 1. Introduction Data processing poses significant problems for large telescope arrays. The user is primarily interested in astronomy, and less interested in details of the data acquisition and data processing. Next generation radio telescopes, such as ALMA and SKA will only achieve their full potential if they can easily be used by non radio astronomy specialists. In many cases the desired output is calibrated images and phased array beams. Aperture synthesis imaging in radio astronomy has been developed with arrays of 10 to 100 antennas. In the current data processing paradigm, the cross correlations are formed in on-line, custom designed correlator hardware. The correlations and calibration data are written to datasets which are transferred to off-line computers where the calibrations are applied and images are made using data reduction packages. There is a severe mismatch between the data rates in the on-line correlator hardware and those supported by the off-line processing which can typically handle only a few percent of the data rates large correlators are capable of producing. This can be resolved by integrating the calibration and imaging into the data acquisition process. or phased array beams, the signals from multiple telescopes are combined and the calibration must be made in real time, as the data steams from the individual telescope elements are not stored. RI is best handled in close to real time. In this paper we describe the automated data processing to handle the high data rate and RI in close to real time at the ATA.

2 2 ig. 1. The ATA 42-antenna array at Hat Creek, CA 2. Allen Telescope Array The Allen Telescope Array (ATA) is an aperture synthesis array of 6-m diameter antennas equipped with broadband, dual polarization receivers from 0.5 to 11 GHz.. Multiple backends allow simultaneous imaging observations, pulsar observations, point source spectroscopy, and SETI searches. The wide field-of-view, ability to observe anywhere in the instantaneous bandwidth of the feed, and large blocks of observing time are ideally suited to making large surveys and to monitoring temporal variations in a wide variety of sources Correlators We use an correlator architecture: voltage signals from each antenna and each polarization are divided into 1024 frequency channels using a polyphase filter bank algorithm ( stage), and then cross-multiplied to measure the correlation properties of the incident radiation ( stage). The current ATA has 4 separate correlators with a 100 MHz bandwidth. There is a custom backplane between the and sections of the correlator and a maximum sample rate of 1Hz. In the next generation of DSP, we will use a a packetized 500 MHz bandwidth correlator developed in collaboration with the CASPER 1 group using commercial 10-Gbit Ethernet (10-GbE) switches to route the data through the correlator and enable sample rates of Hz into a cpu/gpu cluster Beamformers The ATA currently has 3 beamformers processing 100 Mhz of bandwidth into phased array beams for pulsar, and SETI analysis backends. 1 Collaboration for Astronomical Signal Processing & Engineering Research;

3 Real-Time Imager Realtime imaging is required to handle the high data rates from large surveys and transient phenomena. or wide-field synthesis arrays with a large number of antenna elements the data rates are too large for continuous data acquisition. SKA Memo 60 (Wright, 2005) discusses pertinent issues regarding the design of a realtime system. We have implemented a realtime imaging pipeline with the ATA with sampling at 10s and imaging at 100s (?) AAS 214th Meeting (601.06) Results from the Allen Telescope Array: Real-Time Imaging, Garrett Keating1, J. Barott2, Allen Telescope Array Team 1 University of California, Berkeley, 2 Embry-Riddle Aeronautical University. The high data rates required for transient imaging, and larger arrays such as SKA require seamless integrating the imaging and beam formation into the data acquisition process. Images can be made simultaneously in multiple regions within the field of view by integrating the output from the correlators at multiple phase centers on targets of interest, calibration sources, and sources whose sidelobes confuse the regions of interest. Calibration in close to realtime uses a model of the sky brightness distribution. The derived calibration parameters are fed back into the imagers and beam formers. The regions imaged update and improve the a-priori model, which becomes the final calibrated image by the time the observations are complete (ig. 2).... ~ Packetized Ethernet Switch G I P V V Gains( s,f,p) Model( s,f,p) PBeam( s,f,p) Bandpass( f ) PolCal( f,p) I1 p V ˆ(ˆ s f ), 1 I2 p V ˆ(ˆ s f ) Solver j k, 2 j k Beam Solver Imager Astronomy Control ig. 2. Data low in a realtime imaging system. Measured visibilities are compared with model visibilities and the residuals are used to update the model. This model becomes the final image. The next generation of DSP on the ATA will be a Correlator-Beamformer-Imaging engine

4 4 (CoBI) which will integrate the calibration and imaging into the data acquisition process by streaming uv-data and associated metadata to a beowulf cluster using standard 10-GbE packetized data and switches. or fast transients studies analysis will proceed. or slower data rates the original data can be stored and re-used at high bandwidths until the best possible calibration has been obtained ARTIS: Experience with Realtime Imaging on the ATA Automated data quality control, monitor and editing are essential for realtime data processing. During the last three years we have developed the Automated Real Time Imaging System (ARTIS) for the ATA. ARTIS has three subsystems: RI excision, calibration, and imaging (?). Each system meets three requirements: processing time cannot exceed the observation time; each must be robust enough that bad results are corrected; and each must function with limited or no a-priori information about the sky or system. ARTIS is now routinely used on the ATA. ARTIS uses calibration observations to determine amplitude, phase, and bandpass corrections for each antenna, iteratively flagging data that exceed RMS scatter or closure limits for both amplitude and phase. ARTIS then images the calibrator data, building a more complex model for the calibrator field and self-calibrating to that model. During the imaging cycle, ARTIS uses the calibrated data to find a flagging, deconvolution and self-calibration solution. ARTIS maximizes image quality by evaluating dynamic range and image fidelity. During the deconvolution cycle, ARTIS first uses CLEAN to derive a preliminary deconvolution model, and then calculates which deconvolution method (CLEAN or MEM) and number of iterations to use, testing the deconvolution solution by looking for point sources and noise statistics in the residual map. ARTIS then establishes upper and lower amplitude limits for visibilities, and flags outside these limits. ARTIS finally selfcalibrates on the image, and repeats the imaging cycle to maximize the dynamic range and image fidelity. The experience we have gained with these early tools provides solid bases for the next stages of realtime imaging with large-n arrays. ARTIS is based on the MIRIAD package, which is suitable for extension to the multi-cpu environment required for CoBI. Many of the problems of calibration and imaging are embarrassingly parallel. Significant parallelization can be made through multiple threads rather than the much more complex task of development of massively interconnected software Computing Requirements for ast Transient Source Surveys A big challenge in fast transients source surveys is providing the significant computing resources. We will sample visibilities on time scales down to 10-ms, image in individual channels, and search for images for individual pulses with a range of dispersion measures (DM). Data rate

5 5 from the CoBI on ATA-42 will be 22 GB/s with all baselines, all channels, and all Stokes parameters. The data rates can be reduced by matching channelization to the maximum DM explored. Post-RI subtraction will reduce the data rate to 0.2 to 0.7 GB/s. The volume of data requires an efficient and robust processing pipeline. We also include a large data archive ( 60 TB) that can archive 1 to 3 days of data, enabling us to post-process some data or deal with experiments in which the instantaneous data rate exceeds that of our computing cluster. This imaging approach gives a conservative estimate of computational demand. We estimate the number of operations for each image as N ops = M + N 2 log 2 (N), where M is the number of baselines, and N is the number of pixels on a side of an image. Incoherent de-dispersion requires coadding images across the band and adjusting for relative delays of roughly a second, or 10 2 integrations. Typical computational rates are 1 Tflop. This is comparable to the capability of the proposed computing cluster, estimated at 0.5 to 1 Tflops. On-the-fly processing and/or short-term data archiving are possible. 3. References Title: Real-Time Calibration of the Murchison Widefield Array Authors: D. A. Mitchell (1), L. J. Greenhill (1), R. B. Wayth (1), R. J. Sault (2), C. J. Lonsdale (3), R. J. Cappallo (3), M.. Morales (4), S. M. Ord (1) ((1) Harvard-Smithsonian Center for Astrophysics, (2) University of Melbourne, (3) MIT Haystack Observatory, (4) University of Washington) Comments: 11 pages, 5 figures. Accepted for the October issue of the IEEE Journal of Selected Topics in Signal Processing, Special Issue on Signal Processing for Astronomical and Space Research Applications

ASKAP Data Flow ASKAP & MWA Archives Meeting

ASKAP Data Flow ASKAP & MWA Archives Meeting ASKAP Data Flow ASKAP & MWA Archives Meeting Ben Humphreys ASKAP Software and Computing Project Engineer 25 th March 2013 ASTRONOMY AND SPACE SCIENCE ASKAP @ Murchison Radioastronomy Observatory Australian

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

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

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

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

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

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

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-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

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

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

MeerKAT Data Architecture. Simon Ratcliffe

MeerKAT Data Architecture. Simon Ratcliffe MeerKAT Data Architecture Simon Ratcliffe MeerKAT Signal Path MeerKAT Data Rates Online System The online system receives raw visibilities from the correlator at a sufficiently high dump rate to facilitate

More information

A Scalable, FPGA Based 8 Station Correlator Based on Modular Hardware and Parameterized Libraries

A Scalable, FPGA Based 8 Station Correlator Based on Modular Hardware and Parameterized Libraries A Scalable, FPGA Based 8 Station Correlator Based on Modular Hardware and Parameterized Libraries Aaron Parsons Space Sciences Lab University of California, Berkeley http://seti.berkeley.edu/ CASPER: Center

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

Developing A Universal Radio Astronomy Backend. Dr. Ewan Barr, MPIfR Backend Development Group

Developing A Universal Radio Astronomy Backend. Dr. Ewan Barr, MPIfR Backend Development Group Developing A Universal Radio Astronomy Backend Dr. Ewan Barr, MPIfR Backend Development Group Overview Why is it needed? What should it do? Key concepts and technologies Case studies: MeerKAT FBF and APSUSE

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

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

PoS(10th EVN Symposium)098

PoS(10th EVN Symposium)098 1 Joint Institute for VLBI in Europe P.O. Box 2, 7990 AA Dwingeloo, The Netherlands E-mail: szomoru@jive.nl The, a Joint Research Activity in the RadioNet FP7 2 programme, has as its aim the creation of

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

Powering Real-time Radio Astronomy Signal Processing with latest GPU architectures

Powering Real-time Radio Astronomy Signal Processing with latest GPU architectures Powering Real-time Radio Astronomy Signal Processing with latest GPU architectures Harshavardhan Reddy Suda NCRA, India Vinay Deshpande NVIDIA, India Bharat Kumar NVIDIA, India What signals we are processing?

More information

Status hardware, software and what next? Harry Keizer 1, Simon Bijlsma 1, Daniela de Paulis 1,3,Marc Wolf 1,2.

Status hardware, software and what next? Harry Keizer 1, Simon Bijlsma 1, Daniela de Paulis 1,3,Marc Wolf 1,2. SETI@CAMRAS 2017 Status hardware, software and what next? Harry Keizer 1, Simon Bijlsma 1, Daniela de Paulis 1,3,Marc Wolf 1,2 1 Stichting CAMRAS, 2 University of Central Lancashire, 3 University of Plymouth

More information

MWA Real-Time Subsystem

MWA Real-Time Subsystem MWA Real-Time Subsystem MWA post-correlation calibration & imaging sys. Short-term picture C-code development / testing in Cambridge use simulated data now, and 32T data later Long-term picture parallelized

More information

The Programmable Telescope

The Programmable Telescope The Programmable Telescope Tim Cornwell ASKAP Computing Lead New generation of radio telescopes Flourishing around the world Atacama Large Millimetre Array (ALMA) Expanded Very Large Array (EVLA) Square

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

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

Argus Radio Telescope Architecture

Argus Radio Telescope Architecture Argus Radio Telescope Architecture Douglas Needham http://cinnion.ka8zrt.com http://www.naapo.org Argus Architecture p.1/15 Introduction: Traditional Telescopes Radio telescopes commonly consist of a single

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

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

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

MASSACHUSETTS INSTITUTE OF TECHNOLOGY HAYSTACK OBSERVATORY

MASSACHUSETTS INSTITUTE OF TECHNOLOGY HAYSTACK OBSERVATORY MASSACHUSETTS INSTITUTE OF TECHNOLOGY HAYSTACK OBSERVATORY WESTFORD, MASSACHUSETTS 01886-1299 LOFAR MEMO #002 September 3, 2001 Phone: (978) 692-4764 Fax : (781) 981-0590 To: From: Subject: LOFAR Group

More information

S.A. Torchinsky, A. van Ardenne, T. van den Brink-Havinga, A.J.J. van Es, A.J. Faulkner (eds.) 4-6 November 2009, Château de Limelette, Belgium

S.A. Torchinsky, A. van Ardenne, T. van den Brink-Havinga, A.J.J. van Es, A.J. Faulkner (eds.) 4-6 November 2009, Château de Limelette, Belgium WIDEFIELD SCIENCE AND TECHNOLOGY FOR THE SKA SKADS CONFERENCE 2009 S.A. Torchinsky, A. van Ardenne, T. van den Brink-Havinga, A.J.J. van Es, A.J. Faulkner (eds.) 4-6 November 2009, Château de Limelette,

More information

The Square Kilometre Array. Miles Deegan Project Manager, Science Data Processor & Telescope Manager

The Square Kilometre Array. Miles Deegan Project Manager, Science Data Processor & Telescope Manager The Square Kilometre Array Miles Deegan Project Manager, Science Data Processor & Telescope Manager The Square Kilometre Array (SKA) The SKA is a next-generation radio interferometer: 3 telescopes, on

More information

Advanced Radio Imaging Techniques

Advanced Radio Imaging Techniques Advanced Radio Imaging Techniques Dylan Nelson August 10, 2006 MIT Haystack Observatory Mentors: Colin Lonsdale, Roger Cappallo, Shep Doeleman, Divya Oberoi Overview Background to the problem Data volumes

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

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

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

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

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

Overview of Science Data Processor. Paul Alexander Rosie Bolton Ian Cooper Bojan Nikolic Simon Ratcliffe Harry Smith

Overview of Science Data Processor. Paul Alexander Rosie Bolton Ian Cooper Bojan Nikolic Simon Ratcliffe Harry Smith Overview of Science Data Processor Paul Alexander Rosie Bolton Ian Cooper Bojan Nikolic Simon Ratcliffe Harry Smith Consortium Management and System Engineering Aims of the SDP Work Detailed design of

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

The Breakthrough LISTEN Search for Intelligent Life: A Wideband Data Recorder for the Robert C. Byrd Green Bank Telescope

The Breakthrough LISTEN Search for Intelligent Life: A Wideband Data Recorder for the Robert C. Byrd Green Bank Telescope The Breakthrough LISTEN Search for Intelligent Life: A Wideband Data Recorder for the Robert C. Byrd Green Bank Telescope Dave MacMahon University of California at Berkeley Breakthrough LISTEN SETI Project

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

SKA Computing and Software

SKA Computing and Software SKA Computing and Software Nick Rees 18 May 2016 Summary Introduc)on System overview Compu)ng Elements of the SKA Telescope Manager Low Frequency Aperture Array Central Signal Processor Science Data Processor

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

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

The UniBoard. a RadioNet FP7 Joint Research Activity. Arpad Szomoru, JIVE

The UniBoard. a RadioNet FP7 Joint Research Activity. Arpad Szomoru, JIVE The UniBoard a RadioNet FP7 Joint Research Activity Arpad Szomoru, JIVE Overview Background, project setup Current state UniBoard as SKA phase 1 correlator/beam former Future: UniBoard 2 The aim Creation

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

The Design and Applications of BEE2: A High End Reconfigurable Computing system

The Design and Applications of BEE2: A High End Reconfigurable Computing system The Design and Applications of BEE2: A High End Reconfigurable Computing system Chen Chang, John Wawrzynek, Bob Brodersen, EECS, University of California at Berkeley High-End Reconfigurable Computer (HERC)

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

SKA Technical developments relevant to the National Facility. Keith Grainge University of Manchester

SKA Technical developments relevant to the National Facility. Keith Grainge University of Manchester SKA Technical developments relevant to the National Facility Keith Grainge University of Manchester Talk Overview SKA overview Receptors Data transport and network management Synchronisation and timing

More information

Data Compression for HERA

Data Compression for HERA Data Compression for HERA Paul La Plante, James Aguirre, Bryna Hazelton, Miguel Morales 1. INTRODUCTION The size of the dataset for HERA will soon become intractable for either storage or computing if

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

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

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

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

Netherlands Institute for Radio Astronomy. May 18th, 2009 Hanno Holties

Netherlands Institute for Radio Astronomy. May 18th, 2009 Hanno Holties Netherlands Institute for Radio Astronomy Update LOFAR Long Term Archive May 18th, 2009 Hanno Holties LOFAR Long Term Archive (LTA) Update Status Architecture Data Management Integration LOFAR, Target,

More information

Advanced Multi-Beam Spect rom et er for t he GBT

Advanced Multi-Beam Spect rom et er for t he GBT Advanced Multi-Beam Spect rom et er for t he Conceptual Software Design Amy Shelton, Patrick Brandt, Bob Garwood, Joe Masters, Mark Whitehead NRAO and U.C. Berkeley Joint Conceptual Design Review January

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

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

The Argus 2002 Architecture

The Argus 2002 Architecture 1 The Argus 2002 Architecture Steven W. Ellingson 1 1 The Ohio State University ElectroScience Laboratory, 1320 Kinnear Road, Columbus OH 43212. E-mail: ellingson.1@osu.edu 2 I. Acronyms ANP Argus Narrowband

More information

Memo 126. Strawman SKA Correlator. J.D. Bunton (CSIRO) August

Memo 126. Strawman SKA Correlator. J.D. Bunton (CSIRO) August Memo 126 Strawman SKA Correlator J.D. Bunton (CSIRO) August 2010 www.skatelescope.org/pages/page_memos.htm Enquiries should be addressed to: John.Bunton@csiro.au Document his tory REVISION DATE AUTHOR

More information

Analysis of the Parallelisation of the Duchamp Algorithm

Analysis of the Parallelisation of the Duchamp Algorithm ivec Research Internships (2009-2010) Analysis of the Parallelisation of the Duchamp Algorithm Stefan Westerlund University of Western Australia Abstract A critical step in radio astronomy is to search

More information

SKA Low Correlator & Beamformer - Towards Construction

SKA Low Correlator & Beamformer - Towards Construction SKA Low Correlator & Beamformer - Towards Construction Dr. Grant Hampson 15 th February 2018 ASTRONOMY AND SPACE SCIENCE Presentation Outline Context + Specifications Development team CDR Status + timeline

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

Summary of Data Management Principles

Summary of Data Management Principles Large Synoptic Survey Telescope (LSST) Summary of Data Management Principles Steven M. Kahn LPM-151 Latest Revision: June 30, 2015 Change Record Version Date Description Owner name 1 6/30/2015 Initial

More information

CorrelX: A Cloud-Based VLBI Correlator

CorrelX: A Cloud-Based VLBI Correlator CorrelX: A Cloud-Based VLBI Correlator V. Pankratius, A. J. Vazquez, P. Elosegui Massachusetts Institute of Technology Haystack Observatory pankrat@mit.edu, victorpankratius.com 5 th International VLBI

More information

SDP Memo 40: PSRFITS Overview for NIP

SDP Memo 40: PSRFITS Overview for NIP SDP Memo 40: PSRFITS Overview for NIP Document Number.......................................................... SDP Memo 40 Document Type.....................................................................

More information

ASTRI/CTA data analysis on parallel and low-power platforms

ASTRI/CTA data analysis on parallel and low-power platforms ICT Workshop INAF, Cefalù 2015 Universidade de São Paulo Instituto de Astronomia, Geofisica e Ciencias Atmosferica ASTRI/CTA data analysis on parallel and low-power platforms Alberto Madonna, Michele Mastropietro

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

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

PTA Control System Architecture

PTA Control System Architecture PTA Control System Architecture Robert Ackermann January 30, 2002 1 Introduction This document establishes the PTA Control System architecture. It contains a high-level description of the proposed hardware

More information

style Click to edit Master text Click to edit Master subtitle style Rodrigo Améstica Click to edit Master text styles

style Click to edit Master text Click to edit Master subtitle style Rodrigo Améstica Click to edit Master text styles Correlator DataMaster Processor Click to edit title Click to edit Master subtitle style style Click to edit Master text Rodrigo Améstica Click to edit Master text styles Atacama Large Millimeter/submillimeter

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

SKA Regional Centre Activities in Australasia

SKA Regional Centre Activities in Australasia SKA Regional Centre Activities in Australasia Dr Slava Kitaeff CSIRO-ICRAR APSRC Project Engineer ERIDANUS National Project Lead Why SKA Regional Centres? SKA 1 Observatory Compute capacity: 100 Pflops

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

Machine Learning & Science Data Processing

Machine Learning & Science Data Processing Machine Learning & Science Data Processing Rob Lyon robert.lyon@manchester.ac.uk SKA Group University of Manchester Machine Learning (1) Collective term for branch of A.I. Uses statistical tools to make

More information

Studying GPU based RTC for TMT NFIRAOS

Studying GPU based RTC for TMT NFIRAOS Studying GPU based RTC for TMT NFIRAOS Lianqi Wang Thirty Meter Telescope Project RTC Workshop Dec 04, 2012 1 Outline Tomography with iterative algorithms on GPUs Matri vector multiply approach Assembling

More information

SOP for testing PACKETIZED CORRELATOR.

SOP for testing PACKETIZED CORRELATOR. SOP for testing PACKETIZED CORRELATOR. Sandeep C. Chaudhari & Irappa M. Halagali : 31/08/2012. VERSION : 1 Packetized correlator is an general purpose re-configurable digital backend for radio astronomy

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY HAYSTACK OBSERVATORY WESTFORD, MASSACHUSETTS May 2011

MASSACHUSETTS INSTITUTE OF TECHNOLOGY HAYSTACK OBSERVATORY WESTFORD, MASSACHUSETTS May 2011 MASSACHUSETTS INSTITUTE OF TECHNOLOGY HAYSTACK OBSERVATORY WESTFORD, MASSACHUSETTS 01886 27 May 2011 Telephone: 781-981-5400 Fax: 781-981-0590 TO: VLBI2010/mm-VLBI development group FROM: Alan R. Whitney,

More information

THERE is a growing need for high-performance realtime

THERE is a growing need for high-performance realtime PetaOp/Second FPGA Signal Processing for SETI and Radio Astronomy Aaron Parsons 1, Donald Backer 1, Chen Chang 1, Daniel Chapman 1, Henry Chen 1, Patrick Crescini 1, Christina de Jesus 1, Chris Dick 2,

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

Deconvolution and Imaging ASTR 240: In-class activity, April 1, 2013

Deconvolution and Imaging ASTR 240: In-class activity, April 1, 2013 Deconvolution and Imaging ASTR 240: In-class activity, April 1, 2013 In this activity, we will use calibrated visibilities from the Submillimeter Array to create an image of a disk around a nearby young

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

SOP for testing 4/8 antenna PACKETIZED CORRELATOR.

SOP for testing 4/8 antenna PACKETIZED CORRELATOR. SOP for testing 4/8 antenna PACKETIZED CORRELATOR. By : Sandeep C. Chaudhari & Irappa M. Halagali. VERSION : 2 Dated : 21/03/2013 Packetized correlator is a general purpose re-configurable digital backend

More information

PARALLEL PROGRAMMING MANY-CORE COMPUTING: THE LOFAR SOFTWARE TELESCOPE (5/5)

PARALLEL PROGRAMMING MANY-CORE COMPUTING: THE LOFAR SOFTWARE TELESCOPE (5/5) PARALLEL PROGRAMMING MANY-CORE COMPUTING: THE LOFAR SOFTWARE TELESCOPE (5/5) Rob van Nieuwpoort Vrije Universiteit Amsterdam & Astron, the Netherlands Institute for Radio Astronomy Why Radio? Credit: NASA/IPAC

More information

Mark 6: design and status update

Mark 6: design and status update VLBI Technical Meeting MIT Haystack Observatory 2012.10.23 Roger Cappallo Alan Whitney Chet Ruszczyk Mark 6: design and status update Why Mark6? drivers for everincreasing datarates Sensitivity! VLBI2010

More information

European VLBI Network

European VLBI Network European VLBI Network Cormac Reynolds, JIVE European Radio Interferometry School, Bonn 12 Sept. 2007 EVN Array 15 dissimilar telescopes Observes 3 times a year (approx 60 days per year) Includes some

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

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

POSSUM: analysis for early science and beyond

POSSUM: analysis for early science and beyond POSSUM: analysis for early science and beyond Cormac Purcell, Bryan Gaensler and the POSSUM team 2016-06-02 ASKAP 2016 askap.org/possum Rotation 1 Rotation 2 Figure: O'Sullivan et al. 2012 POSSUM-12 versus

More information

CASPER AND GPUS MODERATOR: DANNY PRICE, SCRIBE: RICHARD PRESTAGE. Applications correlators, beamformers, spectrometers, FRB

CASPER AND GPUS MODERATOR: DANNY PRICE, SCRIBE: RICHARD PRESTAGE. Applications correlators, beamformers, spectrometers, FRB CASPER AND GPUS MODERATOR: DANNY PRICE, SCRIBE: RICHARD PRESTAGE Frameworks MPI, heterogenous large systems Pipelines hashpipe, psrdata, bifrost, htgs Data transport DPDK, libvma, NTOP Applications correlators,

More information

FPGA APPLICATIONS FOR SINGLE DISH ACTIVITY AT MEDICINA RADIOTELESCOPES

FPGA APPLICATIONS FOR SINGLE DISH ACTIVITY AT MEDICINA RADIOTELESCOPES MARCO BARTOLINI - BARTOLINI@IRA.INAF.IT TORINO 18 MAY 2016 WORKSHOP: FPGA APPLICATION IN ASTROPHYSICS FPGA APPLICATIONS FOR SINGLE DISH ACTIVITY AT MEDICINA RADIOTELESCOPES TORINO, 18 MAY 2016, INAF FPGA

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

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

MWA Correlator Status. Cambridge MWA Meeting Roger Cappallo

MWA Correlator Status. Cambridge MWA Meeting Roger Cappallo MWA Correlator Status Cambridge MWA Meeting Roger Cappallo 2007.6.25 Correlator Requirements Complex cross-multiply and accumulate data from 524800 signal pairs Each pair comprises 3072 channels with 10

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

PARALLEL PROGRAMMING MANY-CORE COMPUTING FOR THE LOFAR TELESCOPE ROB VAN NIEUWPOORT. Rob van Nieuwpoort

PARALLEL PROGRAMMING MANY-CORE COMPUTING FOR THE LOFAR TELESCOPE ROB VAN NIEUWPOORT. Rob van Nieuwpoort PARALLEL PROGRAMMING MANY-CORE COMPUTING FOR THE LOFAR TELESCOPE ROB VAN NIEUWPOORT Rob van Nieuwpoort rob@cs.vu.nl Who am I 10 years of Grid / Cloud computing 6 years of many-core computing, radio astronomy

More information

The Virtual Observatory and the IVOA

The Virtual Observatory and the IVOA The Virtual Observatory and the IVOA The Virtual Observatory Emergence of the Virtual Observatory concept by 2000 Concerns about the data avalanche, with in mind in particular very large surveys such as

More information

AST3 Cameras, a Status Update

AST3 Cameras, a Status Update AST3 Cameras, a Status Update Astronomy & Astrophysics in Antarctica Aug. 18-21 Xi'an, China Richard Bredthauer, Greg Bredthauer, Kasey Boggs Semiconductor Technology Associates, Inc. 27122 Paseo Espada,

More information

Data Intensive Science Impact on Networks

Data Intensive Science Impact on Networks Data Intensive Science Impact on Networks Eli Dart, Network Engineer ESnet Network Engineering g Group IEEE Bandwidth Assessment Ad Hoc December 13, 2011 Outline Data intensive science examples Collaboration

More information