Skip to content

Instantly share code, notes, and snippets.

@smaret
Created March 12, 2015 09:18
Show Gist options
  • Save smaret/dc41d4ed05da4b7d0cb8 to your computer and use it in GitHub Desktop.
Save smaret/dc41d4ed05da4b7d0cb8 to your computer and use it in GitHub Desktop.
Download ALMA HL Tau band 6 data
wget -r --no-parent --cut-dirs=2 --no-host-directories --reject "index.html*" -N -e robots=off http://almasciencedl.eso.org/almadata/sciver/HLTauBand6
@smaret
Copy link
Author

smaret commented Mar 12, 2015

This is meant to download the data in a non-interactive fashion. It can be interrupted and restarted if needed (e.g. if the internet connection is lost): files that have been downloaded already won't be downloaded again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment