Skip to content

Commit

Permalink
Merge pull request #1200 from sarthakpati/master
Browse files Browse the repository at this point in the history
Initiating Alpha3 build
  • Loading branch information
sarthakpati committed Jul 21, 2020
2 parents bdb669a + 19ed8be commit 250bcdf
Show file tree
Hide file tree
Showing 53 changed files with 69 additions and 72 deletions.
6 changes: 0 additions & 6 deletions 5_TechReference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -386,12 +386,6 @@ An example of the list of commands to run to compile CaPTk and its dependencies:
\verbatim
git clone https://github.com/CBICA/CaPTk.git
cd CaPTk
mkdir bin
cd bin
#git lfs fetch --all # downloads all the precompiled binaries for different applications and Qt with the required installation options
# change ${platform} to either windows, linux or macos (case sensitive)
wget https://github.com/CBICA/CaPTk/raw/master/binaries/precompiledApps/${platform}.zip -O precompiledApps.zip
wget https://github.com/CBICA/CaPTk/raw/master/binaries/qt_5.12.1/${platform}.zip -O qt.zip
git submodule update --init --recursive # this ensures all submodules are initialized and up-to-date
mkdir build # this is where we will build all the binaries
cd build
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SET( ${PROJECT_NAME}_Variant "Full" ) # the particular variant of CaPTk (Full/Ne

SET( PROJECT_VERSION_MAJOR 1 )
SET( PROJECT_VERSION_MINOR 8 )
SET( PROJECT_VERSION_PATCH 0.nonRelease )
SET( PROJECT_VERSION_PATCH 0.Alpha3 )
SET( PROJECT_VERSION_TWEAK )

# check for the string "nonRelease" in the PROJECT_VERSION_PATCH variable
Expand Down
2 changes: 1 addition & 1 deletion docs/1_credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<br>
<img src="functionalityRepresentation.png"></center>
<br>
Cancer Imaging Phenomics Toolkit (CaPTk) v.1.8.0.Alpha2 &emsp;|&emsp;<b>Contact:</b> [email protected]
Cancer Imaging Phenomics Toolkit (CaPTk) v.1.8.0.Alpha3 &emsp;|&emsp;<b>Contact:</b> [email protected]
<br>
<b>Disclaimer:</b> CaPTk has been designed for non-commercial research purposes only and has not been reviewed or approved by the Food and Drug Administration (FDA). It is not intended or recommended for clinical application.
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/BreastCancer_LIBRA.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions docs/BreastCancer_breastSegmentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -61,7 +61,7 @@
<div class="title">Breast Cancer: Breast Segmentation </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>This application uses LIBRA [1] to extract the breast region in the loaded image.</p>
<div class="textblock"><p>This application uses LIBRA [1] to extract the breast region in the loaded image and is only availabe via the GUI (the <a href="BreastCancer_texture.html">Breast Texture Pipeline</a> can be used to generate a mask and perform radiomic analysis via the command line).</p>
<p><b>REQUIREMENTS:</b></p><ul>
<li>Raw (i.e., "FOR PROCESSING") or vendor post-processed (i.e., "FOR PRESENTATION") FFDM images.</li>
<li>FFDM vendors currently supported: GE Healthcare and Hologic.</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/BreastCancer_texture.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/CaPTk.TAGFILE
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<docanchor file="FAQ.html" title="Is there a minimum recommended screen resolution for running CaPTk?">gs_FAQ_6</docanchor>
<docanchor file="FAQ.html" title="Where can I find the CaPTk Docker Image?">gs_FAQ_7</docanchor>
<docanchor file="FAQ.html" title="How do I run the CaPTk Docker Image to show the interface?">gs_FAQ_8</docanchor>
<docanchor file="FAQ.html" title="What if I am having an issue not listed here?">gs_FAQ_9</docanchor>
<docanchor file="FAQ.html" title="Is there something wrong with Feature Extraction?">gs_FAQ_9</docanchor>
</compound>
<compound kind="page">
<name>How_To_Guides</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/Diffusion_Derivatives.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Download.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
9 changes: 6 additions & 3 deletions docs/FAQ.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -73,7 +73,7 @@
<li class="level1"><a href="#gs_FAQ_6">Is there a minimum recommended screen resolution for running CaPTk?</a></li>
<li class="level1"><a href="#gs_FAQ_7">Where can I find the CaPTk Docker Image?</a></li>
<li class="level1"><a href="#gs_FAQ_8">How do I run the CaPTk Docker Image to show the interface?</a></li>
<li class="level1"><a href="#gs_FAQ_9">What if I am having an issue not listed here?</a></li>
<li class="level1"><a href="#gs_FAQ_9">Is there something wrong with Feature Extraction?</a></li>
</ul>
</div>
<div class="textblock"><h1><a class="anchor" id="gs_FAQ_1"></a>
Expand Down Expand Up @@ -187,7 +187,10 @@ <h1><a class="anchor" id="gs_FAQ_8"></a>
-u qtuser \
cbica/captk
</pre><h1><a class="anchor" id="gs_FAQ_9"></a>
What if I am having an issue not listed here?</h1>
Is there something wrong with Feature Extraction?</h1>
<p>Please see the <a href="https://github.com/sarthakpati/CaPTk/tree/featureExtraction/src/applications/FeatureExtraction#frequently-asked-questions">Feature Extraction FAQ</a>.</p>
<h1><a class="anchor" id="gs_FAQ_9"></a>
Is there something wrong with Feature Extraction?</h1>
<p>Please <a href="https://github.com/CBICA/CaPTk/issues/new?assignees=&amp;labels=&amp;template=bug-report.md&amp;title=">open a new issue</a> with us and we will do our best to resolve it. </p>
</div></div><!-- contents -->
</div><!-- PageDoc -->
Expand Down
2 changes: 1 addition & 1 deletion docs/Getting_Started.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Glioblastoma_Atlas.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Glioblastoma_Confetti.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Glioblastoma_Directionality.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Glioblastoma_EGFRvIII.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Glioblastoma_Molecular.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Glioblastoma_PHI.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Glioblastoma_Pseudoprogression.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Glioblastoma_Recurrence.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Glioblastoma_Survival.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Glioblastoma_WhiteStripe.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/How_To_Guides.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/LungCancer_SBRT.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/PCA_Extraction.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/People.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Perfusion_Derivatives.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Science.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Technical_Reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/Training_Module.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/ht_FeatureExtraction.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/ht_Preprocessing.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/ht_Segmentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/ht_SpecialApps.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
16 changes: 11 additions & 5 deletions docs/ht_utilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -73,7 +73,8 @@
<li>Test 2 images <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/1.dcm -tb C:/test.nii.gz</pre></li>
<li>Create mask from threshold <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/1.dcm -o C:/test.nii.gz -cm 50,1000</pre></li>
<li>DICOM to NIfTI conversion <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/1.dcm -o C:/test.nii.gz -d2n</pre></li>
<li>NIfTI to DICOM &amp; DICOM-Seg conversion <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/1.nii.gz -o C:/test_dicom/ -n2d C:/referenceDICOM/</pre></li>
<li>NIfTI to DICOM conversion <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/imageToConvert.nii.gz -o C:/outputDicom/ -n2d C:/referenceDICOM/</pre></li>
<li>NIfTI to DICOM-Seg conversion (using <a href="https://qiicr.gitbook.io/dcmqi-guide/">DCMQI</a>) <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/maskToConvert.nii.gz -o C:/outputDicom/ -ds C:/referenceDICOM/ -dsJ C:/dicomSeg.json</pre> Please see DCMQI's <a href="https://qiicr.gitbook.io/dcmqi-guide/faq">FAQ</a> and <a href="https://qiicr.gitbook.io/dcmqi-guide/use-cases/prostate#creating-the-meta-information-json-file">use case</a> for JSON-related information.</li>
<li>Re-orient image <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/1.nii.gz -o C:/output.nii.gz -or RAI</pre></li>
<li>Cast image to another pixel type <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test.nii.gz -o C:/test_int.nii.gz -c int</pre></li>
<li>Thresholding:<ul>
Expand All @@ -84,14 +85,19 @@
<li>Binary <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/1.nii.gz -o C:/output.nii.gz -tAB 50,100 -tBn</pre></li>
</ul>
</li>
<li>Convert file formats <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test.nii.gz -o C:/test.mha</pre></li>
<li>Extract Image Series from Joined stack and vice-versa (4D &lt;-&gt; 3D) <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/1.nii.gz -o C:/output -j2e 1
<li>Convert file formats <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test.nii.gz -o C:/test.mha -cov</pre></li>
<li>Extract Image Series from Joined stack and vice-versa (4D &lt;-&gt; 3D) <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/1.nii.gz -o C:/output -j2e 1 # output images are written in the form C:/output_${slice}.nii.gz
${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/1.nii.gz -o C:/output/ -j2e 1 # output images are written in the form C:/output/extractedImage_${slice}.nii.gz
${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/ -o C:/output.nii.gz -e2j 1.5</pre></li>
<li>Transform coordinates from world to image and vice-versa <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test.nii.gz -i2w 10,10,30
${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test.nii.gz -w2i 10.5,10.1,30.6</pre></li>
<li>Label similarity Metrics between 2 label images: pure mathematical formulations are given as output <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/outputMask.nii.gz -l2s C:/referenceMask.nii.gz</pre></li>
<li>BraTS similarity Metrics between 2 label images: special considerations for metrics are done in this mode because output needs to be BraTS-compliant. <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/outputMask.nii.gz -lsb C:/referenceMask.nii.gz</pre></li>
<li>Collect information from all images in a directory and put it in CSV <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/inputDirectory -o C:/test/inputDirectoryProperties.csv -co 1 -cF volume -cFE .nii.gz -cP 0,1</pre></li>
<li>Collect information from all images in a directory and put it in CSV <pre class="fragment">${CaPTk_InstallDir}/bin/Utilities.exe -i C:/test/inputDirectory -o C:/test/inputDirectoryProperties.csv \
-co 1 \ # enable recursion
-cF volume \ # only process files that contain this string pattern
-cFE .nii.gz \ # only process files with this extension
-cP 0,1 \ # which properties to read; see usage for all options</pre></li>
</ul>
<p>For a full list of available applications and examples, please use the command: </p><pre class="fragment">${CaPTk_InstallDir}/bin/Utilities -h
</pre> </div></div><!-- contents -->
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cancer Imaging Phenomics Toolkit (CaPTk)
&#160;<span id="projectnumber">1.8.0.Alpha2</span>
&#160;<span id="projectnumber">1.8.0.Alpha3</span>
</div>
</td>
</tr>
Expand Down
Loading

0 comments on commit 250bcdf

Please sign in to comment.