Hello!
I am trying to obtain halo information for certain halos in the Illustris-3 simulations.
I have downloaded the snapshot information for z=0 locally and am using the following command to query the gas data: il.snapshot.loadHalo(basePath,135, 16937, 'gas')
However, I receive the following error:
Unable to open file (unable to open file: name = '/home/carterrhea/Documents/Illustris/output/../postprocessing/offsets/offsets_135.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
I can't find where/how to download the offsets. Could you provide some guidance in this?
Hello!
I am trying to obtain halo information for certain halos in the Illustris-3 simulations.
I have downloaded the snapshot information for z=0 locally and am using the following command to query the gas data:
il.snapshot.loadHalo(basePath,135, 16937, 'gas')
However, I receive the following error:
I can't find where/how to download the offsets. Could you provide some guidance in this?
Thank you,
Carter Rhea
Hi Carter,
For the original Illustris simulation, the offsets are inside the group catalog files, so you shouldn't need to download them separately.
Do you have the two files here:
this is the entirety of the group catalog for Illustris-3 at z=0. Then you can type e.g.
is this what you see?