Skip to content
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

Open
keflavich opened this issue Oct 28, 2021 · 6 comments
Open

Load an MS into glue #27

keflavich opened this issue Oct 28, 2021 · 6 comments

Comments

@keflavich
Copy link
Contributor

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

@astrofrog
Copy link
Member

We should think about how we want to deal with the vector columns from a glue perspective

@keflavich
Copy link
Contributor Author

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)

@astrofrog
Copy link
Member

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.

@keflavich
Copy link
Contributor Author

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.

@astrofrog
Copy link
Member

What is the meaning of the extra dimensions? Polarisations?

@keflavich
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants