Menu

#2411 reducex calling reducexWaveform issues, binMax and binMin in result

nextrelease
open-accepted
nobody
None
5
2021-11-04
2021-11-04
No

Bill is looking to get the max of each waveform packet, which should be an easy operation using reducex, which calls reducexWaveform. This code has a weird logic for deciding the bins, and even if you requested a binsize (xLimit) greater than the size of a packet, the result would still have two records per packet. Also, the code still used deltaPlus and deltaMinus for the result, when binMax and binMin should be used.

I've put new logic that detects when the bin size is greater that each packet's length, and reduces each packet in this case. binMax and binMin are returned as well.

Discussion

  • Jeremy Faden

    Jeremy Faden - 2021-11-04
    • status: open --> open-fixed
     
  • Jeremy Faden

    Jeremy Faden - 2021-11-04

    The "show errors" isn't saved properly in the .vap file.

     
  • Jeremy Faden

    Jeremy Faden - 2021-11-04
    • status: open-fixed --> open-accepted
     
MongoDB Logo MongoDB