Skip to content

Commit

Permalink
update of muscle bids for cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mfroeling committed Oct 11, 2024
1 parent 0b280ea commit 8687d30
Show file tree
Hide file tree
Showing 7 changed files with 852 additions and 574 deletions.
2 changes: 1 addition & 1 deletion QMRITools/Kernel/DixonTools.wl
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ DixonFitC = Compile[{

(*initialize variables such that compile does not complain*)
l = Length[ydat];
phiEst = phi;
phiEst = phi[[sel]];
dPhi = 0. phi;
rho = 0. matA[[1]];
res = 0. ydat;
Expand Down
6 changes: 1 addition & 5 deletions QMRITools/Kernel/ElastixTools.wl
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ RegisterCardiacData[{data,mask,vox}] registers the data series using the given v
Output is the registered data."


QMRITools`ElastixTools`$debugElastix::usage = "$debugElastix is a parameter that allows to print Elastix commands if set to True."


(* ::Subsection::Closed:: *)
(*Options*)

Expand Down Expand Up @@ -194,7 +191,7 @@ It specifies the number of random samples that are taken each iteration when reg
InterpolationOrderRegA::usage =
"InterpolationOrderRegA is an option for RegisterDiffusionData.
It specifies the interpolation order used in the registration functions when registering diffusion data to anatomical space."

MethodRegA::usage =
"MethodRegA is an option for RegisterDiffusionData.
It spefifies which registration method to use when registering diffusion data to anatomical space. Mehtods can be be \"rigid\",\"affine\" or \"bspline\"."
Expand Down Expand Up @@ -269,7 +266,6 @@ Begin["`Private`"]


operatingSystem = $OperatingSystem;
QMRITools`ElastixTools`$debugElastix = False;


(* ::Subsection:: *)
Expand Down
Loading

0 comments on commit 8687d30

Please sign in to comment.