Skip to content

Commit

Permalink
swap DCE CLI arg positions, fix test DCE json
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaca05 committed Apr 29, 2024
1 parent 17cbb67 commit ba2d7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion run_dce_cli.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function run_dce_cli(subject_tp_path, subject_source_path)
function run_dce_cli(subject_source_path, subject_tp_path)
% Use full path to the subject timepoint as this function's argument.
% Beware, try-catches are used to keep a batch script running.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"RepetitionTime": 0.008012,
"FlipAngle": 15,
"AcquisitionDateTime": "2000-01-01T00:00:00.000000",

"AcquisitionDateTime": "2000-01-01T00:00:00.000000"
}

0 comments on commit ba2d7e6

Please sign in to comment.