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
SubhaloFlag
field, I found the data type is 'bool' not 'int16'.Perhaps yes. Regardless, it only has values of either 0 (False) or 1 (True).