The "idealized" image set for TNG50-1 is 7.5TB in total, are you sure you really want to download everything? I would suggest to start e.g. with one snapshot.
At the top of the Getting Started guide, you see an example wget command. It downloads (all the individual files of) a group catalog, but if you just change the URL to one of the Bottrell API urls filled with links, that should work.
Maxime Paillassa
16 Nov '23
Thanks for your answer. Yes I know the whole data is 7.5TB and I'll go with a single snapshot first.
Hello,
I am looking to download idealized images only of the Bottrell+ (2023) data (https://www.tng-project.org/data/docs/specifications/#sec5_5), i.e. all the files in the http://www.tng-project.org/api/TNG50-1/files/skirt_images_hsc_idealized_vX_YY directories with X from 0 to 3 and YY from 72 to 91 ? What would be the best way to do it ?
Thanks.
The "idealized" image set for TNG50-1 is 7.5TB in total, are you sure you really want to download everything? I would suggest to start e.g. with one snapshot.
At the top of the Getting Started guide, you see an example
wget
command. It downloads (all the individual files of) a group catalog, but if you just change the URL to one of the Bottrell API urls filled with links, that should work.Thanks for your answer. Yes I know the whole data is 7.5TB and I'll go with a single snapshot first.
I can download individual files such as http://www.tng-project.org/api/TNG50-1/snapshots/72/subhalos/0/skirt/skirt_images_hsc_idealized_v0.fits but is there a way to download, e.g., one snapshot at once: http://www.tng-project.org/api/TNG50-1/files/skirt_images_hsc_idealized_v0_72
I can't get a proper wget command to do this.
Thanks
The command on the linked page works, e.g.
Oh yes indeed thanks ! I don't know what I missed previously...
Probably changing
-A hdf5
to-A fits
, which I guess specifies which file extensions to actually try to download.