Skipped rows in crosstalk scan
Using any injection pattern in crosstalk scan, one gets a result like this, where some rows are skipped -> 20190719_170410_crosstalk_scan_interpreted.pdf
This is happening because self.current_step
is used in make_mask_for_step
method and it was also something I faced when I implemented the scan. To solve this I just used step = 1