-
Notifications
You must be signed in to change notification settings - Fork 9
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
GainDiagPhase calibration error #60
Comments
921 File
"/usr/lib/python2.7/dist-packages/Cattery/Calico/OMS/StefCal/GainDiagPhase.py",
line 204, in iterate
922 gaindiff2[p][pmask] = 0;
Not in office ATM, but, I think "pmask" needs to be changed to "mask".
…On Thu, Feb 23, 2017 at 5:09 PM, Benjamin Hugo ***@***.***> wrote:
Assigned #60 <#60> to
@o-smirnov <https://github.com/o-smirnov>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGK5v4W4WtO4iVvHGak_F6aIhWHcHDpiks5rfaEigaJpZM4MKFMS>
.
|
I'm finding the same error too when trying to use GainDiagPhase/GainDiagGainDiang2a/GainDiagCommon but a slightly different one when using Gain2x2. For the latter, it complains about the 'int' object not having an attribute 'dtype', see below:
|
Does this dataset have XY/YX columns? Are you perhaps using "2x2, diagonal terms only" in the Compile-time options? Trying to narrow down the failure mode here... |
Yes, my MS has 4 polarisation products (RR, LL, RL and LR). @SpheMakh does stimela have an option to specify which correlations to use (2x2, 2x2 diagonal terms only, 2 or 1)?. @o-smirnov, you can find the MS file I'm using on elwood /home/sebokolodi/Imaging_Cygnus_Challenge/C-Band/SelfCal/StimelaSelfcal. I am using Stimela but it doesn't seem to save the config file. @SpheMakh do I have to create the config file myself?. |
check calibrator documentation by running `stimela cabs -i calibrator`
…On Mon, 6 Mar 2017 at 14:31 Lerato ***@***.***> wrote:
Yes, my MS has 4 polarisation products (RR, LL, RL and LR). @SpheMakh
<https://github.com/SpheMakh> does stimela have an option to specify
which correlations to use (2x2, 2x2 diagonal terms only, 2 or 1)?.
@o-smirnov <https://github.com/o-smirnov>, you can find the MS file I'm
using on elwood
/home/sebokolodi/Imaging_Cygnus_Challenge/C-Band/SelfCal/StimelaSelfcal. I
am using Stimela but it doesn't seem to save the config file. @SpheMakh
<https://github.com/SpheMakh> do I have to create the config file myself?.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGUUGKab7qTOoZbO6fzmDS2PBOwJ2PBAks5ri_ysgaJpZM4MKFMS>
.
|
save-config option now available in stimela calibrator/simulator. |
@o-smirnov Example to reproduce is here hugo@ray ~/DATASETS/cattery_bug |
I get similar error while using "GainDiag" :
Similar fix, I assume, @o-smirnov , @SpheMakh ? |
Not sure that it is related (sorry if it isn't) but I get an error when using "GainDiagCommon" for the diffgain term. It complains about GainDiagCommon not having "_dtype" attribute. Works fine when using "GainDiag" though.
|
Things are going south when trying to do a phase only selfcal with GJonesMatrix type "GainDiagPhase".
Perhaps everything is flagged for a the particular slot @SpheMakh and myself get the same error on different MSs, will investigate soon
The text was updated successfully, but these errors were encountered: