-
It would be nice to have an action to remove astrophysical signals from the data so we can do noise analysis better. It can have options to select a method to ~remove such as filtering, fitting the ac…
-
### Describe your issue.
The description of 'filtfilt' in the doc string for scipy.signal.lfilter is incorrect in describing the use of filtfilt for creating linear phase filters. filtfilt creates "z…
-
Line 131 in _savitzky_golay.py needs to be
y = np.zeros(int(polyorder) + 1)
instead of
y = np.zeros(polyorder + 1)
The current code does not allow a change in the --savgol-polyord parameter
-
* Operating System: All
### Description
A lot of dead code - never used functions, often exust only as headers, no implementation. Guessing mostly NR (Numerical Recipies in C book code), but som…
-
* Operating System: All
### Description
The settle code thoroughly uses re-typing (C) functions parameters from float to double. This might cause confusion to the compiler in optimisation stage.…
-
Trying to figure out what's going wrong here. Tried to update all by conda update --all and also using the conda package manager through navigator. Downgraded to Python 3.5.4 (conda automatically down…
-
- The [readthedocs index page](https://pynumdiff.readthedocs.io/en/latest/index.html) doesn't seem to be synchronized with the information in the README.
- It looks like the first docstring line is t…
-
En los picos de los mínimos de las gráficas se aprecia una leve desviación. También hay que adaptar el código para poder filtrar con diferentes tipos dependiendo de un parámetro.
-
I'm having an issue where I'm using `eleanor.multi_sectors()` to search for a star using Gaia coordinates. The star is observed in sectors 16 and 17, but the function returns two entries for sector 16…
-
Demo Command:
`python demo/etimate_smpl_video.py configs/hmr/resnet50_hmr_pw3d.py data/checkpoints/resnet50_hmr_pw3d-04f40f58_20211201.pth --single_person_demo --det_config demo/mmdetection_cfg/fas…