BIC-MNI / minc-tools

Basic minc-tools from former minc repository
Other
29 stars 25 forks source link

add fclose to mincextract #85

Closed stilley2 closed 5 years ago

stilley2 commented 5 years ago

This fixes a bug I was experience with mincpik. Specifically, mincpik would often fail when piping mincextract into convert. This seems to be caused by mincextract exiting before all the image data is written to stdout. I believe this PR fixes this.