If you haven't already, please read through our contributing guidelines before opening your PR
What is the purpose of this PR?
Closes #400. Checks for incomplete FOV images which are missing data.
How did you implement your changes
Since scanning during a run starts at the top of the FOV, if something goes wrong we see this resulting in mostly 0 signal values at the bottom of the image. To be thorough, we check a specified number of images (default 5), and if the amount of non-zero pixels in that last 10 rows is less than 2%, we can identify this as a partial FOV.
Remaining issues
[x] test for true positives and false positives on SPAIN data
If you haven't already, please read through our contributing guidelines before opening your PR
What is the purpose of this PR?
Closes #400. Checks for incomplete FOV images which are missing data.
How did you implement your changes
Since scanning during a run starts at the top of the FOV, if something goes wrong we see this resulting in mostly 0 signal values at the bottom of the image. To be thorough, we check a specified number of images (default 5), and if the amount of non-zero pixels in that last 10 rows is less than 2%, we can identify this as a partial FOV.
Remaining issues