-
Hi Miguel :D
I was curious about the benchmarks between Rust and Julia and wanted to make sure that we are benchmarking the same thing. Therefore, I went ahead and translated the Rust code into Jul…
mo8it updated
2 months ago
-
rather than using filter(), use a sevitsky golay filter (more appropriate to curved time series; then could use the derivatives directly from the polynomial filter). their paper has been cited lots: S…
-
Smoothing currently happens in dB scale and doing in in linear scale might be more correct.
-
I believe this functionality could be extracted from the keograms but I can't quite figure out how to
ksd3 updated
12 months ago
-
[24.08.2023 12:08:06] jasiu-rozowyczlowiek:
[24.08.2023 12:08:06] jasiu-rozowyczlowiek
-
[24.08.2023 12:08:18] jasiu-rozowyczlowiek:
[24.08.2023 12:08:18] jasiu-rozowyczlowiek
-
Type: Bug
Cannot input the dot character when entering the file name for a new file. Alert `command " not found`.
![](https://user-images.githubusercontent.com/17308328/236095858-34810382-72d5-4…
-
The previous results on this system were before the new TESS data, so that means these data have not yet been explored for other transiting planets. Does the new data show evidence for transiting pla…
-
Type: Bug
Just installed VSCode in my new laptop, and I'm using remote developing through `ssh` extention.
The SCM seems not working properly, in one of my repo, all files are shown as added in …
-
The short reprex below shows how the Savitzky-Golay implementation that we have on MassSpecWavelet does not filter properly the signal boundaries. We can see in the figure that the implementation from…