-
Notifications
You must be signed in to change notification settings - Fork 3
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
Beam #24
Comments
There is 2 ways to estimate the beam
|
I propose to compute the beam by estimating the covariance matrix of the (u,v) coordinate of the baseline. Its eigen values will be the axis and the eigenvector will gives the angle of the ellipse in Fourier domain. Then convert to image domain. |
To compute the beam, should we use U-V frequencies from VIS2 tables only or also consider VIS and T3 tables ? Some OIFITS files may not have VIS2 tables, then no beam estimation. |
Good question |
To keep track of the information the Julia code, the documentation and a demo for that is here |
Here is OImaging beta release that computes the beam on VIS2 only and displays the ellipse at the image center (overlay): |
What algorithm can be used to discard redundant UV coordinate ? |
Nice! Should we add a button to display/hide it and maybe move it to a corner. |
I don't know. Probably the redondant UV coordinates in VIS and VIS2 have exactly the same value. This has to be checked in practice |
✔️ I have checked that the plotted ellipse in the exactly the same than in my notebook for RCar |
I updated OImaging beta: Changes:
I left the beam at the image center as the plot is zoomable |
👍
Ca serait pas mal d’avoir des retours de validation (je vais tester ça dès que je me libère). Je sais que Ferréol a déjà testé la fonctionalité.
JPB
…___________________________________________________________________________
Jean-Philippe Berger
Institut de Planétologie et d’Astrophysique de Grenoble http://ipag.osug.fr/
Univ. Grenoble Alpes, CNRS Tél: +33 (0)4 76 74 86 68
414 Rue de la Piscine
38400 Saint Martin d’Hères
France
Email: ***@***.***
___________________________________________________________________________
On 4 Jun 2024, at 10:11, Laurent Bourgès ***@***.***> wrote:
I updated OImaging beta:
https://www.jmmc.fr/apps/beta/OImaging/
Changes:
Added the toogle button 'Beam' on image panels to show or hide the beam info (displayed in its tooltip)
Modified the beam estimation to use distinct spatial frequencies from both OI_VIS and OI_VIS2 tables (with small rounding of spatial frequencies)
I left the beam at the image center as the plot is zoomable
—
Reply to this email directly, view it on GitHub <#24 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AKM4IURUYGFGBZT4AAYMBLTZFVZDDAVCNFSM5FT5EVS2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJUGY4DQNJRHA3A>.
You are receiving this because you are subscribed to this thread.
|
From the oifits files it is possible to estimate the beam that is: minor, major axes and PA of an ellipse describing the resolution of the interferometer.
The text was updated successfully, but these errors were encountered: