vedantchandra / starwave

modeling resolved stellar populations with bayesian inference
MIT License
2 stars 4 forks source link

Return all input and output magnitudes as well as (M,A,Z,DM,EXT) from get_cmd #20

Open mgennaro opened 1 year ago

mgennaro commented 1 year ago

The sample CMD method filters out the input/output magnitudes for NaNs. It would be desirable to be able to access those. Similarly, the mass, age, metallicty, etc. are soemtimes useful for diagnostic purposes and should be returned. Other methods (eg sample_cmd, normalize cmd, etc.) need to be modified accordingly.

mgennaro commented 1 year ago

@joycelin1123