das-developers / das2java

The original das2 library. Provides interactive publication-ready 2-D plotting
https://das2.org
GNU Lesser General Public License v3.0
4 stars 0 forks source link

missing record after fftPower demo written #69

Closed jbfaden closed 11 months ago

jbfaden commented 11 months ago

This fftPower function Autoplot demo shows the first record is lost:

https://github.com/autoplot/dev/blob/master/demos/2023/20230807/demoFFTPowerGapHandling.jy

image

jbfaden commented 11 months ago

The problem here is that ripplesTimeSeries(10000) intentially has missing records towards the beginning, so the missing fft record is using the correct logic.