Natasha Batalha
Natasha Batalha
@logan-pearce is going to help integrate this
Tholin: ``` pvap_tholin_bars = 10**(7.6106 - 11382./T) !this is actually the KCl vapor pressure, not a real tholin one. c Then convert from bars to dynes/cm^2 pvap_tholin = pvap_tholin_bars*1e6 ```...
Quick thoughts: - One annoying piece of this development will be handing the bokeh js callbacks in run_online. Right now there is this old javascript code to do the binning...
@hover2pi Python 3.7 is not supported. I can't replicate your parent package issue with Py 3.11.9. I did encounter an issue with numpy=>2.0 but that doesnt seem to be your...
Apologies for the delay. Can you post the two code snippets you are using?
For HST make sure to include the jmag and hmag. Your code should be edited to: ``` exo_dict['star']['jmag'] = 9.995 # J magnitude of the system exo_dict['star']['hmag'] = 9.397 #...
Thanks for your question. Q1. The short answer is that is correct, we haven't yet enabled a 3D surface albedo input option. However, if you are interested in developing this...
If there are no further questions on this, I will close this for now.
@colinhamill would it be possible to resubmit this PR into the `dev` branch opposed to `master`
Verified that clipping the pressure grid at 1e-4 does not work. Further investigation is going on to see if we can fix the ck tables or remake them. 