Registration: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
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 [EXXXXX_scan] & import files/folders from Bioengineering:
#Create the subject directory.  It must have the format: E#####_scan; where # is substituted with a digit.  Import files/folders from Bioengineering:
##original_scans/  CT_Scans [scans of all wrist positions]
#* <code>original_scans/</code> CT_Scans [scans of all wrist positions]
##original_stacks/ [segmented neutral position of wrist]
#* <code>original_stacks/</code> [segmented neutral position of wrist]
##crop_values.txt
#* <code>crop_values.txt</code>
#Run batchGen.pl to create the master batch files
#Run <code>batchGen.pl</code> to create the master batch files.
##should always be run from the top level of the subject directory
#* Run it from the top level of the subject directory.
##the first time you run it, run with the --crop option, so it imports the data from the crop_values.txt file.
#* The first time you run it, run with the <code>--crop</code> option, so it imports the data from the crop_values.txt file.
##batchGen.pl should create three files: regbatch, subsetbatch, & unixbatch. unixbatch is the master file that calls the other three  
#* batchGen.pl should create three files: regbatch, subsetbatch, & unixbatch. unixbatch is the master file that calls the other three  
##/map/gfx0/data/wrist/batchfiles/linuxconvert/batchGen.pl --crop
  <pre>E06001_scan>  $G/install_linux/bin/wrist/batchGen.pl --crop</pre>
#Run unixbatch from the top level of the subject directory.  
#Run unixbatch from the top level of the subject directory.  
##This should go through and run all the major steps  
##This should go through and run all the major steps.
##./unixbatch
##./unixbatch
#After unixbatch finishes, you need to validate the output of the registration steps
#After unixbatch finishes, you need to validate the output of the registration steps

Revision as of 16:32, 20 May 2009

the CS Carpal Pipeline

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