Quantcast
Channel: ASTRON/JIVE Daily Image
Viewing all 2213 articles
Browse latest View live

RadioHDL on OpenCores with a DOI

$
0
0

© ASTRON

Recently we have published our RadioHDL package on OpenCores (see also daily image 3 July 2018).

The RadioHDL package consists of a rich set of scripts that automate and ease the code development for FPGAs. We have used and are using RadioHDL for UniBoard1 in APERTIF and ARTS and UniBoard2 in ARTS and LOFAR2.0. The name RadioHDL reflects that it was first used for HDL (Hardware Description Language) code development in FPGA projects for Radio astronomy, but these scripts can be of use for other FPGA projects as well. Currently CSIRO also uses RadioHDL for the Gemini board in SKA CSP Low.

To publish the RadioHDL package we followed the ASTRON Open Source Policy (DOI: 10.5281/zenodo.3479834). This policy includes using the Apache 2.0 license and a Digital Object Indentifier (DOI). The DOI that we obtained via (Zenodo) is:

RadioHDL DOI: 10.5281/zenodo.3631361

This package is one of the first pieces of software that ASTRON has published with a DOI. We are proud that RadioHDL is now ready for download and to be referred to.


All hands on deck, Ciara!

$
0
0

© Henk Mulder, Jurjen Sluman, Richard Blaauw, Paul van Dijk, Menno Norden, Lute van de Bult, Peter Gruppen, Marco Drost

As Ciara left her mark on the LOFAR stations, sending LBA groundplanes flying around like frisbees through the antennas, ripping HBA rubbers loose, and blowing plastic all over the Superterp, it was time for Operations & Maintenance to do their 'storm rondje' through the core (and most remote). We started the emergency procedure because we noticed a lot of elements were alarming in our monitoring systems, and decided to come in full force to Westerbork early the next morning. We left fully packed for the heavy gusts of wind, hail and rain, and spread out through the core to get the job done. As the best managers lead by example, even Marco Drost took the time out of his busy schedule (to show us which puddles are too deep to jump into with boots on). We also noticed during our rounds the extra work done this year on tightening the HBA tiles really paid of, as we have seen a lot worse storm damage in the past.

Successful demonstration of ASTRONs Compact Receiver technology at the final DISPERSE project review

$
0
0

© Peter Maat

In the DISPERSE project ASTRON works on the development of an integrated electronic/photonic component for the transfer of signals from an antenna element to a central location. In addition, a small, low power A/D converter unit has been developed for the digitisation of antenna signals. In DISPERSE both are combined in a Compact Receiver unit as a first technology demonstrator in ASTRONs Smart Front-end Roadmap.

After three years of DISPERSE technology development, the project ended on Friday, January 31 2020. The last DISPERSE event was the final review meeting at Leuven. The reviewer team was very enthusiastic about the outcomes of the project and rated the project as excellent. The technology that ASTRON and project partner Technobis developed in DISPERSE was shown during the meeting in a demonstration setup. The picture at the left shows Leon and Lesley and the demonstration setup during the DISPERSE meeting in Leuven. A picture of the integrated electronic/photonic component is given at the right-hand side, showing a photonic transmitter IC surrounded by a PCB with two laser-driver ICs. The PCB was designed by ASTRON while the assembly of the module and fibre-optic pigtailing was performed by Technobis. DISPERSE project leader Mark van Helvoort made a number of movies about the DISPERSE results that are available via his Youtube stream. Two of them concern the ASTRON application (see: this movie).

First OPC-UA-based prototype monitoring interface for a LOFAR2.0 Station

$
0
0

© ASTRON/NWO

In LOFAR2.0, we want to maximize usage of available industry-standardized interfaces. These standards are often very mature, have many robust API software implementations, are widely used in industry automation and are well documented. Many COTS components (IoT equipment, sensors, micro's) already offer such standard interfaces out of the box.

One commonly used interface in industrial automation is the OPC Unified Architecture (OPC-UA). This is a well-developed standardized protocol with many interesting and advanced features that can be the basis of all internal and external LOFAR2.0 station interfaces. See Wikipedia for a nice introduction and further references. Using OPC-UA , we can implement the monitor and control interfaces of the new LOFAR2.0 station much more easily and much faster. Knowledge transfer about these interfaces is much more trivial, and changing components for newer versions is less problematic and time intensive.

To demonstrate the ease of use of OPC-UA, we created a small prototype setup. Thijs Snijder (graduate student at DESP) and Leon Hiemstra used a power module board from a Uniboard that provides, among other things, temperature sensing. To export the temperature data, Thijs installed an out-of-the-box OPC-UA server, provided as a Python library, on a Raspberry-Pi. The Raspberry reads out the chips' temperatures using PMBUS, an I2C based protocol, and provides this data to its OPC-UA python server program. The OPC-UA server can then be connected to, over the network, with any OPC-UA client installation to obtain these values.

To read out the exported values from the Raspberry, and display the measured temperature values, Arthur Coolen used the WinCC-OA SCADA system (also used in LOFAR and Apertif). The WinCC-OA system has built-in OPC-UA client support which allows discovery of available OPC-UA servers on the network and retrieval of their data fields. Furthermore, WinCC-OA stores the acquired data it in its internal database and can display the  values in graphs on a screen. All this functionality could be setup and demonstrated in a matter of hours, instead of days to weeks were we to program all the involved steps ourselves. And this was just for a first attempt...!

We show that with very little effort, and using the right tools, we can setup industry-standard monitor functionality using OPC-UA as the middle layer between the real hardware and our monitoring software. This offers a glimpse of what we can achieve using OPC-UA in LOFAR2.0 as a whole. 

Programming FPGAs in a High-Level Language

$
0
0

© ASTRON

FPGAs are typically programmed in a Hardware-Description Language like VHDL or Verilog, which is difficult, time consuming, and error prone. The availability of a new toolkit allows programming FPGAs in a high-level language (OpenCL). The toolkit has the potential to become a game changer, as it promises much faster firmware development.

We experimented with this toolkit, for research purposes and to evaluate its practical suitability for future FPGA application development. We developed an OpenCL Board-Support Package, that allows us to run OpenCL applications on a UniBoard2 (top-right image). We also developed an OpenCL application that filters digitized samples from a LOFAR Low-Band Antenna through a PolyPhase Filter bank. The filter consists of an array of FIR filters and an FFT (bottom-left image), functionally similar to the filter at the LOFAR stations. Then, the program sends the output data in UDP packets over a 40 Gb/s fiber to the DAS-5 computer cluster, where we capture the packets on a regular server machine. The bandpass of the LOFAR antenna (top-left image) demonstrates that the high-level programming approach works, at least for rapid prototyping. We now investigate if the programming environment is suitable for production-quality applications, such as the LOFAR 2.0 station firmware.

This is not the first success of the Triple-A 2 and DEEP-EST projects, through which we explore high-level programming of FPGAs. Earlier, we successfully implemented the Image-Domain Gridding imaging algorithm on an Arria 10 FPGA. A paper that compares CPU, GPU, and FPGA imaging received a best-paper award at the Euro-Par'19 conference (bottom-right image). A big thanks to our funding agencies (NLeSC, EU)!

Colloquium (5 March 2020): Robert Main - Using pulsar scintillation as an interstellar interferometer

$
0
0

© Robert Main

Pulsars scintillate in frequency and time, due to interference between multiple images caused by multipath propogation through the Interstellar Medium. In the last 20 years, it was discovered that the power spectra of scintillation often shows clear parabolic arcs, owing to almost linear distributions of images in the sky. I will go through the basics of the physics and geometry of pulsar scintillation, as well as a practical application of removing this effect

from timing observations. I will then describe efforts towards a more ambitious idea; once one solves for the distance and geometry of the scattering screen, the interfering scattered images can be used as an interferometer to study pulsars with ~100km precision. This method can be used to probe pulsar emission regions and to resolve a pulsar's binary motion, and I will show an early look at LOFAR data taken in the last few months towards this goal.

Improved upper limits on the 21-cm signal power spectrum of neutral hydrogen at z ≈ 9.1 from LOFAR

$
0
0

© The LOFAR-EoR project

Low-frequency observations of the redshifted 21cm line promise to open a new window onto the first billion years of cosmic history. It will allow us to directly study the astrophysical processes occurring during the Epoch of Reionization, the era that saw the first stars galaxies and black holes heating and ionizing the Universe. Detecting the feeble 21 cm signal is however extremely challenging. The LOFAR Epoch of Reionization project has recently made another important step towards this detection.

In a new publication, the project presented the deepest upper limit on the 21 cm signal power spectra at redshift z ~ 9.1, using 141 hours of LOFAR observation of the North Celestial Pole (NCP). The analysis includes significant improvements in calibration, notably in handling direction-dependent effects, and improvements in our foregrounds mitigation and power-spectra extraction methods, leading to a significantly deeper limit on the 21 cm signal compared to our previous analysis (Patil et al. 2017).

The left plot shows the LOFAR-HBA Stokes I continuum images (134–146 MHz) of the NCP field. The right plot shows the current best upper limits of several 21-cm Epoch of Reionization experiments. The new LOFAR upper limit is the deepest observed at redshift 9 and is an improvement by a factor 8 in power compared to the previously reported upper limit. The team is currently busy implementing new improvements in the processing pipeline with the aim to reach the level predicted by theoretical models. This effort is also critical to ensure the success of future observation of the Cosmic Dawn and Epoch of Reionization with the SKA. In an accompanying publication, the team also attempted to constrain the state of the Inter-Galactic Medium at this distant era.

Arxiv Links:

Improved upper limits on the 21-cm signal power spectrum of neutral hydrogen at z≈9.1 from LOFAR

Constraining the intergalactic medium at z≈ 9.1 using LOFAR Epoch of Reionization observations

The making of…A pyramidal sinuous antenna for the Westerbork Synthesis Radio Telescope

$
0
0

© Odysseas Votsis, Jorrit Siebenga, David Prinsloo (text) / ASTRON mechanical dept. (images)

Around thirty years after conception, the Multi Frequency Front End (MFFE) fitted to one of the 14 Westerbork Synthesis Radio Telescopes’ (WSRT) reflector antennas, is still dutifully serving the European Very Long Baseline Interferometry Network (EVN). Recently, Odysseas Votsis, a Master’s graduate with Eindhoven University of Technology investigated the feasibility of using a wideband single pixel feed on the EVN WSRT reflector antenna. To this end, Odysseas designed a pyramidal sinuous antenna (shown in the top-left image) operating over the frequency range from 1 GHz up to 8.5 GHz, effectively combining multiple MFFE bands into a single antenna.

As with many things, the increased bandwidth does not come free. In addition to the electromagnetic design challenges, the feed-network of this sinuous antenna presented some unique manufacturing challenges. This design required a three-section uniform taper impedance matching network implement in an air-core quadraxial transmission line. (Try saying that three times fast.) As the remainder of the images show, the design dimensions pushed the boundaries of our lathing manufacturing process (notice the stepped diameter of the vertical copper rods). Despite the manufacturing challenges, ASTRON’s mechanical workshop successfully designed and built the full setup according the required specifications.

Ultimately, this work demonstrated the feasibility of a wideband single pixel feed on the WSRT, achieving more than 50% aperture efficiency (simulated) over the frequency band from 1 GHz up to 8.5 GHz.


Realising the next Telescope Manager Specification System for LOFAR

$
0
0

© TMSS team

TMSS (Telescope Manager Specification System) will be a brand-new software application for the specification, administration, and scheduling of LOFAR observations. Its realisation is crucial, as it will enable the required support for LOFAR2.0 use cases while also streamlining LOFAR operations and improving the adaptability and maintainability of software for future extensions.

This is being realized by a team of software engineers and telescope scientists (see picture) who are very committed to make the project a success.

By the end of 2020, TMSS will deliver with high priority the software components for executing the LOFAR2.0 Survey Use Cases. By doing that, the project will implement also other LOFAR Science Use Cases, which will ensure a healthy continuation of the Cycle observing programs also before the start of the LOFAR2.0 surveys.

The TMSS project started in January 2020. During its first quarter, TMSS will implement the system foundations in terms of telescope model and database. Additionally, it will deliver a system capable to perform the survey observations with the required handling of and feedback on system resources. The following cycles will implement dynamic scheduling functionality, support for the other planned use cases and responsive telescope functionality.

TMSS is an important component of the Telescope Manager of LOFAR2.0, the system that will control all aspects of the telescope, including proposal handling, observation execution, and system monitoring.

LOFAR images cosmic radio monsters

$
0
0

© Francesco de Gasperin

Pareidolia is a tendency that pushes humans to see shapes in clouds or faces in inanimate objects. The picture shown here is a composition of four cosmic radio sources that can in fact look like a scary monster. To obtain this effect, the sources have been rearranged compared to their original position in the sky but their apparent sizes were preserved.

However, in some sense, these sources are real monsters. Their names are: Cassiopeia A (top left), Taurus A (top right), Cygnus A (center), and Virgo A (bottom). These are the four most powerful radio sources in the northern hemisphere. Historically, the brightest radio sources in the sky were named after the constellation in which they were found followed by a letter starting with an “A”. They were then grouped in the so-called A-team, like the famous TV series from the 80s. In this image we show their radio emission as seen by LOFAR LBA at 54 MHz.

The nature of these four sources is very diverse. The eyes of the monster (Cassiopeia A and Taurus A) are two supernova remnants: the leftovers of the explosions of two stars in our own Galaxy. The evil pupil that stares at you in Taurus A is the Crab pulsar. The nose of the monster, Cygnus A, is an extremely powerful radio galaxy 600 million light years away, whose two lobes are powered by jets of energetic particles formed near a supermassive black hole. The mouth of the monster (Virgo A) is the extended structure (larger than an entire galaxy) that surrounds the famous supermassive black hole at the centre of the galaxy M87, the same black hole recently imaged by the Event Horizon Telescope.

Reference: de Gasperin et al. A&A in press

Colloquium: How to make astrophysical jets - MHD simulations of accretion and ejection

$
0
0

© Christian Fendt

Abstract: I will present results of MHD simulations investigating the launching of of astrophysical jets, covering both relativistic and non-relativistic flows. I will cover the topics of the 1) physical conditions at the launching point of jets, 2) the origin of the jet launching magnetic field as generated by a mean-field accretion disk dynamo, and 3) general relativistic jet launching from close to a black hole.

I will start 0) with an introduction on the basic physics involved. The image shows these simulations (GR-MHD).

25 anniversary civil service Ina Lenten

$
0
0

© ASTRON

On March 13, 2020 our colleague Ina Lenten officially celebrates her 25th anniversary civil service. Or should we say more than 30 years as shortly after finishing school, she already started working at Stichting Radiostraling van Zon en Melkweg on March 1, 1978.

Initially she started in the canteen, she successively worked as administrative assistant, secretary and employee events & secretarial support, she eventually became secretary of the general affairs department.

A few years ago, she became responsible for the service level in the guesthouse. She does her utmost in order to make our guests in the guesthouse feel welcome.

As we all know, Ina is always willing to assist when this is needed and is really creative in designing badges for events or custom made get well cards for colleagues. She knows a lot of ASTRON's history and also remembers many former colleagues.

So Ina, congratulations with your 25th anniversary and thank you for everything you have done in all those years!

Energy flow and costs of utilities ASTRON Dwingeloo.

$
0
0

© Alex Benjamins

Everywhere around us people talk about "the" energy transition. What does this mean for ASTRON?

The government has made legislation that companies must comply with. This starts with classifying the buildings according to an energy label. By 2023 buildings must have the energy label C, and by 2030 the buildings must have energy label A. ASTRON has recently received energy label A for its buildings in Dwingeloo.

In addition to the energy label, the government sets efficiency requirements. For example, cooling and heating installations need regular inspection, and certain parameters must be met in the field of emissions. Besides, performance data of the cooling and heating installations need to be recorded and will be sent to the right authorities. The energy usage is playing an increasingly important role in business operations, saving energy means saving money.

In 2014, ASTRON put into operation a cooling and heating storage installation, with which cold water is extracted from the ground for the cooling process in the summer, this is returned to the ground as "warm" water. In the winter, the process is reversed, and the hot water is used to heat Building 80 and 2012.

In order to know where our electrical energy is being used, we have installed several kWh metres last year, including the server room, and we can now monitor the consumption per server rack in detail. (The metres are used to monitor the load on the groups as well.)

We have placed all measuring points in an energy overview so that we can not only read the information from tables but directly see the relationships between a number of parameters.

The consumption of heat, cold, gas, electricity and water per building is made visible. We can easily monitor ASTRON's legal obligations to the right authorities every month and, linked to the cost price of the various energy carriers, the costs of our energy consumption.

Further, we keep track of the effectiveness of certain processes. So that any deviations can be detected. This overview is made every month and an annual overview is kept.

Do you have any questions? We are always happy to provide an explanation of our overview. The complete overview is in the canteen.

Diffuse Galactic Emission around the North Celestial Pole with NenuFAR

$
0
0

© The NenFAR Cosmic Dawn KP

The NenuFAR project is a new low-frequency instrument (10-85 MHz) currently being built in Nancay, France. In its final specification, it will comprise 96 beam-formed stations included in a 400 m diameter disk and 6 remote stations giving a maximum baseline of ~3 km. The compactness of the instrument makes the instruments ideal to explore the Cosmic Dawn using the 21-cm line of neutral hydrogen (z ~ 30 - 14 corresponding to 45 - 95 MHz). This key era of the history of our Universe saw the first stars, galaxies and black holes appear. This is the aim of the NenuFAR Cosmic Dawn Key Project. The team started observation the 13th of July in a first phase that will characterize the foregrounds around the North Celestial Pole, before starting deep field integration 1st of June of this year with a new COBALT2.0 like correlator (nicknamed NICKEL) currently being set up in Nancay.

The animated image shows Stokes I 40x40 degrees images centred on the North Celestial Pole as seen by NenuFAR at four frequencies ranges. For comparison, an AARTFAAC HBA image at 122.1 MHz produced by Bharat Gehlot is also included. The current 400-meter maximum baseline of NenuFAR limits the resolution to 1.2 degrees at the lowest frequency and 0.5 degrees at the highest frequency. The upcoming addition of remote mini-arrays to NenuFAR will push the resolution down to 4 arcmins at 85 MHz. Despite the very different resolution and Field of View, the similarities in the images are striking. The smallest baselines were included in making these images at which large-scale diffuse Galactic emission, clearly and consistently seen in these images, starts to dominate. Modelling and including this diffuse emission in the calibration sky-model can significantly enhance the calibration of the instrument.

Coronavirus measures for ASTRON and JIVE

$
0
0

© ASTRON

Health comes first. That is why ASTRON and JIVE are temporarily closed until at least Monday 6 April 2020. We work from home and do our best to continue our research and services as well as possible.

ASTRON will strive to continue LOFAR science observing to schedule. Users should be aware that operations are running remotely, but debugging and general support will not be as timely as you would normally expect from us.

ASTRON will strive to continue Dutch station maintenance. But there will be no international station maintenance visits until further notice. Participant visits to ASTRON, JIVE or Dutch partners is not possible.

WSRT operations will run uninterrupted.

JIVE operations are expected to continue as normal.

If you have any questions, you can send an email to info@astron.nl. We hope you and your families stay safe.


Bertine 12.5 year anniversary

$
0
0

© .

On Thursday 12 March Bertine from the Finance department celebrated 12.5 years of service at ASTRON.

First Virtual Astro Coffee

$
0
0

© AO + JvL

Wednesdays at 10:30 are a highlight of my week -- then I get to bellow "Astrooo Coffeeee" through the AG corridor.

As currently only dust and tumbleweeds gather in this corridor, I was very glad to be allowed to cry out in a less physically real environment, this morning: at the first virtual AG coffee (see image). It went surprisingly well! Pets, work, family, corona, old and new plans, all the same topics as a normal Wednesday AG coffee. Just one thing was absent --

Funny how one misses yellow cake.

Prototyping @home

$
0
0

© Mechanical department

In these strange times, ASTRON/JIVE/NOVA employees have to drastically adapt their way of working to the current bizarre situation. With everyone having their own creative solutions and challenges in being as productive as possible, Sjouke and I decided to bring the 3d-printers home, in order to continue (most of) our prototyping tasks!

Triple FRB detection weekend at Apertif

$
0
0

© JvL

With the first two Apertif papers now out (Oostrum et al. 2020 and Connor et al. 2020), we have been further improving our real-time system for finding Fast Radio Bursts (FRBs). We were recently able to increase our sensitivity to FRBs at higher "dispersion measures" -- this means we can see dimmer bursts from farther away. We do this by even smarter usage of the 160 Graphics Processor Units (GPUs) in ARTS, the Apertif Radio Transient System. And because the Universe is three-dimensional, looking 10% farther in one dimension gives you 30% more discoveries. The exploration volume grows by that much.

During observing weeks for the FRB survey (ALERT), the slack channel is very lively. The astronomers, both those on duty and the rest of the team, are poised to immediately analyze any new FRBs that our system detects in real time. Last weekend was a blast. On Saturday night we found an FRB with a very high dispersion measure (#1 in the image). Yet another one on Sunday evening (#2), and when we were all trying to take a breath from the data analysis, and from follow-up observing and calibration way after midnight, we discovered a third one on Monday morning (#3). Three FRBs in three days is a new record!

All three are from significantly farther away than those we detected when the survey started; these new FRBs went off 5-7 billion (!) years ago. They were emitted before the Earth and Sun even existed, and traveled all this time, but still last only about 1 millisecond; then hit Westerbork on the weekend. FRB Party.

No fever for Gemini-XH amidst Corona Virus

$
0
0

© ASTRON / CSIRO

While social isolation due to the Corona virus forces us all to work at home only, testing of the Gemini-XH, the processing platform for the SKA-CSP-LOW, is still going strong.

All interfaces to the Gemini-XH can be remotely accessed, we can program the FPGA, have access to the control interface to monitor all the internal sensors. We have even added a remote power ON/OFF switching mechanism to power cycle the board. To keep in touch with the board we have set up a webcam in the Astron laboratory, as can be seen in the image.

On March 23th we started a high-power test, which has run successfully through the night. The power consumption of the complete Gemini-XH board was 260 Watt, of which about 70% is used by the FPGA. Even with this high power consumption, and current exceeding 150 A, the FPGA temperature did not exceed 68 °C – well below its maximal operation junction temperature of 100 °C. This once again demonstrates the capacity of the liquid cooling solution.

Viewing all 2213 articles
Browse latest View live