Skip to content

Application to generate a CAOM2 observation from VLASS FITS files.

Notifications You must be signed in to change notification settings

opencadc/vlass2caom2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vlass2caom2

Application to generate a CAOM2 observation from VLASS FITS files

Accessing VLASS data from CADC

The VLASS metadata is available on a production server. All VLASS metadata and data at CADC is public, therefore there is no need to log in to access the CADC query or data retrieval services.

Documentation:

CLI for accessing files directly:

Production services:

Development Notes

How To Run VLASS

In an empty directory (the 'working directory'), on a machine with Docker installed:

  1. In the master branch of this repository, find the scripts directory, and copy the file vlass_run_state.sh to the working directory. e.g.:
wget https://raw.github.com/opencadc/vlass2caom2/master/scripts/vlass_run_state.sh
  1. Ensure the script is executable:
chmod +x vlass_run_state.sh
  1. Copy a valid proxy certificate to the working directory (cadcproxy.pem). This certificate must be for a user with read and write permissions to /ams service for CIRADA/VLASS.

  2. To run the application:

./vlass_run_state.sh

How To Run VLASS Reconciliation

In an empty directory (the 'working directory'), on a machine with Docker installed:

  1. In the master branch of this repository, find the scripts directory, and copy the file reconcile_list_vlass.sh to the working directory. e.g.:
wget https://raw.github.com/opencadc/vlass2caom2/master/scripts/reconcile_list_vlass.sh
  1. Ensure the script is executable:
chmod +x reconcile_list_vlass.sh
  1. To run the application:
./reconcile_list_vlass.sh

The reconciliation output will be printed to the screen. Details will be captured in the file validate_state.yml.

About

Application to generate a CAOM2 observation from VLASS FITS files.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages