simonsobs / sotodlib

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

Preprocess Gapfill #740

Open kmharrington opened 7 months ago

kmharrington commented 7 months ago

We need an easy / simple way to replace into aman.signal instead of wrapping into gap_filled. There is a way in the function's implementation, need something in the preprocess module

kmharrington commented 7 months ago

Currently we have to do this. Where it's kind of annoying to have to have signal in 2 places

    - name: "glitchfill"
      signal: "signal"
      flag_aman: "jumps_twopi"
      flag: "jump_flag"
      process:
          nbuf: 10
          use_pca: False
          modes: 1
          wrap: "signal"