Internal server error 500 for group/subhalo catalog single field download
Bernardo Porto Veronese
26 Nov
Dear Illustris team,
I am trying to download individual group catalog fields from IllustrisTNG simulations (e.g. TNG300-1) via the API, but all calls result in HTTP 500 Internal Server Error. The same API pattern seems to work correctly for the original Illustris simulations (Illustris-1).
You are making requests for a single field of the catalogs (combining all the file chunks automatically).
In particular, Subhalo/SubhaloMass in your Illustris-1 example (which is valid), but for TNG300-1 you are asking for Group/GroupID (this does not exist). If you try something else e.g. Group/GroupMass, this works fine.
Bernardo Porto Veronese
26 Nov
Thank you for your response. Indeed I mistook GroupID to be a field in the halo catalogs, sorry for my confusion. The other properties do work fine as you pointed out, thanks!
Dear Illustris team,
I am trying to download individual group catalog fields from IllustrisTNG simulations (e.g. TNG300-1) via the API, but all calls result in HTTP 500 Internal Server Error. The same API pattern seems to work correctly for the original Illustris simulations (Illustris-1).
Examples
TNG300-1 Snapshot 99 - GroupID field
Response:
Similar API request for Illustris-1
Response:
You are making requests for a single field of the catalogs (combining all the file chunks automatically).
In particular,
Subhalo/SubhaloMassin your Illustris-1 example (which is valid), but for TNG300-1 you are asking forGroup/GroupID(this does not exist). If you try something else e.g.Group/GroupMass, this works fine.Thank you for your response. Indeed I mistook GroupID to be a field in the halo catalogs, sorry for my confusion. The other properties do work fine as you pointed out, thanks!