-
Notifications
You must be signed in to change notification settings - Fork 0
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
Problem reconstructing the PSF at given wavelengths #3
Comments
My first guess would be that there is some garbage data in the SPARTA table, by default you should see a line printed with the seeing, L0 and GL values, are those correct ? |
Hi,
Thanks for the quick reply. So yes, I see five lines showing "computing PSF
with seeing=x, GL=y L0=z", with numbers that seem reasonable.
The file I'm using as a test is MUSE.2018-04-10T02:42:16.921, but I tried
with several, and the error is always the same.
Cheers,
Enrico
Il ven 20 mar 2020, 13:19 Simon Conseil <[email protected]> ha
scritto:
… My first guess would be that there is some garbage data in the SPARTA
table, by default you should see a line printed with the seeing, L0 and GL
values, are those correct ?
If the file is public could you give me its name so I can download it,
otherwise could you send me the SPARTA table ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI5DOBIMYZ63U7IDBRAGYYLRIOJRHANCNFSM4LQPK2JQ>
.
|
Ah I know, that's because wavelength values must be in nm, not in Angstroms. That's a code coming from AO scientists, they prefer nm ;). I will see if I can make this clearer in the docs. |
Ah yes sorry, I'm so used to Angstrom that I never think that nm can be a
possibility. I'm sorry if I bothered you with something like this!
Cheers,
Enrico
Il giorno ven 20 mar 2020 alle ore 15:19 Simon Conseil <
[email protected]> ha scritto:
… Ah I know, that's because wavelength values must be in nm, not in
Angstroms. That's a code coming from AO scientists, they prefer nm ;). I
will see if I can make this clearer in the docs.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI5DOBILMOUIX74UGBK4VJ3RIOXS7ANCNFSM4LQPK2JQ>
.
|
No worries, I knew this could be confusing. |
Hi,
I'm trying to use PSFR to reconstruct the PSF of some MUSE AO datacubes. I'd like to recover the properties of the PSF at given wavelengths. In the documentation, I saw that this is possible by using the lbda parameter in compute_psf_from_sparta(). According to the documentation, lbda should be an array. Now, I tried to define lbda in several ways: an array of float, an array of int, an array with a single int, a single int, but I always get a weird error (I removed the non-standard paths with xxx):
what I'm doing is:
where hdu is the HDUList of a MUSE raw file with a SPARTA table downloaded from the ESO archive.
If I use lmin, lmax and nl, everything works fine.
Am I doing something wrong? Or is it a bug in the code? It seems that something with parallelization is not working, but I'm not sure what.
Thank you very much for your help!
The text was updated successfully, but these errors were encountered: