simonsobs / sotodlib

Simons Observatory: Time-Ordered Data processing library.
MIT License
15 stars 17 forks source link

Jump Improvements #975

Open msilvafe opened 1 week ago

msilvafe commented 1 week ago

We want to address 3 main issues with the current jump finding:

  1. Speed it up
  2. Reduce false positives
  3. Reduce false negatives

This is to track progress on this. Current PR open addressing this is PR #807

skhrg commented 1 day ago

Sub task that is also related to #808 , but to reduce false negatives and positives we need to know what is a real jump somehow...

I suppose we manually look at the standard TODs for testing to check this, but I think we should also standardize a set of diagnostic plots or something to help with this. I have seen versions of these plots from myself and others, I remember thinking @msilvafe's were easier to tell at a glance if something wasn't working, but regardless a standard plotting function to glance at what it getting flagged/not flagged would be nice.