Morphology downloading question

wang lei
  • 1
  • 26 Mar '19

hi professor:
i want to download the sdss99.tar in SKIRT Synthetic Images and Optical Morphologies cataloge,and using an only useful command: wget -nd -nc -nv -e robots=off -l 1 -r -A hdf5 --content-disposition --header="API-Key: KEY_HERE" "http://www.tng-project.org/api/TNG100-1/files/skirt_images_sdss.99.tar" .but when i finish download the file of sdss.99.tar. the file disappear . and i can't find it any where .therefor ,could you give me a accurate command ?

Dylan Nelson
  • 1 Apr '19

Hello,

You don't need any of these options, just

wget --header="API-Key: KEY_HERE" "http://www.tng-project.org/api/TNG100-1/files/skirt_images_sdss.99.tar"

will work ok (or else just click on the link in your web browser).

  • Page 1 of 1