Skip to content

Commit

Permalink
mrtransform: add options to export DW encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtournier committed Oct 11, 2019
1 parent d5c24f8 commit fc084b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/mrtransform.cpp
Expand Up @@ -192,6 +192,8 @@ void usage ()

+ DWI::GradImportOptions()

+ DWI::GradExportOptions()

+ DataType::options ()

+ Stride::Options
Expand Down Expand Up @@ -645,6 +647,8 @@ void run ()
output, warp, directions_cartesian.transpose(), modulate_fod);
}

DWI::export_grad_commandline (output);

// No reslicing required, so just modify the header and do a straight copy of the data
} else {

Expand Down Expand Up @@ -675,6 +679,8 @@ void run ()
if (modulate_jac)
apply_linear_jacobian (output, transform);
}

DWI::export_grad_commandline (output);
}
}

0 comments on commit fc084b8

Please sign in to comment.