-
PyWavelets is a Python wavelet transforms module that can do:
* 1D and 2D Forward and Inverse Discrete Wavelet Transform (DWT and IDWT)
* 1D and 2D Stationary Wavelet Transform (Undecimated Wavelet…
-
**Feature:**
It would be very nice to provide support for **MODWT** and **DWT** based decomposition using wavelet filters other than Haar. (We are still restricting the GMWM to using the Haar decompo…
-
The following two snippets of code should be equivalent, I think:
```
import numpy as np
import pywt
a = np.random.randn(64,64)
w = pywt.Wavelet('bior3.3')
#w = pywt.Wavelet('db2')
#w = pywt.Wavelet…
-
I noticed while looking through the code of that function that [it actually calculates a wavelet decomposition](https://github.com/odlgroup/odl/blob/master/odl/trafos/wavelet.py#L104-L111) of an array…
-
The wavelet tests take about 1.5 seconds now, which is too much in relation to the rest of the library. We should make smaller examples and add some larger test cases to our "largescale" test suite on…
-
If you provide a casa region file with a mask for the facet calibrator I noticed that it still runs pybdsm and attempts to create another mask. Is this the desired behaviour? Perhaps to combine the ma…
-
Question about" set-parameters.m" #1
line37; par.stdmin = 5; % minimum threshold for detection
line38; par.stdmax = 50; % maximum threshold for detection
## What is the numerical unit for th…
-
Stéphane pointed out one possible bug in function wvar():
![example](https://cloud.githubusercontent.com/assets/8951813/8886508/2c363f50-3231-11e5-9c13-3d6fc9cbab07.jpg)
Roberto, could you please take…
ghost updated
9 years ago
-
Originally reported on Google Code with ID 2847
```
You used twice TP_WAVELET_COMPGAMMA_TOOLTIP, TP_WAVELET_CONTEDIT, TP_WAVELET_CURVEEDITOR_CL_TOOLTIP,
TP_WAVELET_OPACITYWL_TOOLTIP
Will you rename …
-
Originally reported on Google Code with ID 2820
```
I was trying to adjust the histogram and raw therapee crashed after adding three points.
I have been able to find a way to reproduce the problem, …