-
Notifications
You must be signed in to change notification settings - Fork 7
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
read, join, and write MS #272
Comments
I think you may just need a double colon for the subtable i.e. try with
|
Thanks for the quick reply. Sorry, but I actually pasted the wrong error. Below is what I get when using the proper syntax.
|
Try using ds = xds_from_table('20221129_034113_15MHz.ms::SPECTRAL_WINDOW', group_cols="__row__") |
Ok, that is working for me. |
|
There are three sources of information here that could be useful
It's doable but you need to do some book-keeping, particularly with respect to the:
An example of how this can be accomplished in an actual application is available here in our averaging application, xova which handles the SPW case as generally as possible. If the structure of your input MS's are well-defined, you may want to exploit that instead of going with the above approach. |
Description
I'd like to read multiple MS files and write one that joins along spectral window. Each MS file represents a single integration with a different spectral window and data have identical structure in each MS.
What I Did
I tried to follow the suggestion in the docs, but I may have an issue with the MS.
However, the file can be read at some level:
The text was updated successfully, but these errors were encountered: