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
The isochrone constructor currently disregards user-specified bounds on age/metallicity and sets them to the range of the isochrone grid (see here). Possible improvements:
Continue this behavior but warn the user
Respect the user's bounds when they are within the isochrone grid; when outside warn the user and set to the isochrone grid bounds.
Respect the user's bounds and throw and exception when they are outside the allowed grid bounds.
For both 2. and 3. above, the default isochrone grid consists of age = [10, 12] and z = [0.0001,0.0002], so the default bounds should be similarly constrained.
The text was updated successfully, but these errors were encountered:
kadrlica
changed the title
Age/metallicity bounds not respected
User age/metallicity bounds not respected
Sep 3, 2018
The isochrone constructor currently disregards user-specified bounds on age/metallicity and sets them to the range of the isochrone grid (see here). Possible improvements:
For both 2. and 3. above, the default isochrone grid consists of
age = [10, 12]
andz = [0.0001,0.0002]
, so the default bounds should be similarly constrained.The text was updated successfully, but these errors were encountered: