-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading config in mcmc #55
Comments
After some digging,
|
This lead to some other pieces of ugali breaking... suggesting that support for bands other than
|
Didn't we talk about that last issue before? The updates to |
I also think that we want the fix to be a bit deeper than |
oh, I think my hacked changes to |
Will we want to look for a config file whenever we create an isochrone (i.e. in the factory)? or do we just want to load more parameters whenever we do read in a config file? I'm not sure how we would make this check whenever initializing an isochrone, which is what I think would need to happen at the factory level if we wanted to do that. |
That's a good point. We would like to retain the ability to create a source without a config, which means that |
Since we'll have to read this from the config file, how would this be best implemented? I've been playing around with it a bit, and we could have |
As far as running the mcmc, this has been resolved by adding |
Thanks Sid, this sounds like the underlying issue. The
Each of these pieces of functionality have been useful in the past, since they allow a lot of flexibility in the input parameters. For example:
Clearly, this complexity and lack of documentation has been detrimental for users. I think we can deal with this in a few ways.
|
Working on MCMC analysis with ugali and tyring to use
g-i
bands has shown that ugali.analysis.source seems to create ag-r
isochrone even when the relevant config files specifyband_1 = g
andband_2 = i
. This behavior has been evidenced inugali/pipeline/run_05.0_followup.py
andugali/analysis/mcmc.py
, but may be elsewhere.The text was updated successfully, but these errors were encountered: