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

IQA: bad vmin/vmax w/ normalize? #3

Open
teuben opened this issue Nov 20, 2022 · 0 comments
Open

IQA: bad vmin/vmax w/ normalize? #3

teuben opened this issue Nov 20, 2022 · 0 comments

Comments

@teuben
Copy link
Owner

teuben commented 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

@teuben teuben changed the title IQA: missing vmin/vmax IQA: bad vmin/vmax w/ normalize? Nov 20, 2022
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

1 participant