Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dwifslpreproc: Fix for PE direction, but not readout time, in header
If the phase encoding information present in the header is only the phase encoding direction, but not readout time is present, then the constructed phase encoding matrix will possess only three columns, not four. If this happens, but an attempt is then made to cross-reference the readout time in the phase encoding table generated from header content against what the user has specified at the command-line, then an unhandled exception will occur. This change prevents specifically the comparison of readout times from being made if no such information is present.
- Loading branch information