Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mfroeling committed Dec 22, 2023
1 parent 92ecccf commit 54b76c9
Show file tree
Hide file tree
Showing 24 changed files with 10,670 additions and 809 deletions.
500 changes: 500 additions & 0 deletions QMRITools/Documentation/English/ReferencePages/Symbols/$LoadedColor.nb

Large diffs are not rendered by default.

301 changes: 152 additions & 149 deletions QMRITools/Documentation/English/ReferencePages/Symbols/ActivationType.nb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

498 changes: 498 additions & 0 deletions QMRITools/Documentation/English/ReferencePages/Symbols/DixonFixT2.nb

Large diffs are not rendered by default.

497 changes: 497 additions & 0 deletions QMRITools/Documentation/English/ReferencePages/Symbols/DixonPhases.nb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

502 changes: 502 additions & 0 deletions QMRITools/Documentation/English/ReferencePages/Symbols/GenerateAmps.nb

Large diffs are not rendered by default.

347 changes: 188 additions & 159 deletions QMRITools/Documentation/English/ReferencePages/Symbols/GetTractMeans.nb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

502 changes: 502 additions & 0 deletions QMRITools/Documentation/English/ReferencePages/Symbols/PCAComplex.nb

Large diffs are not rendered by default.

497 changes: 497 additions & 0 deletions QMRITools/Documentation/English/ReferencePages/Symbols/PhaseEchos.nb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

500 changes: 500 additions & 0 deletions QMRITools/Documentation/English/ReferencePages/Symbols/tempDir.nb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion QMRITools/Kernel/DenoiseTools.wl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ PCAClipping::usage =
PCANoiseSigma::usage =
"PCANoiseSigma is an option of DenoiseCSIdata and can be \"Corners\" or \"Automatic\"."

PCAComplex::uasge =
PCAComplex::usage =
"PCAComplex is an option of PCADeNoise and can be True of False. If set true the input data is expexted to be {real, imag}."


Expand Down
2 changes: 1 addition & 1 deletion QMRITools/Kernel/DixonTools.wl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ DixonIterations::usage =
"DixonIterations is an options for DixonReconstruct. Defines the maximum itterations the fit can use."

DixonPhases::usage =
"DixonBipolar is an option for DixonReconstruct. It defines which phases to fit within the model.
"DixonPhases is an option for DixonReconstruct. It defines which phases to fit within the model.
The order is {T2*, B0, bipolar, initial, bipolar}."

PhaseEchos::usage =
Expand Down
4 changes: 2 additions & 2 deletions QMRITools/Kernel/GeneralTools.wl
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,10 @@ MonitorCalc::usage =


LabelPlacement::usage =
"LabelPlacement ..."
"LabelPlacement is an option for MakeFunctionGraph. Defines where to place the label of the functiongraph. Accepts values that can be used in Placed."

AllowSelfDependencies::usage =
"AllowSelfDependencies ..."
"AllowSelfDependencies is and option for MakeFunctionGraph. Can be True or False. If True a function that calls itself is also shown."


(* ::Subsection::Closed:: *)
Expand Down
2 changes: 1 addition & 1 deletion QMRITools/Kernel/MaskingTools.wl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ MergeSegmentations::usage =
Output is a labled segmentation."

SelectSegmentations::usage=
"SelectSegmentations[seg, lab]..."
"SelectSegmentations[seg, labs] selects only the segmentaions with label number labs."

SmoothSegmentation::usage =
"SmoothSegmentation[masks] smooths segmentations and removes the overlaps between multiple segmentations."
Expand Down
2 changes: 1 addition & 1 deletion QMRITools/Kernel/ProcessingTools.wl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Mask can be genereated by SegmentTracts.
GetMaskMeans[dat, mask, name] where name is a string that is added to the header."


GetTractMeans::usge =
GetTractMeans::usage =
"GetTractMeans[dat, tracts, vox] calculates the mean, std, 5,50 and 95% CI form the given data for each of the given tracts.
Tracts can be by SplitSegmentations. name is a string that is added to the header.
Expand Down
4 changes: 2 additions & 2 deletions QMRITools/Kernel/ScientificColorData.wl
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ BeginPackage["QMRITools`ScientificColorData`"];


AddScientificColours::usage =
"AddScientificColours[dir]..."
"AddScientificColours[dir] adds the scientific colour data (https://zenodo.org/records/8409685) from the specified folder."

ExtractColorData::usage =
"ExtractColorData[] Extracts the scientific colordata archive."
"ExtractColorData[] Extracts the scientific colordata archive (https://zenodo.org/records/8409685)."


(* ::Subsection:: *)
Expand Down
2 changes: 1 addition & 1 deletion QMRITools/Kernel/SegmentationTools.wl
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ InputFilters::usage =
"InputFilters is an option for MakeUnet. It defines the amount of convolutional filters of the the first UNET block."

ActivationType::usage =
"InputFilters is an option for MakeUnet. It sepecifies which activation layer is used in the network. It can be \"LeakyRELU\" or any type allowed
"ActivationType is an option for MakeUnet. It sepecifies which activation layer is used in the network. It can be \"LeakyRELU\" or any type allowed
by a \"name\" definition in ElementwiseLayer."


Expand Down
Loading

0 comments on commit 54b76c9

Please sign in to comment.