Skip to content

Commit

Permalink
Correct BPM using median in a region of 7x1 (xy) (fixes #262)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Jul 24, 2019
1 parent 7cc6a19 commit 6d43a4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion megaradrp/core/correctors.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ def get_corrector_bpm(rinput, meta, ins, datamodel):
bpm_corrector = proc.BadPixelCorrector(
mbpm,
datamodel=datamodel,
calibid=calibid
calibid=calibid,
hwin=0,
wwin=3
)
else:
_logger.info('BPM not provided, ignored')
Expand Down

0 comments on commit 6d43a4b

Please sign in to comment.