Registration: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
mNo edit summary
Most of these instructions have changed, and the linked page has the updated version.
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
[https://wiki.brown.edu/confluence/display/orthobio/Compiling+the+CS+Carpal+Pipeline|Compiling the CS Carpal Pipeline]
[https://wiki.brown.edu/confluence/display/orthobio/Compiling+the+CS+Carpal+Pipeline|Compiling the CS Carpal Pipeline]


#Create the subject directory.  It must have the format: E#####_scan; where # is substituted with a digit.  Import files/folders from Bioengineering:
[[Registration of Bones Across Positions#Technical Notes|Use instructions here]]
#* <code>original_scans/</code>  CT_Scans [scans of all wrist positions]
#* <code>original_stacks/</code> [segmented neutral position of wrist]
#* <code>crop_values.txt</code>
#Run <code>batchGen.pl</code> to create the master batch files.
#* Run it from the top level of the subject directory.
#* The first time you run it, run with the <code>--crop</code> option, so it imports the data from the crop_values.txt file.
#* <code>batchGen.pl</code> should create three files: <code>regbatch</code>, <code>subsetbatch</code>, and <code>unixbatch</code>. <code>unixbatch</code> is the master file that calls the other three
  <pre>E06001_scan>  $G/install_linux/bin/wrist/batchGen.pl  --crop</pre>
#Run <code>unixbatch</code> from the top level of the subject directory.
#*  This should go through and run all the major steps.
#*  <code>./unixbatch</code>
#After <code>unixbatch</code> finishes, you need to validate the output of the registration steps
#* Use <code>WristVis</code> to check the registration
#* If there are errors, re-run <code>batchGen.pl</code>, without the <code>--crop</code> option, and choose NOT to re-run all parts. Then let it hopefully help you through the process.
#Folders <code>collected_results</cdoe> and <code>auto_registr_resuls</code> contain the same registration results in different formats, whereas <code>classified_scans</code> contains the tissue classification results

Latest revision as of 21:13, 9 April 2014