benjaminrose / MC-Age

The code to analyze SEDs of SN Ia environments to calculate ages and compare to Hubble parameters

Home Page:https://mc-age.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get phi to have values greater then 1.47

benjaminrose opened this issue · comments

For some reason, the slope likes to stay low. Is the output not converting from phi back to slope?

It looks like it is not a variable conversion issue, https://github.com/benjaminrose/SNIa-Local-Environments/blob/master/calculateAge.py#L540. Line 504 also changes back to slope for the intermediate save to disk step.

Note the last save comes in calculateAge() but this just saves the returned value (plus calculated age) from calculateSFH() which is converted to slope in L540.

It seems like I can't ever get above 4 or 5 in either the positive or negative direction.

Since I am converting my code to run and save in terms of phi, this issue is now to get phi greater than 1.47.

C3 (crc419557) from 918763b looks like this is working.