pyradiomics icon indicating copy to clipboard operation
pyradiomics copied to clipboard

[FEAT EXTRACTION] How to use multiple wavelets?

Open marek-lechowicz opened this issue 9 months ago • 0 comments

Hello,

how to propperly set prams in a file to use multiple types of wavelets? I have tried doing it similarly to how sigma is set for LoG filter, but it only results in TypeError - 'schemaFuncs.py", line 11, in checkWavelet raise TypeError('Wavelet not expected type (str)')'

Set params:

imageType:
  Original: {}
  Wavelet: {
    wavelet: ['haar', 'db1'] 
  }
  • OS: Windows 10
  • Python version: 3.10
  • PyRadiomics version: 3.0.1

marek-lechowicz avatar May 11 '24 11:05 marek-lechowicz