Are Wavelets working as designed?

:+1:

@dafrasaga

Try with the last commit 0511458, I just push

Perhaps its fixed ?

jacques

:slightly_frowning_face: No Desmis,
now RT crashes when detail window goes beyond 500% and wavelet and refine is enabled and I move the refine slider

1 Like

Ciao @dafrasaga, Salut @jdc ,

Manjaro/KDE RT Version: 5.8-2535-g051145850
still crashes when one follows Gabriele’s steps.

Have fun!
Claes in Lund, Sweden

1 Like

I will look tomorrow :slight_smile:
jacques

1 Like

Hello

Excuse my bad english.

I push a change 8e9e397 in branch “waveletcrash”

I think (I hope) the crash is solved…

But an explanation.
To work wavelet needs a minimum space to realize the decomposition, for each channel L*, a*, b*

The minimum size (in the preview window in pixels) for each level

  • level 10 = 1024x1024
  • level 9 = 512x512
  • level 8 = 256x256
  • level 7 = 128x128
  • level 6 = 64x64
    In this case (related crash) we are at level 6… I have added this level…

But beware, if you have settings wavelet to level 7 or above, now the system will not crash (I hope), but process for this level will be ignored.

As a result, either your setup (like mine with a separate screen, and no left panel and you can examine up to level 10) allows it, or you have to limit the zoom. Usually up to 300% or 400% you shouldn’t have any problems viewing level 7

jacques

Hi @jdc,
I compiled the waveletcrash branch but it crashes again :face_with_raised_eyebrow: :slightly_frowning_face:

What I do:

  1. Open the image
  2. set the neutral profile
  3. open a detail window
  4. zoom in at 500%
  5. enable wavelet and sub-refine
  6. move the refine slider
  7. it crashes

@dafrasaga

Very difficult for me to find…because with your settings…no crash.

But I have crash in other case…and I think I solved it, and probably it will solve your case

commit 344735bb8

Jacques

Hi @jdc,
I think you hit the culprit…
now it seems to work as would be …
Good :+1: :smiley:

OK, I will merge

Thank you :slight_smile:

merge :slight_smile:
jacques