-
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
Load an MS into glue #27
Comments
We should think about how we want to deal with the vector columns from a glue perspective |
Can glue deal with vector columns at all? The Hyperion RT grid also uses vector columns for a lot of things, it would be nice to load those into glue too (this is somewhat off-topic) |
Well it could if we broadcasted all scalar columns to the same shape. Otherwise for now the shapes have to match. But this could be changed. |
I don't know what the interface should look like, but the most logical thing to do with vector columns from CASA data is to plot summary statistics: mean, median, sum, etc. Or, optionally, all of the data, flattened. I think that's what plotms allows. |
What is the meaning of the extra dimensions? Polarisations? |
Not sure in general; they might be polarization in some cases, time in other cases, depending on the table. If it's length 2 or 4, I'd say polarization. |
Since casa-formats-io can now make astropy tables, we need documentation on how to use casa-formats-io to load an MS into glue
The text was updated successfully, but these errors were encountered: