argus radio telescope architectureargus.naapo.org/docs/needham/cmu.pdfintroduction: what is argus?...

15
Argus Radio Telescope Architecture Douglas Needham http://cinnion.ka8zrt.com http://www.naapo.org Argus Architecture – p.1/15

Upload: others

Post on 12-Nov-2020

9 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

Argus Radio Telescope ArchitectureDouglas Needham

http://cinnion.ka8zrt.com

http://www.naapo.org

Argus Architecture – p.1/15

Page 2: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

Introduction: Traditional Telescopes

Radio telescopes commonly consist of a single largeparabolic dish. Physical constraints limit either the amountof visible sky or the size of the radio telescope.

At 100-by-110 meters, the Robert C. Byrd Green BankTelescope (GBT) is likely about as large as a fully steerableradio telescope will ever be. Cost was $74.5M.

Larger radio telescopes such as the 305 meter dish atArecibo gain their larger size at the expense of mobility.Less sky is visible.

Argus Architecture – p.2/15

Page 3: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

Introduction: Telescope Arrays

To increase resolution, Very Long Baseline Interferometry(VLBI) techniques are used to combine signals from smallertelescopes.Examples:

The Very Large Array (VLA) in NM.

The Allen Telescope Array (ATA) in CA.

Argus (not to be confused with the SETI League’sProject Argus).

Argus Architecture – p.3/15

Page 4: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

Introduction: What is Argus?

Argus is a radically new radio telescope design.

Conceived by Dr. Robert Dixon of the Ohio StateUniversity Radio Observatory beginning in the 1980’s.

Replaces large antennas of high directivity with an arrayof numerous smaller omni-directional antennas.

Uses computers to form virtual telescopes to look atmultiple locations or even the entire sky.

Well suited for viewing transient radio astronomy andSETI applications.

Presents unique design challenges in terms ofcomputing and networking.

Argus Architecture – p.4/15

Page 5: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

Introduction: Argus Advantages

Argus size is not constrained by physical constructionlimitations.

Argus permits the creation of multiple virtual radiotelescopes, which can observe the entire sky, ormultiple small portions of it. Compare this to the GBT,which has single beam width of 12′/f(GHz). At1420MHz, this is 8.5’.

Argus should be able to use VLBI techniques toincrease resolution.

Cost??

Argus Architecture – p.5/15

Page 6: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

Introduction: Argus Disadvantages

The current implementation with 32 elements has aminimum beam width of approximately 6 deg.

Current antenna elements still have a low effectiveaperture (≈ 0.006m2at1420MHz).

Construction of smaller arrays is very costly and laborintensive.

The effective aperture costs on the order of $200K/m2 forArgus vs. $10K/m2 for the 100m telescope at Green Bank.Argus is 20 times as expensive.

Argus Architecture – p.6/15

Page 7: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

What does Argus look like?

Argus Architecture – p.7/15

Page 8: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

Argus 2002 Architecture

for other ANPsTo/from other PCs

LNA/BPF

DCR

LVDS Replicator

2 PTo other ANPs

DCC DCC DCC

BFC BFC BFC BFC

Ethernet100Mbps

Switch

1.2 −1.8GHz

ANP1 64

Ethernet100Mbps

Switch

LNA/BPF

DCR

LVDS Replicator

2 PTo other ANPs

LVDS14MHz BW

20MSPS (8+8bits)

UDP/IP8kHz BW

40kSPS (16+16bits)

Argus Architecture – p.8/15

Page 9: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

Networks

The Argus architecture implies the existence of severalseparate networks, including:

At least one high speed network for raw data. (DataNetwork)

At least one network for computed products.(Display/Command Network)

A possible separate control network for controlling theANPs.

Argus Architecture – p.9/15

Page 10: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

Networks - Data Network

Handles the raw data sent from the ANP for processing.

Data is broadcast using 4+KB UDP packets at rates ofup to 80Mbps on a 100baseTX network.

Data samples are grouped into acquisitions, whichinclude a status packet and multiple data packets.

All packets begin with a identification header.

All packets are required to process the acquisition, butsome loss of acquisitions can be tolerated.

Argus Architecture – p.10/15

Page 11: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

Networks - Data Network Problems

Some issues exist which are addressable today with codechanges, but others will likely require more powerfulequipment. They include:

Multiple writes for the ID header and data make the datasubject to acquisition corruption due to UDP reordering.

Packets are currently subject to issues related tofragmentation and reassembly.

Scaling beyond a single ANP may introducesynchronization issues between multiple ANPs.

In the future, scaling limitations will likely exist due tonetwork and computer limitations.

Argus Architecture – p.11/15

Page 12: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

Networks - Display Network

Transports data reduced as the result of processing.

Uses a proprietary command protocol modeled afterFTP and HTTP.

Uses multiple separate data channels for the transfer ofdisplay data.

May involve connections via an insecure WAN.

Makes provisions for strong authentication ofcommands which may impact other users.

Argus Architecture – p.12/15

Page 13: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

Argus Authentication Protocol

Argus uses an authentication protocol which relies on theMD5 digest combined with a form challenge/response toavoid playback.

The tuple of username,MD5(passphrase) is stored viasecure means.

When authorization is required, a status code isreturned by the server which includes a challenge.

The client responds withMD5(challenge, now(),MD5(passphrase))

The server validates the response using the storedMD5 hash of the user’s pass-phrase and a small timewindow.

Argus Architecture – p.13/15

Page 14: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

Argus Beam Forming

UDP data fom ANP

ListeningPort

Array Summation

and Directional DelayAntenna Calibration

Integration

Domain

Data Reception

Array Summation

and Directional DelayAntenna Calibration

TimeDomain

and Demultiplexing

Space

FFT

DataControl

Display Data IPC

Integration

DomainSpace

DomainTime

FFT

Display Command IPC

Argus Architecture – p.14/15

Page 15: Argus Radio Telescope Architectureargus.naapo.org/docs/Needham/cmu.pdfIntroduction: What is Argus? Argus is a radically new radio telescope design. Conceived by Dr. Robert Dixon of

Links

http://www.naapo.org - The North AmericanAstroPhysical Observatory, containing informationabout Argus.

http://www.nrao.edu - The National Radio AstronomyObservatory, with information about the GBT and VLA.

http://www.naic.edu - The National Astronomy andIonosphere Center, with information about the AreciboRadio Telescope.

http://www.seti.org - The SETI Institute, with informationabout the Allen Telescope Array and Project Argus.

Argus Architecture – p.15/15