-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get spectra to process on latest master branch - outputs constant values, inf error #118
Comments
@tpering I haven't had this issue with the Lascar dataset. |
Current lead is to do with |
This sounds reasonable. Have you managed to get those spectra processing on that earlier version? As the GUI hold stray light info in wavelength-space, but the backend needs pixel-space it might be that if you load a new set of data from a different spectrometer the pixel-space isn't being correctly updated. I wonder if moving the stray and fit window values up/down in the GUI after loading the spectra causes the backend to correctly update its pixel values and then processes properly? |
Looks like this was it, the
Yep, that worked too!
Yes, but the results were not the same as @tpering 's. CDs in the range of 0-3000 instead of up to 8000. Not sure why to be honest, but I'm getting consistency between the v2023.07 and the fixed version now, which is positive. |
Ah yes - I must have given you the light dilution corrected version, so we
are all good. Great that it was a relatively simple fix!
…On Thu, May 23, 2024 at 11:03 PM Dan Brady ***@***.***> wrote:
Looks like this was it, the stray_pix variables were not being reset on
loading a new spectra directory, and so old/default values were being used.
I'm not sure why it wasn't a problem in the pre-config version, possibly
because the values aren't initialised until DOAS is being processed.
I wonder if moving the stray and fit window values up/down in the GUI
after loading the spectra causes the backend to correctly update its pixel
values and then processes properly?
Yep, that worked too!
Have you managed to get those spectra processing on that earlier version?
Yes, but the results were not the same as @tpering
<https://github.com/tpering> 's. CDs in the range of 0-3000 instead of up
to 8000. Not sure why to be honest, but I'm getting consistency between the
v2023.07 and the fixed version now, which is positive.
—
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB36N256V6GHZE2NTOPLJ33ZDZRTNAVCNFSM6AAAAABE3OJTEGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRYGA4TENZUGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This is excellent news! I'll test this on our other colleagues spectra too, which seemed to be hitting a similar thing to what Tom has found. I'm not sure if you have, but it will be worth double checking that the same isn't happening with the fit_window values too, as these also need to be mapped from wavelength in the GUI to pixels in the backend. Would be good to be certain we're fitting where we're supposed to be before we forget about this issue. Sidenote - There's always a chance it was a problem pre-config too but we just hadn't picked it up yet. |
I had a look and I don't think this is a problem. The |
As above, DOAS just prints out constant values, exactly the same process tried on July 2023 version of pycam and no issues, produces viable results, and processes fine. Going to try a range of different options to see what happens, but for the moment can't process the spectra on latest version.
Don't know where the issue is as no error printed out...
The text was updated successfully, but these errors were encountered: