Telluric-Fitter icon indicating copy to clipboard operation
Telluric-Fitter copied to clipboard

Telluric fitting made easy

Results 17 Telluric-Fitter issues
Sort by recently updated
recently updated
newest added

Used in the line below, and perhaps others, `scipy.mat` is no longer present in SciPy v12. https://github.com/kgullikson88/Telluric-Fitter/blob/7ae98db278525e157d2d0abaf4697e2fe778d6bc/src/TelluricFitter.py#L62 This function is just an alias for `numpy.asmatrix` so a drop-in replacement of...

I have recently installed TelFit using anaconda and pip on my mac (OS 12.6.3). I have tried to run the example to make sure that everything is working properly. The...

While installing Telfit normally using Pip I get the following error. `ERROR:Failed building wheel for Telfit` `Running setup.py clean for Telfit` `Failed to build Telfit` `ERROR: Could not build wheels...

installation

I installed now TelFit. However when I try to run it I always get this Warning / Error: ``` >>>>import os >>>>os.environ["PYSYN_CDBS"] = "/home/path/PySynphot" >>>>from telfit import TelluricFitter, DataStructures >>>>fitter...

Through a mistake I have noticed that by introducing a temperature of 1273.05K in the MakeModel function you get a very unclear error: ``` File "/home/amiguel/.conda/envs/lib/python3.8/site-packages/MakeModel.py", line 444, in MakeModel...

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

When I try to use the wavegrid parameter in the function MakeModel(), I get the error below. I am using a 1d numpy array. File "/opt/anaconda3/lib/python3.8/site-packages/MakeModel.py", line 504, in MakeModel...

Fix bug in converting dew point temperature to ppmv equation. Now matching the equation that used in the code (around these [lines](https://github.com/kgullikson88/Telluric-Fitter/blob/7ae98db278525e157d2d0abaf4697e2fe778d6bc/examples/fit_example_fullechelle/Fit.py#L55)) Ne effect on the code, but, might effect...

Here is the output of a build attempt. Make of lnfl succeeds, stops at make of lblrtm. Build output points to make_lblrtm, line 63. ``` $ > python setup.py build...

bug
installation
platform-specific

Hi! I tried "pip install TelFit" but it didn't work. I get this message: ERROR: No .egg-info directory found in /private/var/folders/2j/x__zj2956495x65fkwzs46500000gn/T/pip-pip-egg-info-3kciamz7 Is there any alternative? Thanks, Ayoze