Skip to content
Snippets Groups Projects
  1. Aug 03, 2020
  2. Jul 31, 2020
  3. Jul 30, 2020
  4. Jul 29, 2020
  5. Jul 28, 2020
  6. Jul 27, 2020
  7. Jul 22, 2020
  8. Jul 20, 2020
  9. Jul 17, 2020
    • Bert Palm's avatar
      commented test for masking · 4938c948
      Bert Palm authored
      4938c948
    • Bert Palm's avatar
      implemented masking of flagged data. · b3ce5943
      Bert Palm authored
      Data that is flagger.BAD is masked by default.
      One can pass a flag or a list-like to the param to_mask to control the behavior.
      Pass an empty list to disable masking.
      Nevertheless IFF the index changed the masked data is not restored.
      Also flags are NOT restored IFF they considered _flagged_ before the func call, but not afterwards anymore.
      Also any data that is set on masked locations is not overwritten by unmasking.
      b3ce5943
Loading