Open vreuter opened 1 year ago
Look in looptrace.Tracer.find_trace_fits
This interacts with mask_fits
, in fact appearing to be relevant solely in the case of mask_fits: True
:
Upstream: https://git.embl.de/grp-ellenberg/looptrace/-/blob/master/looptrace/Tracer.py?ref_type=heads#L90-117 Us: https://github.com/gerlichlab/looptrace/blob/main/looptrace/Tracer.py#L225-L243, called here: https://github.com/gerlichlab/looptrace/blob/main/looptrace/Tracer.py#L101-L107
Right now on the primary feature branch, we simplify background subtraction procedure to not use the drift correction. However, we should go back to trying to use this when other diagnostics are done and other pieces are fixed.