movement_correction_pipes.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. none_none: # this pipe results in no movement correction
  2. affine_plugin: none
  3. non-affine_plugin: none
  4. normcorre_none_defaults: # this pipe results only in affine correction using NoRMCorre
  5. affine_plugin: normcorre
  6. affine_params:
  7. nonneg_movie: False # otherwise, normcorre will by default try to make movies non negative.
  8. non-affine_plugin: none
  9. normcorre_normcorre_defaults: # this pipe leads to affine correction followed by non-affine correction, both using NoRMCorre
  10. affine_plugin: normcorre
  11. affine_params:
  12. nonneg_movie: False # otherwise, normcorre will by default try to make movies non negative.
  13. non-affine_plugin: normcorre
  14. non-affine_params:
  15. nonneg_movie: False # otherwise, normcorre will by default try to make movies non negative.
  16. normcorre_normcorre_antennal_data: # this pipe leads to affine correction followed by non-affine correction, both using NoRMCorre
  17. affine_plugin: normcorre
  18. affine_params:
  19. nonneg_movie: False # otherwise, normcorre will by default try to make movies non negative.
  20. non-affine_plugin: normcorre
  21. non-affine_params:
  22. nonneg_movie: False # otherwise, normcorre will by default try to make movies non negative.
  23. strides: (15, 15)
  24. overlaps: (5, 5)
  25. num_frames_split: 200
  26. #normcorre_none_myparams1:
  27. # affine_plugin: normcorre
  28. # affine_params:
  29. # nonneg_movie: False # otherwise, normcorre will by default try to make movies non negative
  30. # # add further parameters here
  31. # # for parameter definition see https://gitlab.inf.uni-konstanz.de/ag-galizia/view/-/wikis/NoRMCorre
  32. # non-affine_plugin: normcorre
  33. # non-affine_params:
  34. # nonneg_movie: False # otherwise, normcorre will by default try to make movies non negative.
  35. # # add further parameters here
  36. # # for parameter definition see https://gitlab.inf.uni-konstanz.de/ag-galizia/view/-/wikis/NoRMCorre
  37. elastix_none_basic:
  38. affine_plugin: elastix
  39. non-affine_plugin: none