Development of Distributed e-vlbi Data Correlation Technologies in Ventspils International Radio Astronomy Center

Size: px
Start display at page:

Download "Development of Distributed e-vlbi Data Correlation Technologies in Ventspils International Radio Astronomy Center"

Transcription

1 Development of Distributed e-vlbi Data Correlation Technologies in Ventspils International Radio Astronomy Center Normunds Jekabsons 1, Karina Krinkele 1, Ivars Shmeld 1, Dominik Stoklosa Ventspils University College(VUC), Ventspils, Latvia; 2. Poznan Supercomputing and Networking Center (PSNC), Poland.

2 Where we are from? a

3 Outline 1. VIRAC site/radio telescopes; 2. VLBI networks of interest; 3. Near Earth object radar VLBI data processing; 4. SFXC adaption and e-vlbi; 5. Conclusions.

4 1.RT-32 Radio telescope

5 1.The new registration system: Mark5B with DBBC as video converter and formatter

6 1.RT-16 Radio telescope Diameter: 16m; Recently pointing capability is restored; Large scale corrosion damage of mirror supporting structure, to be replaced with a new one in a next 5 years; Used as test bead for reconstruction technologies; In year 2012 (or till dish replacement) will be used for radar VLBI; Installation of GHz receiver is planned till year 2012; Older Russian made video converter will be moved to RT-16.

7 1.VIRAC HPC computer cluster Recently rack-mounted unit with 30 nodes: 2 CPU x 2Cores Intel(R) Xeon(R) CPU 3.00GHz, Linux reports 5600 bogomips; 4GB ram per diskless node (can be activated internal SCA disk of 80Gb on each node); Debian Linux, shared NFS, rsh infrastructure, gigabit Ethernet; Update to mixed system - Power 7 / i86_64 is considered in a few upcoming years.

8 1.Telescope control adapted NASA field system software The software was adapted for RT-32 mirror pointing control system of old Soviet design (still has vacuum valves in it). Renovation of the system is on it's way. The Field System provides a suite of programs to assist with pointing calibration and sensitivity measurements for antennas. There are automated programs for measuring pointing offsets and antenna performance. There are also programs for fitting pointing data to a model (from FS authors). At the moment tested ssh remote control capability is reached.

9 2.VLBI networks and observation sessions The European VLBI Network (EVN) is an interferometric array of radio telescopes spread throughout Europe (and beyond) that conducts unique, high resolution, radio astronomical observations of radio sources. It is one of most sensitive VLBI array in the world, thanks to the collection of extremely large telescopes that contribute to the network. Successful fringe test may allow VIRAC to participate in EVN sessions.

10 2. Fringe test, summer 2011 with EVN network Unsuccessful, likely due to uncontrolled time drift of maser clock

11 2. Single dish maser W3(OH) observation - successful Session date: November 10, 2011 Object: Maser W3(OH) Result: observation was successful

12 2.VLBI networks and observation sessions Observation modes: Beam parking; Tracking. Radar-VLBI observations of nearearth objects Low Frequency VLBI network : Russia, Ukraine, Italy, Latvia and China. Transmitter is located in Evpatoria, Ukraine. Transmitted signals: Monochromatic; Frequency modulated.

13 3. Data processing Recently we are dealing with two software correlators: In-house developed code, engineered to process radar VLBI data from space debris and near-earth objects, pre-alpha stage (some functionality still missing); JIVE's (Joint Institute for VLBI in Europe) SFXC for EVN related VLBI data processing.

14 Software correlator; 3. Radar VLBI data processing, VIRAC correlator ANSI C programming language and POSIX compatibility; JSON (JavaScript Object Notation) for control parameters; MPI (Message Passing Interface) for parallel processing; Automated procedures (like reflected signal detection), batch processing; Real-time data streaming + processing for e-vlbi sessions (work in progress); Frontends for NRFI, MARK5a,b (planned - VDIFF) data formats.

15 3 modes of data processing MODE 1 auto-correlation of received signal for each VLBI station MODE 2 correlation between transmitted and received signals MODE 3 correlation between received signals of two VLBI stations 3. Radar VLBI data processing,virac correlator

16 Observation data file storage or Data flow Station 1 Data flow Station 2... Data flow Station N Coordination of data flow on cluster nodes... Output data Auto-correlation (video frequency,... etc.) (MODE 1) Processor 1 Processor n Auto-correlation (MODE 1) Output data (video frequency, etc.) At least N processors for N data flow Is signal detected?... Is signal detected? Yes Yes Processor 1 Data correction (frequency correction, time delay correction, etc.)... Processor n Data correction (frequency correction, time delay correction, etc.) At least N processors for N data flow......

17 Processor 1 Data correction (frequency correction, time delay correction, etc.)... Processor n Data correction (frequency correction, time delay correction, etc.) At least N processors for N data flow Output data (Doppler frequency, time lags) Correlation between transmitted signal and received signal (MODE 2) Procesors 1 Procesors 1 Correlation between two station pair received signals (MODE 3) Output data (Doppler frequency, time lags) Output data (Doppler frequency, time lags) Correlation between transmitted signal and received signal (MODE 2) Procesors n Procesors n Correlation between two station pair received signals (MODE 3) Output data (Doppler frequency, time lags) At least N processors for N data flow At least N(N-1)/2 processors for N data flow

18 3. Example Object: (shiver from IRIDIUM 33 and COSMOS 2251 collision); Observation: VLBR 10.1 Correlation between transmitted signal and received signal in RT-32. Peak in spectra represents the Doppler shift in signal path transmitter object receiver.

19 4. Software FX correlator for radioastronomical VLBI data processing SFXC - Software FX correlator; Developed by JIVE (Joint Institute for VLBI in Europe), mainly C++ code; Known to work with far-field objects; Two controls files needed to start correlation VEX file and JSON based correlation file; SFXC is adapted to work on Ventspils University College (VUC) HPC cluster.

20 4. Automatic e-vlbi SFXC sessions Deployed automatic e-vlbi system consisting of 6 main modules: Field System positioning module (NASA/Goddard Space Flight Center, Space Geodesy Project); DBBC+mark5B registration system; Translation Node module for data splitting in chunks(developed in JIVE); Correlation Node module for data processing tool or correlator(developed in JIVE); VLBI broker central element of the e-vlbi system(developed in PSNC); Workflow manager the main interface between user and the system(developed in PSNC).

21 4. Translation Node (TN) Developed by JIVE; TN service processes transfers the data to required Correlation Node; Can connect to Mark5 data system and download requested data; Copy the files over grid ftp.

22 4. Correlation Node Developed by PSNC; Responsible for managing and executing correlation jobs on the cluster; The implemation with VLBI Broker is required.

23 4. VLBI Broker (VB) Developed by PSNC; Central element of the e-vlbi System providing the centralized control of the entire experiment; The VB module processes experiment definition submitted from Workflow Manger application; VB is also responsible for coordination and submission of computational jobs with the distributed correlation of chunked data. Slide 2

24 Java windowbased application; Create observation workflow; Developed by PSNC. 4.WorkFlow Manager

25 4. New WorkFlow Manager, ongoing effort, NEXPReS project Workflow Manager = KIWI Portal (CLIENT) + Workflow Manager Service(WfMS, SERVER) Web-based interface; Server-side components; INFRASTRUCTURE Liferay/Websphere; Flex; Role-oriented access. Proxy between client and infrastructure; Central component containing all logic and persistence;

26 5. Conclusions During the last 1.5 years VIRAC has gained rudimentary VLBI data correlation capabilities; JIVE's SFXC, e-vlbi facilities and Field System are adapted technologies, now we can start to contribute to NEXPReS; Home-brewn near field radar VLBI correlator - first functionality is gained, development continues; E-VLBI cabaility is considered as goal for both correlators; Our goal is to be distributed e-vlbi ready, NEXPReS...

27 Thank you for your attention! The participation of the authors at this conference is supported by ERDF project «SATTEH, No.2010/0189/2DP/ /10/APIA/VIAA/019» being implemented in Engineering Research Institute «Ventspils International Radio Astronomy Centre» of Ventspils University College (VIRAC). Investing in Your future!

Preparing VIRAC radiotelescope RT-32 for VLBI observations

Preparing VIRAC radiotelescope RT-32 for VLBI observations Preparing VIRAC radiotelescope RT-32 for VLBI observations Vl.Bezrukovs Ventspils University College, Latvia BAASP 2012 08 May, 2012 Outline RT-32 Current status Irbene Radio telescope RT-32 preparation

More information

Irbene radiotelescope RT-32

Irbene radiotelescope RT-32 Irbene radiotelescope RT-32 V.Bezrukovs VIRAC, Latvia EVN TOG 28 June, 2012 Outline Ø RT- 32 Current status Ø Irbene Radio telescope RT- 32 prepara7on for observa7ons. Ø VLBI observa7on of naviga7on satellites,

More information

PoS(11th EVN Symposium)078

PoS(11th EVN Symposium)078 First successful VLBI observations in the EVN with VIRAC radio telescope RT-32 1 Engineering Research Institute, Ventspils International Radioastronomy Centre Inženieru Street 101, Ventspils, LV3600, Latvia

More information

LBA Operations. Cormac Reynolds, Chris Phillips, Phil Edwards + LBA Team 19 November 2015 CSIRO ASTRONOMY & SPACE SCIENCE

LBA Operations. Cormac Reynolds, Chris Phillips, Phil Edwards + LBA Team 19 November 2015 CSIRO ASTRONOMY & SPACE SCIENCE LBA Operations Cormac Reynolds, Chris Phillips, Phil Edwards + LBA Team 19 November 2015 CSIRO ASTRONOMY & SPACE SCIENCE Hartebeesthoek 8000 km Real-time e-vlbi LBA 6 ant 1700km 40 ujy/beam (Ceduna) +Auscope

More information

BRAND EVN (BRoad-bAND EVN) Joint Research Activity in RadioNet4 Gino Tuccari & Walter Alef plus partners

BRAND EVN (BRoad-bAND EVN) Joint Research Activity in RadioNet4 Gino Tuccari & Walter Alef plus partners BRAND EVN (BRoad-bAND EVN) Joint Research Activity in RadioNet4 Gino Tuccari & Walter Alef plus partners digital VLBI-receiver: ~1.5-15.5 GHz for the EVN and other telescopes Prototype for prime focus

More information

ANSYS v14.5. Manager Installation Guide CAE Associates

ANSYS v14.5. Manager Installation Guide CAE Associates ANSYS v14.5 Remote Solve Manager Installation Guide 2013 CAE Associates What is the Remote Solve Manager? The Remote Solve Manager (RSM) is a job queuing system designed specifically for use with the ANSYS

More information

BRAND EVN AND EVN) (BRoad-bAND Joint Research Activity in RadioNet4 Gino Tuccari & Walter Alef plus partners

BRAND EVN AND EVN) (BRoad-bAND Joint Research Activity in RadioNet4 Gino Tuccari & Walter Alef plus partners BRAND EVN (BRoad-b AND EVN) (BRoad-bAND Joint Research Activity in RadioNet4 Gino Tuccari & Walter Alef plus partners digital VLBI-receiver: ~1.5-15.5 GHz for the EVN and other telescopes Prototype for

More information

High Speed Data Transmission and Processing Systems for e-vlbi Observations

High Speed Data Transmission and Processing Systems for e-vlbi Observations High Speed Data Transmission and Processing Systems for e-vlbi Observations Yasuhiro Koyama, Tetsuro Kondo, and Junichi Nakajima Communications Research Laboratory, Kashima Space Research Center 893-1

More information

DiFX Correlator at Bonn

DiFX Correlator at Bonn DiFX Correlator at Bonn 1 Alessandra Bertarini, IGG University of Bonn & MPIfR Bonn Walter Alef, MPIfR Bonn Arno Müskens, IGG University of Bonn Helge Rottmann, MPIfR Bonn Jan Wagner, MPIfR Bonn DiFX DiFX

More information

A report on KAT7 and MeerKAT status and plans

A report on KAT7 and MeerKAT status and plans A report on KAT7 and MeerKAT status and plans SKA SA, Cape Town Office 3rd Floor, The Park, Park Road, Pinelands, Cape Town, South Africa E mail: tony@hartrao.ac.za This is a short memo on the current

More information

The EVN DBBC Project. G. Tuccari Istituto di Radioastronomia Noto, Italy. Digital Backend Workshop - Bonn, Germany

The EVN DBBC Project. G. Tuccari Istituto di Radioastronomia Noto, Italy. Digital Backend Workshop - Bonn, Germany The EVN DBBC Project G. Tuccari Istituto di Radioastronomia Noto, Italy EVN DBBC Working Group S. Pogrebenko, S. Parsley JIVE-Dwingeloo, The Netherlansds W. Alef MPI-Radiastronomie-Bonn, Germany Y. Xiang

More information

BRAND EVN EVN) Joint Research Activity in RadioNet4 Gino Tuccari & Walter Alef plus partners

BRAND EVN EVN) Joint Research Activity in RadioNet4 Gino Tuccari & Walter Alef plus partners BRAND EVN (BRoad-bAND EVN) Joint Research Activity in RadioNet4 Gino Tuccari & Walter Alef plus partners EVN Observing Bands < 22GHz Today in the EVN separate receivers cover: 18 cm - L band 13 cm - S

More information

SKA-low and the Aperture Array Verification System

SKA-low and the Aperture Array Verification System SKA-low and the Aperture Array Verification System Randall Wayth AADCC Project Scientist On behalf of the Aperture Array Design & Construction Consortium (AADCC) AADCC partners ASTRON (Netherlands) ICRAR/Curtin

More information

Cross Correlators. Jayce Dowell/Greg Taylor. University of New Mexico Spring Astronomy 423 at UNM Radio Astronomy

Cross Correlators. Jayce Dowell/Greg Taylor. University of New Mexico Spring Astronomy 423 at UNM Radio Astronomy Cross Correlators Jayce Dowell/Greg Taylor University of New Mexico Spring 2017 Astronomy 423 at UNM Radio Astronomy Outline 2 Re-cap of interferometry What is a correlator? The correlation function Simple

More information

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

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

More information

Casper Instrumentation at Green Bank

Casper Instrumentation at Green Bank Casper Instrumentation at Green Bank John Ford September 28, 2009 The NRAO is operated for the National Science Foundation (NSF) by Associated Universities, Inc. (AUI), under a cooperative agreement. GBT

More information

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

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

More information

Sardinia Radio Telescope

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

More information

Chinese VLBI Network and its application to evlbi

Chinese VLBI Network and its application to evlbi Chinese VLBI Network and its application to evlbi Zhong Chen Chinese VLBI Team The 8th International e-vlbi Workshop 22-26 June 2009 - Madrid, Spain 1 Outline 1.Chinese VLBI Network a) History b) Stations

More information

System Failure Operational Recovery

System Failure Operational Recovery System Failure Operational Recovery VLBI data acquisition is a complex technical challenge for operators using various electronic data acquisition systems, large radio telescopes that use various drive

More information

Other Space Geodetic Techniques. E. Calais Purdue University - EAS Department Civil 3273

Other Space Geodetic Techniques. E. Calais Purdue University - EAS Department Civil 3273 Other Space Geodetic Techniques E. Calais Purdue University - EAS Department Civil 3273 ecalais@purdue.edu Satellite Laser Ranging = SLR Measurement of distance (=range) between a ground station and a

More information

Other Space Geodetic Techniques. E. Calais Purdue University - EAS Department Civil 3273

Other Space Geodetic Techniques. E. Calais Purdue University - EAS Department Civil 3273 Other Space Geodetic Techniques E. Calais Purdue University - EAS Department Civil 3273 ecalais@purdue.edu Satellite Laser Ranging Measurement of distance (=range) between a ground station and a satellite

More information

VLBI DATA Acquisition Terminal modernization at the Deep Space Network

VLBI DATA Acquisition Terminal modernization at the Deep Space Network VLBI DATA Acquisition Terminal modernization at the Deep Space Network Cristina García Miró Madrid Deep Space Communication Complex NASA/JPL INTA/INSA Summary VLBI at Deep Space Network DSN VLBI Processor

More information

LATVIAN JOURNAL OF PHYSICS AND TECHNICAL SCIENCES 2016, N 2 DOI: /lpts

LATVIAN JOURNAL OF PHYSICS AND TECHNICAL SCIENCES 2016, N 2 DOI: /lpts LATVIAN JOURNAL OF PHYSICS AND TECHNICAL SCIENCES 2016, N 2 DOI: 10.1515/lpts-2016-0009 TIME AND FREQUENCY SYNCHRONIZATION ON THE VIRAC RADIO TELESCOPE RT-32 V. Bezrukovs Engineering Research Institute

More information

Consorzio COMETA FESR

Consorzio COMETA FESR Consorzio COMETA FESR Visualization Element: towards the definition of a new Grid service Giuseppe ANDRONICO (1), Roberto BARBERA (1)(2), Andrea FORNAIA (1), Marcello IACONO MANNO (3) and Giuseppe LA ROCCA

More information

Planning ALMA Observations

Planning ALMA Observations Planning Observations Atacama Large mm/sub-mm Array Mark Lacy North American Science Center Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope Very

More information

Overview of the SKA. P. Dewdney International SKA Project Engineer Nov 9, 2009

Overview of the SKA. P. Dewdney International SKA Project Engineer Nov 9, 2009 Overview of the SKA P. Dewdney International SKA Project Engineer Nov 9, 2009 Outline* 1. SKA Science Drivers. 2. The SKA System. 3. SKA technologies. 4. Trade-off space. 5. Scaling. 6. Data Rates & Data

More information

AUTOMATION ACROSS THE ENTERPRISE

AUTOMATION ACROSS THE ENTERPRISE AUTOMATION ACROSS THE ENTERPRISE WHAT WILL YOU LEARN? What is Ansible Tower How Ansible Tower Works Installing Ansible Tower Key Features WHAT IS ANSIBLE TOWER? Ansible Tower is a UI and RESTful API allowing

More information

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

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

More information

VERY LONG BASELINE INTERFEROMETRY

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

More information

Correlator electronics. Alejandro Saez

Correlator electronics. Alejandro Saez Correlator electronics Alejandro Saez List of hardware elements to be discussed Correlator Interface Cards (CI) Correlator Cards (CC) Long Term Accumulator (LTA) Final Adder (FA) Data Port Interface (DPI)

More information

Very Long Baseline Interferometry

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

More information

IMPROVING THE PERFORMANCE OF LOW COST GPS TIMING RECEIVERS

IMPROVING THE PERFORMANCE OF LOW COST GPS TIMING RECEIVERS IMPROVING THE PERFORMANCE OF LOW COST GPS TIMING RECEIVERS Thomas A. Clark NASA Goddard Space Flight Center (retired) mailto:k3io@verizon.net Richard M. Hambly CNS Systems, Inc. ( http://cnssys.com & http://gpstime.com

More information

NRC Herzberg Astronomy & Astrophysics

NRC Herzberg Astronomy & Astrophysics NRC Herzberg Astronomy & Astrophysics SKA Pre-Construction Update Séverin Gaudet, Canadian Astronomy Data Centre David Loop, Director Astronomy Technology June 2016 update SKA Pre-Construction NRC Involvement

More information

Phased Array VLBI Processor for SMA PHased-array Recording INstrument for Galactic Event-horizon Studies 29 September 2009

Phased Array VLBI Processor for SMA PHased-array Recording INstrument for Galactic Event-horizon Studies 29 September 2009 Phased Array VLBI Processor for SMA PHased-array Recording INstrument for Galactic Event-horizon Studies 29 September 2009 Rurik A. Primiani Rurik Primiani & Jonathan Weintroub, CfA-SMA Collaborators:

More information

Volume 82 VERY LONG BASELINE INTERFEROMETRY AND THE VLBA. J. A. Zensus, P. J. Diamond, and P. J. Napier

Volume 82 VERY LONG BASELINE INTERFEROMETRY AND THE VLBA. J. A. Zensus, P. J. Diamond, and P. J. Napier ASTRONOMICAL SOCIETY OF THE PACIFIC CONFERENCE SERIES Volume 82 VERY LONG BASELINE INTERFEROMETRY AND THE VLBA Proceedings of a Summer School held in Socorro, New Mexico 23-30 June 1993 NRAO Workshop No.

More information

An FPGA-Based Back End for Real Time, Multi-Beam Transient Searches Over a Wide Dispersion Measure Range

An FPGA-Based Back End for Real Time, Multi-Beam Transient Searches Over a Wide Dispersion Measure Range An FPGA-Based Back End for Real Time, Multi-Beam Transient Searches Over a Wide Dispersion Measure Range Larry D'Addario 1, Nathan Clarke 2, Robert Navarro 1, and Joseph Trinh 1 1 Jet Propulsion Laboratory,

More information

The LOFAR Sensor Network. and New Scientific Use of Old Spectrum

The LOFAR Sensor Network. and New Scientific Use of Old Spectrum The LOFAR Sensor Network and New Scientific Use of Old Spectrum Willem A. Baan Netherlands Foundation for Research in Astronomy, ASTRON baan@astron.nl Drive towards higher sensitivity in RA Increase BW

More information

Technology Development in Chinese VLBI Network

Technology Development in Chinese VLBI Network Technology Development in Chinese VLBI Network Xiuzhong ZHANG, Zhihan QIAN, Xiaoyu HONG, Zhiqiang SHEN and Team of CVN xzhang@shao.ac.cn Shanghai Astronomical Observatory, CAS 1st International VLBI Technology

More information

Specifications for the GBT spectrometer

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

More information

Results from the Yebes RAEGE telescope

Results from the Yebes RAEGE telescope Results from the Yebes RAEGE telescope P. de Vicente Observatorio de Yebes - CDT (IGN) The telescope Designed by Mt-Mechatronics Mechanics built by Asturfeito Telescope finished by end of 2013 Diameter:

More information

TECHNOLOGICAL DEVELOPMENTS AT IGN INSTRUMENTATION AND TECHNOLOGICAL DEVELOPMENTS AT THE IGN

TECHNOLOGICAL DEVELOPMENTS AT IGN INSTRUMENTATION AND TECHNOLOGICAL DEVELOPMENTS AT THE IGN INSTRUMENTATION AND TECHNOLOGICAL DEVELOPMENTS AT THE IGN Yebes Observatory is a Fundamental Geodetic Station where Astronomical, Geodetic and Geophysical techniques are combined. Yebes, Guadalajara, Spain

More information

A CubeSat-Based Optical Communication Network for Low Earth Orbit

A CubeSat-Based Optical Communication Network for Low Earth Orbit A CubeSat-Based Optical Communication Network for Low Earth Orbit Richard Welle, Alexander Utter, Todd Rose, Jerry Fuller, Kristin Gates, Benjamin Oakes, and Siegfried Janson The Aerospace Corporation

More information

EVN Technical and Operations Group Meeting

EVN Technical and Operations Group Meeting EVN Technical and Operations Group Meeting St. Petersburg, Russian Federation, September 19, 2016 Minutes Participants: http://www.ipa.nw.ru/tog2016/participants.html Agenda: http://www.radionet-eu.org/radionet3wiki/doku.php?

More information

Very Long Baseline Interferometry. Richard Porcas Max-Planck-Institut fuer Radioastronomie, Bonn

Very Long Baseline Interferometry. Richard Porcas Max-Planck-Institut fuer Radioastronomie, Bonn Very Long Baseline Interferometry Richard Porcas Max-Planck-Institut fuer Radioastronomie, Bonn 1 Contents Introduction Principles and Practice of VLBI High angular resolution of long baselines The geophysics

More information

High Performance Computing and Visualization at the School of Health Information Sciences

High Performance Computing and Visualization at the School of Health Information Sciences High Performance Computing and Visualization at the School of Health Information Sciences Stefan Birmanns, Ph.D. Postdoctoral Associate Laboratory for Structural Bioinformatics Outline High Performance

More information

GPU-based data analysis for Synthetic Aperture Microwave Imaging

GPU-based data analysis for Synthetic Aperture Microwave Imaging GPU-based data analysis for Synthetic Aperture Microwave Imaging 1 st IAEA Technical Meeting on Fusion Data Processing, Validation and Analysis 1 st -3 rd June 2015 J.C. Chorley 1, K.J. Brunner 1, N.A.

More information

Planning (VLA) observations

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

More information

Interactive (statistical) visualisation and exploration of the full Gaia catalogue with vaex.

Interactive (statistical) visualisation and exploration of the full Gaia catalogue with vaex. Interactive (statistical) visualisation and exploration of the full Gaia catalogue with vaex. Maarten Breddels & Amina Helmi WP985/WP945 Vaex demo / Gaia DR1 workshop ESAC 2016 Outline Motivation Technical

More information

Biggest Radio-Telescope in Northern Europe, the RT-32 in Latvia Christian Monstein

Biggest Radio-Telescope in Northern Europe, the RT-32 in Latvia Christian Monstein Biggest Radio-Telescope in Northern Europe, the RT-32 in Latvia Christian Monstein Hidden in the dense coastal forests of Slītere a mysterious ex-soviet spy center is now used for science. Almost everyone

More information

EVN Technical and Operations Group Meeting

EVN Technical and Operations Group Meeting EVN Technical and Operations Group Meeting Ventspils, Latvia, May 23, 2017 Minutes Participants: http://evntog2017.venta.lv/registration/ Agenda: http://www.radionet-eu.org/radionet3wiki/doku.php?id=na:eratec:tog:tog-meeting-

More information

Connecting Radio Telescopes for Global VLBI. Huib van Langevelde JIVE

Connecting Radio Telescopes for Global VLBI. Huib van Langevelde JIVE Connecting Radio Telescopes for Global VLBI Huib van Langevelde JIVE Outline Introduce concepts What is VLBI, how is it organized in Europe Data intensive radio astronomy Achievements of e-vlbi Progress

More information

ACTIVITIES AT THE STATE TIME AND FREQUENCY STANDARD OF RUSSIA

ACTIVITIES AT THE STATE TIME AND FREQUENCY STANDARD OF RUSSIA ACTIVITIES AT THE STATE TIME AND FREQUENCY STANDARD OF RUSSIA N. Koshelyaevsky, V. Kostromin, O. Sokolova, and E. Zagirova FGUP VNIIFTRI, 141570 Mendeleevo, Russia E-mail: nkoshelyaevsky@vniiftri.ru Abstract

More information

Detection of Radio Pulses from Air Showers with LOPES

Detection of Radio Pulses from Air Showers with LOPES Detection of Radio Pulses from Air Showers with LOPES Andreas Horneffer for the LOPES Collaboration Radboud University Nijmegen Radio Emission from Air Showers air showers are known since 1965 to emit

More information

Time and Frequency Distribution Overview and Issues Rob Selina

Time and Frequency Distribution Overview and Issues Rob Selina Time and Frequency Distribution Overview and Issues Rob Selina Atacama Large Millimeter/submillimeter Array Karl G. Jansky Very Large Array Robert C. Byrd Green Bank Telescope Very Long Baseline Array

More information

Practical Radio Interferometry VLBI. Olaf Wucknitz.

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

More information

LOFAR: Special Issues

LOFAR: Special Issues Netherlands Institute for Radio Astronomy LOFAR: Special Issues John McKean (ASTRON) ASTRON is part of the Netherlands Organisation for Scientific Research (NWO) 1 Preamble http://www.astron.nl/~mckean/eris-2011-2.pdf

More information

Practical Radio Interferometry VLBI. Olaf Wucknitz. Bonn, 21 November 2012

Practical Radio Interferometry VLBI. Olaf Wucknitz. Bonn, 21 November 2012 Practical Radio Interferometry VLBI Olaf Wucknitz wucknitz@mpifr-bonn.mpg.de Bonn, 21 November 2012 VLBI Need for long baselines What defines VLBI? Techniques VLBI science Practical issues VLBI arrays

More information

Why Single Dish? Why Single Dish? Darrel Emerson NRAO Tucson

Why Single Dish? Why Single Dish? Darrel Emerson NRAO Tucson Why Single Dish? Darrel Emerson NRAO Tucson Why Single Dish? What's the Alternative? Comparisons between Single-Dish, Phased Array & Interferometers Advantages and Disadvantages of Correlation Interferometer

More information

PoS(11th EVN Symposium)073

PoS(11th EVN Symposium)073 Gino Tuccari, Salvo Buttaccio INAF Istituto di Radioastronomia, Contrada Renna Bassa, I-96017 Noto, Italy E-mail: g.tuccari@ira.inaf.it, Michael Wunderlich, David A. Graham, Alessandra Bertarini, Alan

More information

HIGH PERFORMANCE RADAR SIGNAL PROCESSING

HIGH PERFORMANCE RADAR SIGNAL PROCESSING HIGH PERFORMANCE RADAR SIGNAL PROCESSING Justin Haze Advisor: V. Chandrasekar Mentor: Cuong M. Nguyen Colorado State University ECE 401 Senior Design 1 Objective Real-time implementation of Radar Data

More information

Correlators for the PdB interferometer : Part 1 : The Widex correlator. Part 2: Development of next generation

Correlators for the PdB interferometer : Part 1 : The Widex correlator. Part 2: Development of next generation Correlators for the PdB interferometer : Part 1 : The Widex correlator Part 2: Development of next generation WideX : 4x2 GHz BW for 8 Antennas Sampling : 4 Gs/s, 2-bit 4-level, 2nd Nyquist window Time

More information

Recent progress and future development of Nobeyama 45-m Telescope

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

More information

THE KAROO ARRAY TELESCOPE (KAT) & FPA EFFORT IN SOUTH AFRICA

THE KAROO ARRAY TELESCOPE (KAT) & FPA EFFORT IN SOUTH AFRICA THE KAROO ARRAY TELESCOPE (KAT) & FPA EFFORT IN SOUTH AFRICA Dr. Dirk Baker (KAT FPA Sub-system Manager) Prof. Justin Jonas (SKA SA Project Scientist) Ms. Anita Loots (KAT Project Manager) Mr. David de

More information

November SKA Low Frequency Aperture Array. Andrew Faulkner

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

More information

Zero Touch Provisioning of NIOS on Openstack using Ansible

Zero Touch Provisioning of NIOS on Openstack using Ansible DEPLOYMENT GUIDE Zero Touch Provisioning of NIOS on Openstack using Ansible NIOS version 8.3 Oct 2018 2018 Infoblox Inc. All rights reserved. Zero Touch Provisioning of NIOS on Openstack using Ansible

More information

Correlator Development at Haystack. Roger Cappallo Haystack-NRAO Technical Mtg

Correlator Development at Haystack. Roger Cappallo Haystack-NRAO Technical Mtg Correlator Development at Haystack Roger Cappallo Haystack-NRAO Technical Mtg. 2006.10.26 History of Correlator Development at Haystack ~1973 Mk I 360 Kb/s x 2 stns. 1981 Mk III 112 Mb/s x 4 stns. 1986

More information

VLBI2010: In search of Sub-mm Accuracy

VLBI2010: In search of Sub-mm Accuracy VLBI2010: In search of Sub-mm Accuracy Bill Petrachenko, Nov 6, 2007, University of New Brunswick What is VLBI2010? VLBI2010 is an effort by the International VLBI Service for Geodesy and Astrometry (IVS)

More information

GPU based imager for radio astronomy

GPU based imager for radio astronomy GPU based imager for radio astronomy GTC2014, San Jose, March 27th 2014 S. Bhatnagar, P. K. Gupta, M. Clark, National Radio Astronomy Observatory, NM, USA NVIDIA-India, Pune NVIDIA-US, CA Introduction

More information

Interactive Visualization of Large-Scale Architectural Models over the Grid

Interactive Visualization of Large-Scale Architectural Models over the Grid Interactive Visualization of Large-Scale Architectural Models over the Grid XU Shuhong, HENG Chye Kiang, SUBRAMANIAM Ganesan, HO Quoc Thuan, KHOO Boon Tat Agenda Motivation Objective A Grid-Enabled Visualization

More information

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

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

More information

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

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

More information

How to Access EO Data

How to Access EO Data How to Access EO Data Andrea Minchella 29 June 2009, D1L1 ESA CAT-1 EO Principal Investigator ESA PIs and Projects 1-10 projects 11-20 projects 21-40 projects 41-60 projects 61-100 projects 101-200 projects

More information

VLBI Developments in Australia Cormac Reynolds, Chris Phillips + LBA & Parkes Teams 14 November 2018 CSIRO ASTRONOMY & SPACE SCIENCE

VLBI Developments in Australia Cormac Reynolds, Chris Phillips + LBA & Parkes Teams 14 November 2018 CSIRO ASTRONOMY & SPACE SCIENCE VLBI Developments in Australia Cormac Reynolds, Chris Phillips + LBA & Parkes Teams 14 November 2018 CSIRO ASTRONOMY & SPACE SCIENCE LBA LBA VLBI array operated by CSIRO UTAS, AUT and SARAO (Hart) Parkes

More information

TROPOSPHERIC CHARACTERISATION OF SKA SITES

TROPOSPHERIC CHARACTERISATION OF SKA SITES TROPOSPHERIC CHARACTERISATION OF SKA SITES Document number... WP3 040.020.000 R 001 Revision... 2 Author... R.P. Millenaar Date... 2011 02 09 Status... Approved for release Name Designation Affiliation

More information

New Zealand evlbi. Tim Natusch,Sergei Gulyaev, Stuart Weston, Hiroshi Takiguchi

New Zealand evlbi. Tim Natusch,Sergei Gulyaev, Stuart Weston, Hiroshi Takiguchi New Zealand evlbi Tim Natusch,Sergei Gulyaev, Stuart Weston, Hiroshi Takiguchi Institute for Radio Astronomy and Space Research, AUT University Auckland New Zealand November 2011 Johannesburg 1/80 Radio

More information

SSC space expertise on the ground

SSC space expertise on the ground SSC space expertise on the ground FMV Sensor Symposium Stockholm, September 2016 Björn Ohlson and Petrus Hyvönen Satellite Services for Surveillance & Reconnaissance Navigation Communication and Space

More information

LATVIAN JOURNAL OF PHYSICS AND TECHNICAL SCIENCES 2012, N 6 (II) DOI: /v RECEIVING SYSTEM FOR IONOSPHERE RESEARCH

LATVIAN JOURNAL OF PHYSICS AND TECHNICAL SCIENCES 2012, N 6 (II) DOI: /v RECEIVING SYSTEM FOR IONOSPHERE RESEARCH LATVIAN JOURNAL OF PHYSICS AND TECHNICAL SCIENCES 2012, N 6 (II) DOI: 10.2478/v10047-012-0038-9 RECEIVING SYSTEM FOR IONOSPHERE RESEARCH J. Trokss, A. Lesins, G. Gaigals, M. Nechaeva, Vl. Bezrukovs Engineering

More information

The Sardinia Radio Telescope conversion, distribution, and receiver control system

The Sardinia Radio Telescope conversion, distribution, and receiver control system Mem. S.A.It. Suppl. Vol. 10, 66 c SAIt 2006 Memorie della Supplementi The Sardinia Radio Telescope conversion, distribution, and receiver control system J. Monari, A. Orfei, A. Scalambra, S. Mariotti,

More information

White Rabbit in Radio Astronomy

White Rabbit in Radio Astronomy White Rabbit in Radio Astronomy Paul Boven boven@jive.eu ICALEPCS 2017, Barcelona, 2017-10-10 White Rabbit in a Nutshell WR: 1ns accuracy for distances up to 10 km Standardized on 1000base-BX10 SFPs (10km

More information

SLX-1 NG Multi-Application GNSS Receiver

SLX-1 NG Multi-Application GNSS Receiver SLX-1 NG Multi-Application GNSS Receiver w w w.sa tla b g p s. c o m SLX-1 NG Multi-Application GNSS Receiver Designed for CORS Ready for Anything European Standards GPS GLONASS BEIDOU GALILEO SBAS QZSS

More information

ARTEMIS: Low-Cost Ground Station Antenna Arrays for Microspacecraft Mission Support. G. James Wells Mark A. Sdao Robert E. Zee

ARTEMIS: Low-Cost Ground Station Antenna Arrays for Microspacecraft Mission Support. G. James Wells Mark A. Sdao Robert E. Zee ARTEMIS: Low-Cost Ground Station Antenna Arrays for Microspacecraft Mission Support G. James Wells Mark A. Sdao Robert E. Zee Space Flight Laboratory University of Toronto Institute for Aerospace Studies

More information

SLX-1 Multi-Application GNSS Receiver

SLX-1 Multi-Application GNSS Receiver SLX-1 Multi-Application GNSS Receiver w w w.sa tla b g p s. c o m SLX-1 Multi-Application GNSS Receiver Designed for CORS Ready for Anything European Standards GPS GLONASS BEIDOU GALILEO SBAS QZSS Long

More information

Scheduling VLBI satellite observations with VieVS. Andreas Hellerschmied

Scheduling VLBI satellite observations with VieVS. Andreas Hellerschmied Scheduling VLBI satellite observations with VieVS Andreas Hellerschmied VLBI satellite observations Motivation for VLBI satellite observations Establish inter-technique ties in space Improve ITRF realization

More information

RFI Mitigation Project at Italian Radio Telescopes

RFI Mitigation Project at Italian Radio Telescopes Workshop Detection and measurement of RFI in radio astronomy Yebes Observatory (IGN, Spain), June 8-9, 2017 RFI Mitigation Project at Italian Radio Telescopes G. Serra and many other people from Italian

More information

The SKA, RFI and ITU Regulations

The SKA, RFI and ITU Regulations The SKA, RFI and ITU Regulations Tomas E. Gergely National Science Foundation USA RFI2004 Penticton 16-18 July 2004 1 The ITU ITU ITU-R ITU-T ITU-D ITU-R Mission: to ensure the rational, equitable, efficient

More information

LATVIAN JOURNAL OF PHYSICS AND TECHNICAL SCIENCES 2016, N 2 DOI: /lpts RADIO ASTRONOMY

LATVIAN JOURNAL OF PHYSICS AND TECHNICAL SCIENCES 2016, N 2 DOI: /lpts RADIO ASTRONOMY LATVIAN JOURNAL OF PHYSICS AND TECHNICAL SCIENCES 2016, N 2 DOI: 10.1515/lpts-2016-0015 RADIO ASTRONOMY THE INFLUENCE OF WIND TURBINES ON RADIO ASTRONOMICAL OBSERVATIONS IN IRBENE D. Bezrukovs Ventspils

More information

Practical Radio Interferometry VLBI. Olaf Wucknitz.

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

More information

Status of Design Planning for Construction

Status of Design Planning for Construction Status of Design Planning for Construction Alistair McPherson 18 May 2016 International Design Teams Project Management and System Engineering based at Jodrell Bank, Manchester, UK ~500 scientists & engineers

More information

MODEL INFORMATION. AccuLoss MODELS ALMS 2100, ALMS 4100, ALMS 4200, ALMS 6200 & ALMS 4300

MODEL INFORMATION. AccuLoss MODELS ALMS 2100, ALMS 4100, ALMS 4200, ALMS 6200 & ALMS 4300 AccuLoss MODELS ALMS 2100, ALMS 4100, ALMS 4200, ALMS 6200 & ALMS 4300 The measurement of electric power and energy at high voltages and currents at low power factors is becoming increasingly important

More information

What is a Lane? serial link lane parallel link

What is a Lane? serial link lane parallel link PCI Express This lecture is based on the Peripheral Component Interconnect Express, which is a standard for computer expansion cards. More specifically, this is a standard for the communication link by

More information

TTC th ESA International Workshop on Tracking, Telemetry and Command Systems for Space Applications ESA-ESTEC, September 2010 ABSTRACT

TTC th ESA International Workshop on Tracking, Telemetry and Command Systems for Space Applications ESA-ESTEC, September 2010 ABSTRACT TRACKING OF GLONASS SATELLITES BY VLBI RADIO TELESCOPES V. Tornatore 1, R. Haas 2, G. Maccaferri 3, S. Casey 4, S.V. Pogrebenko 5, G. Molera 6, D. Duev 7 1 Politecnico di Milano, DIIAR,Italy. E-mail: vincenza.tornatore@polimi.it

More information

A study of a RF (radio frequency) direct sampling technique for the geodetic VLBI

A study of a RF (radio frequency) direct sampling technique for the geodetic VLBI A study of a RF (radio frequency) direct sampling technique for the geodetic VLBI NICT: K. Takefuji, T. Kondo, M. Sekido, R. Ichikawa GSI: S. Kurihara, K. Kokado, R. Kawabata Contents 1. What is a RF direct

More information

At last, a network storage solution that keeps everyone happy

At last, a network storage solution that keeps everyone happy data At last, a network storage solution that keeps everyone happy Fast enough to keep creatives happy, simple and seemless integration to keep IT happy and at a price to keep management happy. 2 Contents

More information

The Australian SKA Pathfinder Project. ASKAP Digital Signal Processing Systems System Description & Overview of Industry Opportunities

The Australian SKA Pathfinder Project. ASKAP Digital Signal Processing Systems System Description & Overview of Industry Opportunities The Australian SKA Pathfinder Project ASKAP Digital Signal Processing Systems System Description & Overview of Industry Opportunities This paper describes the delivery of the digital signal processing

More information

Deep Space Communication The further you go, the harder it gets. D. Kanipe, Sept. 2013

Deep Space Communication The further you go, the harder it gets. D. Kanipe, Sept. 2013 Deep Space Communication The further you go, the harder it gets D. Kanipe, Sept. 2013 Deep Space Communication Introduction Obstacles: enormous distances, S/C mass and power limits International Telecommunications

More information

Motic Live Imaging Module. Windows OS User Manual

Motic Live Imaging Module. Windows OS User Manual Motic Live Imaging Module Windows OS User Manual Motic Live Imaging Module Windows OS User Manual CONTENTS (Linked) Introduction 05 Menus, bars and tools 06 Title bar 06 Menu bar 06 Status bar 07 FPS 07

More information

Technical Considerations: Nuts and Bolts Project Planning and Technical Justification

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

More information

The SKA New Instrumentation: Aperture Arrays

The SKA New Instrumentation: Aperture Arrays The SKA New Instrumentation: Aperture Arrays A. van Ardenne, A.J. Faulkner, and J.G. bij de Vaate Abstract The radio frequency window of the Square Kilometre Array is planned to cover the wavelength regime

More information

CSU-CHILL Radar. Outline. Brief History of the Radar

CSU-CHILL Radar. Outline. Brief History of the Radar CSU-CHILL Radar October 12, 2009 Outline Brief history Overall Architecture Radar Hardware Transmitter/timing generator Microwave hardware (Frequency chain, front-end) Antenna Digital receiver Radar Software

More information