kgullikson88 / Telluric-Fitter

Telluric fitting made easy
http://telfit.readthedocs.org/en/latest/
MIT License
20 stars 17 forks source link

Resolution parameter in MakeModel doesn't work #49

Open mdd423 opened 2 years ago

mdd423 commented 2 years ago

Output of MakeModel does not varying with resolution. It doesn't seem like that parameter is added anywhere to the TAPE files.

mdd423 commented 2 years ago

It seems that ISCAN is set to 0 in the ParameterFile so it shouldn't be convolving within lblrtm. Is there any way to produce higher resolution tellurics? It looks like it's around R\~30_000. I am hoping for something closer to R\~150_000.

kgullikson88 commented 2 years ago

Hmm yeah, from what I recall all the convolutions to reduce resolution are happening in the python code rather than in LBLRTM. So if LBLRTM is not producing high enough resolution, you might be out of luck. I guess you could check their documentation and see if there is a way to increase the resolution? Or maybe we need higher sampling rate on the wavelength grid it generates (I vaguely remember something like that being a parameter - it's been years)

mdd423 commented 2 years ago

Ok! I will dive into their documentation to try what their limits for resolution are. Thanks, anyways!