-
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
Pols should be XX, XY, YX, YY #25
Comments
@talon Myburgh ***@***.***> has a meerkat version.
Cheers,
Oleg
…--
Sent from my phone, excuse the brevity.
On Tue, 16 Jul 2024, 01:14 Evangelia (Lilia) Tremou, < ***@***.***> wrote:
Does it work only with linear feeds?
I tried it on VLA -C band data and I get the following error.
Traceback (most recent call last):
File "/lustre/aoc/sciops/etremou/soft/DynSpecMS/splitcatalog_fixes/DynSpecMS/scripts/ms2dynspec.py", line 237, in <module>
main(args)
File "/lustre/aoc/sciops/etremou/soft/DynSpecMS/splitcatalog_fixes/DynSpecMS/scripts/ms2dynspec.py", line 150, in main
D = ClassDynSpecMS(ListMSName=MSList,
File "/users/etremou/.local/lib/python3.9/site-packages/DynSpecMS-0.1.0-py3.9.egg/DynSpecMS/ClassDynSpecMS.py", line 148, in __init__
self.ReadMSInfos()
File "/users/etremou/.local/lib/python3.9/site-packages/DynSpecMS-0.1.0-py3.9.egg/DynSpecMS/ClassDynSpecMS.py", line 600, in ReadMSInfos
raise ValueError("Pols should be XX, XY, YX, YY")
ValueError: Pols should be XX, XY, YX, YY
Thanks,
Lilia
—
Reply to this email directly, view it on GitHub
<#25>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRLTPZ3VBJWUJYAGWQUS4TZMRJXBAVCNFSM6AAAAABK5OH5MGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYDSNZZG4ZDKNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@tremou have a try with my branch SplitCatalog_fixes. I use that for MeerKAT datasets. Can also just pip install it normally (i.e. |
thanks. I do use the SplitCatalog_fixes branch, and I run it without any issue in MeerKAT data since it's XX, YY , etc. the issue is present is with the RR, LL, etc at VLA data. |
Ah I see... apologies, I did not read that correctly. Yes, you are correct it appears from the code that measurement set column |
I have this raise condition because the 4 lines here DynSpecMS/DynSpecMS/ClassDynSpecMS.py Line 1042 in e3d828f
corr_type attribute to the class and change the mapping and the raise condition accordingly? (if you do so, create a separate branch).
|
Does it work only with linear feeds?
I tried it on VLA -C band data and I get the following error.
Thanks,
Lilia
The text was updated successfully, but these errors were encountered: