TalusBio / ionmesh

Apache License 2.0
8 stars 0 forks source link

[WIP] Feature/sliding window denoising #7

Open jspaezp opened 3 months ago

jspaezp commented 3 months ago

This PR actually bundles several things ...

  1. Refactors a lot of the aggregation/denoising/dbscan logic.
  2. Removes unused compiler flags
  3. Changes the order in which frames are aggregated (split+aggregated in groups by isolation window before denoising, not during)
jspaezp commented 3 months ago

TODO: