Download the Data#

  1. Navigate to the ALMA Archive and search 2021.1.00690.S in the Project code column.

download-1
  1. Select both scheduling blocks (“SB”s): TM1 (long-baseline configuration) and TM2 (short-baseline configuration). Then click Explore and download.

download-2
  1. Personally, I (currently) prefer the legacy Request Handler. Click Open legacy Request Handler.

download-3
  1. The legacy Request Handler is a page that looks like this:

download-4
  1. The auxiliary data products will be selected by default; this contains the calibration tables (!), scripts, logs and quality assurance reports. The calibration tables are the most important output of the ALMA pipeline (they are the whole point of it, really). Restoring the pipeline calibration refers to the process of applying those calibration tables back onto the raw data, so downloading the calibration tables is essential. Make sure to also check the boxes that will give you the raw ASDMs. The raw visibilities are delivered in the native ALMA format (the “ALMA Science Data Model” or ASDM) in order to minimize the download time. Downloading these is absolutely necessary for restoring the pipeline calibration – without them you would have no data to apply the calibration tables to. In our case, we also download the one “raw (semi-pass)” TM2 execution block, though it was not included in the pipeline calibration and we ended up not using it.

download-5
  1. Finally, click Download Selected.

download-6
  1. And then select your desired download method. I go for Download Script.

download-7
  1. Move the download script into the directory where you want ~300 GB of data to live. Make it executable:

chmod u+x download*.sh
  1. And then execute it:

./download*.sh
  1. Depending on the amount of data and your download speed, this could take ~a day. When it finishes, make sure to be ready to say yes to untarring and yes to untarring in the directory structure.