-
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…
-
All the below is based off commit 35f3d3f01, which is after 1.12 release branch was made; 1.12 will likely serve as a reasonable baseline for the status described below.
# Summary
This is a enha…
-
I'd like some feedback on this proposed change.
`LightCurve.estimate_cdpp` sets the `transit_duration` in units of cadences. This was fine when everyone used 30-minute Kepler long cadence data. Bu…
-
rewrite autoSR() function to be more accurate to S/R done by hand
-
Hello Luis Felipe de Deus
thank you for sharing this code. I have some questions regarding the data, particularly in the 'case27' folder. In the file named 'uq_case27_10.csv', the DBP value is 34, w…
-
Currently the velocities are estimated using a Savitsky-Golay filter, which tries to fit (in the least-squares sense) a 2nd-order polynomial to the last N joint position measurements, and then uses th…
-
one technique to refine lineart is to thicken it a bit in concave areas and thinnen it a bit in convex areas, easpecially around long convex arcs even sometimes breaking the line up in the process.
…
-
Do you think there would be a benefit to adding a smoothing algorithm that looks at the previous and next frames, and blends the results between them? Or do you think it would be more accurate to take…
-
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
-
## Description
This is a tracking issue regarding the current and future state of compatibility between `scipy.signal` and `cupyx.scipy.signal`. The sections denoted below are aligned with respect …