-
Notifications
You must be signed in to change notification settings - Fork 12
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
Explanation of what is in facetselfcal parmdb's (for getting dtec's for inversion) #211
Comments
The |
Ah okay, so to clarify, which one comes first: |
|
Thanks |
Hey David, I need another point of clarification, and this seems the best to reopen this. Also, in calculating the |
Actually, I have a more important question here. If I look inside a merge_selfcal_parmdbs table I have rows that are blocked in subband over all time. I.e. something like this (ignoring CS values):
I'm shocked to find that the TEC values are different for the same antenna same direction but different subband block, since TEC is a frequency independent quantity. Can someone please clarify what exactly is in those values? |
Yes, the name is an artefact of how the pipeline names output files. The parmDB actually contains all the information for all time- and frequency-steps. |
What did value did you use for "TEC_block_MHz" in the factor parset ? |
I left it default of 10.0 which explains the behaviour. Now it seems that small blocks don't give consistent blocks. |
I think the lofar.parmdb library handles this. For the convert_* gains, we just calculate the values at the frequencies returned by the getValuesGrid() method. |
I am looking for the final merged phase solutions for each facet.
These presumably have not been separated into common scalar phase + delay(nu) + dtec(1/nu) terms.
I find in each facet folder the following parmdbs for e.g.:
I'm guessing what I'm looking for is in one of:
Each one contains a set of rows (one for each antenna+gainX:Y:phase/amp) and each row appears to have StartX, EndX (freqs) and StartY, EndY (times), and Values (shape [numFreq, numTime]).
or is it [numTime, numFreq] ?
What are difference between the parmdb's?
I need the phase containing physical information of common scalar phase + delay(nu) + dtec(1/nu) terms so that the dtec that I input to my ionosphere inversion represents the actual propagation effects.
FYI, I will write a converter to hdf5.
The text was updated successfully, but these errors were encountered: