Notice: Illustris[TNG] data and websites will be offline for maintenance Nov 4 (Tuesday), 2025, from 2am EST. Expected downtime is 36 hours.
Hi Dylan,
When I checked the data type of the SubhaloFlag field, I found the data type is 'bool' not 'int16'.
SubhaloFlag
SubhaloFlag = il.groupcat.loadSubhalos(basePath,snapNum,fields='SubhaloFlag') SubhaloFlag array([ True, True, True, ..., True, True, True]) SubhaloFlag.dtype dtype('bool')
Perhaps yes. Regardless, it only has values of either 0 (False) or 1 (True).
Hi Dylan,
When I checked the data type of the
SubhaloFlagfield, I found the data type is 'bool' not 'int16'.Perhaps yes. Regardless, it only has values of either 0 (False) or 1 (True).