Skip to content
Snippets Groups Projects
Commit cd15d368 authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Put FslWriteHeader in

parent 9a181132
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,7 @@ namespace MISCMATHS {
// fwrite(qv,sizeVol*sizeof(float),1,OP->imgfp);
//fwrite(&OP->header,sizeof(OP->header),1,OP->hdrfp);
FslWriteHeader(OP);
FslWriteVolumes(OP, qv, 1);
delete [] qv;
......@@ -194,6 +195,7 @@ namespace MISCMATHS {
FslSetMinMax(OP, (short)fmin, (short)(fmax+0.9999));
FslWriteHeader(OP);
FslWriteVolumes(OP, qv, 1);
delete [] qv;
......
......@@ -253,6 +253,7 @@ namespace MISCMATHS {
}
}
FslWriteHeader(OP);
FslWriteVolumes(OP, qv, volNum);
delete [] qv;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment