-
Notifications
You must be signed in to change notification settings - Fork 1
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
List additional info, including MWA-specific details #21
Comments
Just to expand on this a bit, the fields that exist in the metafits for each antenna that we don't currently store in uvfits are:
having a look through aips 117, there are a couple of places where some of these values could sit:
Storing coarse channel info with frequency setup idsat some point we'll need to deal with picket fences, birli#13 , mwa_hyperdrive#13, and I can see three options:
There are several tables in AIPS117 that store information for alongside each frequency setup id. If we solve picket fences with (3), then we can use these tables to store coarse channel information along with the frequency setup ids, which we can't do with (3). Looking at these tables, it seems like the MWA concept of coarse channels maps very neatly onto the aips concept of spectral windows.
We don't have to solve spectral windows with (3), and with (2) we could still store some of the coarse channel info using overlapping spectral windows (a few spectral windows that we actually use, then one for each coarse channel with the mwa info) but I think (3) is a pretty neat way of solving multiple problems at once. |
SDC3 measurement sets include a |
I'd really like to get fine channel flag info from Birli into hyperdrive, but none of the options available in AIPS117 are particularly straightforward:
Any ideas? |
Looking at the standard, I agree that your proposal is probably the best approach if we were to stick to the standard. However, I suspect you're on the same page as me in that having a separate spectral window for each coarse channel adds a lot of complexity for little gain. I'm not opposed to multiple spectral windows, but I'd prefer to see it for our picket fence obs. Personally, I think the easiest and best solution would be to have our own HDUs (e.g. |
At present, most (all?) of our uvfits files require an accompanying metafits file to provide enough information for calibration. We can write new HDUs to our uvfits files to provide this information, which also won't break the AIPS 117 standard and can address issues #13 and #2. In case anyone in the community already uses obvious names like "TIME" for uvfits HDUs, we should prefix our HDUs with "MWA_", i.e. "MWA_TIME".
Desired additional information:
INTTIM
key in the main table, but supplying this key for every row is excessive. As we don't have variable integration times in MWA data, a single key that applies to all data is useful.hyperdrive
can do the same work with less memory.Suggested HDU names:
The text was updated successfully, but these errors were encountered: