Group catalog does not have requested field [SubhaloFlag]!
Do you have any idea what I did wrong ?
If it may help, I think that I get this error with any field that is blue in the specs webpage, but it works perfectly with any field that is green.
Thank you !
Dylan Nelson
23 Apr '20
Hi Magnan,
The SubhaloFlag is new and only exists for TNG simulations. I would suggest you simply switch from Illustris-3 to TNG100-3 in general.
Hello Dylan,
I am playing with Illustris-1 data, but staying quite close to the Python tutorial (https://www.tng-project.org/data/docs/scripts/) for now.
For that, I downloaded the group catalog for picture 135 of Illustris 1 thanks to the command line given :
And I downlaoded the illustris_python library from github.
I found in the specs (https://www.tng-project.org/data/docs/specifications/#sec2b) that the field 'SubhaloFlag' should be used when counting galaxies. However when I try to use it with the following code :
I get the following error :
Do you have any idea what I did wrong ?
If it may help, I think that I get this error with any field that is blue in the specs webpage, but it works perfectly with any field that is green.
Thank you !
Hi Magnan,
The
SubhaloFlag
is new and only exists for TNG simulations. I would suggest you simply switch fromIllustris-3
toTNG100-3
in general.Oh ok that's why,
Thank you very much !