You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a fully working (sdint, tp2vis) run using casa 6.5.2 - but in the end IQA is failing with:
ValueError: Passing a Normalize instance simultaneously with vmin/vmax is not supported. Please pass vmin/vmax directly to the norm when creating it.
during the IQA
which is a matplotlib error, triggered in show_Fidelity_map()
im = ax1.imshow(image[0].data[channel],vmin=1.,vmax=100,cmap='hot',norm=LogNorm())
the last messages on screen were:
Accuracy = -0.46 +/- 0.25
See results: /home/teuben/ALMA/DataComb/work//M100/assessment_M100-B3.cube_INTpar_MS_SD-INT-AM_nIA_n1000000_thresh0.011/SD_Accuracy_map_M100-B3.cube_INTpar_MS_SD-INT-AM_nIA_n1000000.tclean_channel.png
The text was updated successfully, but these errors were encountered:
teuben
changed the title
IQA: missing vmin/vmax
IQA: bad vmin/vmax w/ normalize?
Nov 20, 2022
I got a fully working (sdint, tp2vis) run using casa 6.5.2 - but in the end IQA is failing with:
ValueError: Passing a Normalize instance simultaneously with vmin/vmax is not supported. Please pass vmin/vmax directly to the norm when creating it.
during the IQA
which is a matplotlib error, triggered in show_Fidelity_map()
im = ax1.imshow(image[0].data[channel],vmin=1.,vmax=100,cmap='hot',norm=LogNorm())
the last messages on screen were:
Accuracy = -0.46 +/- 0.25
See results: /home/teuben/ALMA/DataComb/work//M100/assessment_M100-B3.cube_INTpar_MS_SD-INT-AM_nIA_n1000000_thresh0.011/SD_Accuracy_map_M100-B3.cube_INTpar_MS_SD-INT-AM_nIA_n1000000.tclean_channel.png
The text was updated successfully, but these errors were encountered: