BEAST-Fitting / beast

Bayesian Extinction And Stellar Tool
http://beast.readthedocs.io
23 stars 34 forks source link

Simply code by always assuming f_A is present #101

Open karllark opened 7 years ago

karllark commented 7 years ago

In the physics model grid creation, there are a number of places where two choices are present, those where the dust extinction model include f_A and those where it does not. It would be simpler if there was only the code for when f_A is present. If the MW/SMCBar mixture model for dust extinction is not desired, then f_A could be set to 1 as a default. Need to check if this breaks the code for other dust extinction curves. Do we want to support dust extinction curves that do not follow this model? Currently, no testing is done for other types of dust extinction.

lcjohnso commented 7 years ago

No problem with creating a default f_A value that makes for more readable code, however I want to insure that I'm able to use Gordon03_SMCBar() without any trouble.

Do you have an explicit example for this?