Code Monkey home page Code Monkey logo

wavelets's People

Contributors

ebuchlin avatar frederic-auchere avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wavelets's Issues

Keywords `weights=()` and `denoise_coefficients=()` in Function `wow` causes `AttributeError`

I am try to reproduce the examples of function wow described in the README file:

image_wow, _ = wow(eui_map.data)

I got the error

File [~/anaconda3/envs/sunpy/lib/python3.12/site-packages/watroo/utils.py:163](~/anaconda3/envs/sunpy/lib/python3.12/site-packages/watroo/utils.py:163), in wow(data, scaling_function, n_scales, weights, whitening, denoise_coefficients, noise, bilateral, bilateral_scaling, soft_threshold, preserve_variance, gamma, gamma_min, gamma_max, h)
    [161](~/anaconda3/envs/sunpy/lib/python3.12/site-packages/watroo/utils.py:161) n_weights = len(recomposition_weights)
    [162](~/anaconda3/envs/sunpy/lib/python3.12/site-packages/watroo/utils.py:162) if n_weights <= n_scales:
--> [163](~/anaconda3/envs/sunpy/lib/python3.12/site-packages/watroo/utils.py:163)     recomposition_weights.extend([1, ]*(n_scales - n_weights + 1))
    [165](~/anaconda3/envs/sunpy/lib/python3.12/site-packages/watroo/utils.py:165) scale_denoise_coefficients = copy.copy(denoise_coefficients)
    [166](~/anaconda3/envs/sunpy/lib/python3.12/site-packages/watroo/utils.py:166) n_denoise_coefficients = len(scale_denoise_coefficients)

AttributeError: 'tuple' object has no attribute 'extend'

I found the bug is caused by the default Keywords weights=() and denoise_coefficients=() which don't have the extend method. Passing weights=[] and denoise_coefficients=[] solves the bug.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.