Skip to content
Snippets Groups Projects
Nathan Hertz's avatar
Nathan Hertz authored
* commit '24dcfec0':
  Changed test naming convention. Added custom fixture for initializing Null object.
  Updated README with correct information.
  Added username/password collection to ensure a connection to builder.
  Changed import to work with conda build testing.
  Added dependency for transfer_to_builder
  Created unit tests.
  Fixed typo that was causing print_error to not run correctly.
  Removed pymygdala integration; made logging self-contained; added two more functions
  Fixed crash that would occur when a package has no requirements.
  Fixed bug in build_packages that would report package not valid when building it for the first time.
  Updated logging to use pymygdala's LogHandler class.
  First prototype of null executable.
99fbb9e9
History

NRAO Archive and Pipeline Processing Interface

Detailed documentation is available on our Confluence page.

Overview

The NRAO archive system allows people to download raw data and advanced SRDP radio astronomical observation data products made using NRAO-affiliated instruments: The Very Large Array (VLA), the Very Long Baseline Array (VLBA), the Atacama Large Millimeter Array (ALMA) as well as the the Green Bank Telescope (GBT).

Components

This system has several subsystems which have their own subsystems. The two primary systems are:

  • The archive which stores data products
  • The workspace system which allows users to retrieve data products and transform them into other products

The pieces are broken down into applications (both web-based and command-line), RESTful services and shared libraries.

More details can be had by looking at our Confluence documentation.