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
Right now fitter.derived_params() returns a human-readable string, which is useful but hard to use in coding.
It could also return a dict with the values of the derived quantities. Maybe only when returndict=True or something like that. Easy to implement, just don't know about what is most useful.
The text was updated successfully, but these errors were encountered:
Right now
fitter.derived_params()
returns a human-readable string, which is useful but hard to use in coding.It could also return a dict with the values of the derived quantities. Maybe only when
returndict=True
or something like that. Easy to implement, just don't know about what is most useful.The text was updated successfully, but these errors were encountered: