Skip to content

Commit

Permalink
Merge branch 'master' into dicom_fix_slice_timing_mismatch_in_mosaic
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdhollander committed Nov 26, 2018
2 parents d84c2fb + 03394dd commit 8253ee2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/dwiextract.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,8 @@ void run()
}
}
if (filter.size() == 4) {
if (abs (pe_scheme(i, 3) - filter[3]) > 5e-3) {
if (abs (pe_scheme(i, 3) - filter[3]) > 5e-3)
keep = false;
break;
}
}
if (keep)
new_volumes.push_back (i);
Expand Down

0 comments on commit 8253ee2

Please sign in to comment.