Lydia Makrygianni

Results 12 comments of Lydia Makrygianni

Hi Brenna, No worries, thanks for letting me know! A question about using the source code. Should I make the steps described for development install and it should work?

I tried the setup.py from github but still doesn't work. Should I add something specific for it to use an older version of numpy?

I am using an M1 mac as well. It seems that the issue was with astrocats. Once I managed to install this package then I was able to install mosfit...

![corner](https://user-images.githubusercontent.com/23122380/224530689-b02151dd-372d-4ac6-98e4-2b3909e2cd46.png) ![tracers](https://user-images.githubusercontent.com/23122380/224530691-96ffd6c3-f817-4429-928a-f30b128a354f.png) The example before was also setting both ldist and redshift in run_params. If I set only the ldist and also give the prior of mass like that model_params["mass"]["prior"]...

There is something odd happening with the initial parameters after running optimization or emcee and instead of initial tage = 13 the initial tage is 1.1 for example. Not sure...

Ok, I will try the thing about mass. The galaxy is probably a post-starburst galaxy from spectrum. g-r ~ 0.68. From the interactive demo notebook I thought tage is the...

For dynesty using these model_params = TemplateLibrary["parametric_sfh"] model_params["dust2"]["init"] = 0.1 model_params["logzsol"]["init"] = -0.3 model_params["tage"]["init"] = 13. model_params["mass"]["init"] = 1e8 model_params["dust2"]["prior"] = priors.TopHat(mini=0.0, maxi=2.0) model_params["tau"]["prior"] = priors.LogUniform(mini=1e-1, maxi=10) model_params["mass"]["prior"] = priors.LogUniform(mini=1e6,...

It has been used before in such cases but I have seen non-parametric used as well. Should I try a non-parametric one better (but there are many options)? Also, no,...

Ok. I think I figured the main issue. It was on the photometry I was using mostly for SDSS where I was not using the CModel photometry as I should....

Ok, I think the results make much more sense now. ![corner](https://user-images.githubusercontent.com/23122380/225098580-c88be7be-8e86-4a01-84de-47da5750a514.png) ![tracers](https://user-images.githubusercontent.com/23122380/225098594-6f7c4590-e2be-4e7e-9257-9714d98c881e.png)