Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed May 17, 2016
1 parent a36d2d0 commit aaf3d3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions console/nii_dicom_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1515,8 +1515,6 @@ int saveDcm2Nii(int nConvert, struct TDCMsort dcmSort[],struct TDICOMdata dcmLis
nii_saveNII3Deq(pathoutname, hdr0, imgM,opts, sliceMMarray);
free(sliceMMarray);
}
if (!dcmList[indx0].is3DAcq) printf("Oh dear!!!!\n");

if ((opts.isCrop) && (dcmList[indx0].is3DAcq) && (hdr0.dim[3] > 1) && (hdr0.dim[0] < 4))//for T1 scan: && (dcmList[indx0].TE < 25)
nii_saveCrop(pathoutname, hdr0, imgM,opts); //n.b. must be run AFTER nii_setOrtho()!
free(imgM);
Expand Down

0 comments on commit aaf3d3a

Please sign in to comment.