You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normalized interpolation has been added to rendering and interpolation, and is turned on by default.
Density-weighted interpolation has been added to rendering and interpolation. It is on by default for column-integrated views. If the target quantity is A, then using density-weighted interpolation will interpolate rho*A. In this case, the normalization is over the density.
read_phantom() has a new parameter ignore_inactive=, which defaults to True. If ignore_inactive=True, then Sarracen will not read particles with h < 0, that is, dead or accreted particles whose smoothing lengths have been set to a negative value.
Bug fixes:
The safety check on y-limits during interpolation was mistakenly comparing the lower x-limit instead of y-limit.