Skip to content

Commit

Permalink
Merge pull request #1498 from MounaSafiHarab/ExtractDimensionTimeTo15…
Browse files Browse the repository at this point in the history
….10.2

Brainbrowser can not extract the time dimension due to a typo in minc extractDimension
  • Loading branch information
driusan committed Jan 22, 2016
2 parents 76eef03 + 6e27988 commit 10fc6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/brainbrowser/ajax/minc.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function initialize($minc_file)

//for 4D (BOLD or DTI)
if (count($order) == 4) {
$headers['time'] = extractDimensions("time", $minc_file);
$headers['time'] = extractDimension("time", $minc_file);
}

$headers['order'] = $order;
Expand Down

0 comments on commit 10fc6d6

Please sign in to comment.