Skip to content

Commit

Permalink
Remove warning for early GE HyperBand dataset after validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-jaemin committed Oct 4, 2021
1 parent c5a5baa commit 7fce63a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion console/nii_dicom_batch.cpp
Expand Up @@ -5207,7 +5207,6 @@ void sliceTimeGE(struct TDICOMdata *d, int mb, int dim3, float TR, bool isInterl
}
if ((mb > 1) && (!is27r3) && ((nExcitations % 2) == 0) ) { //number of slices divided by MB factor should is Even
nExcitations ++; //https://osf.io/q4d53/wiki/home/; Figure 3 of https://pubmed.ncbi.nlm.nih.gov/26308571/
printWarning("Slice times for this GE HyperBand dataset (version %g) are NOT yet fully validated.\n", geMajorVersion);
}
int nDiscardedSlices = (nExcitations * mb) - dim3;
float secPerSlice = (TR - groupDelaysec) / (nExcitations);
Expand Down

0 comments on commit 7fce63a

Please sign in to comment.