Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2018-11-20 11:15:37
Size: 1493
Editor: EricPalmer
Comment:
Revision 4 as of 2018-11-20 12:04:44
Size: 1779
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 38: Line 38:
   shape_info
     shape-far320v1-128
   ch SHAPEFILES
   echo shape-far320v1-128 | shape_info | tee -a ../notes
   cp shape-far320v1-128 shift-far320v1.txt
   cd ..
Line 42: Line 44:
If you need to shift it, run the [[shift]] command


If you need to shift it, run the [[shift]] command. If you do this, you should close out this blockFinish because you will redo the build routine fully.
(Comment -- Unsure if the shape needs to be installed before geometry is run)
Line 44: Line 51:
   murphy
Line 45: Line 53:
   -OffsetX -OffsetY -OffsetZ    OffsetX OffsetY OffsetZ
Line 47: Line 55:
   shape-far320v1-128    shift-far320v1
Line 59: Line 67:

=== Install Shape ===

{{{
   relink shift-far320v1.txt SHAPE.TXT
   evalReg.sh lsupport/theEight
}}}
Line 61: Line 77:




=== Install Shape ===
{{{
   relink shape-far320-128 SHAPE.TXT
   evalReg.sh lsupport/theEight
}}}
Line 77: Line 84:
  echo 8 | blockFinish far\   echo 9 | blockFinish far\

Block 13 - BuildShape V2

Description

Steps to build, review and install a shape model

Procedure

Set-up

Bob uses a copy/paste technique that is normally held in a support file densify-cut paste. I've created a script in /opt/local/spc/bin called buildShape.sh <version> that will do the same thing in batch. It also runs view_shape to make the 8 views of the object for easy evaluation.

   buildShape.sh farV01

When this is done, you will have

  • dum-far320v1
  • shape-far320v1-64
  • shape-far320v1-128
  • shape-far320v1-256
  • shape-far320v1-512
  • shape.log. A log file that saves the commands and output

Evaluate Final Results

Check to see if the offset of the centroid from the center of the system is less than the required criteria (suggest 1/2 image pixel).

   ch SHAPEFILES
   echo shape-far320v1-128 | shape_info | tee -a ../notes
   cp shape-far320v1-128 shift-far320v1.txt
   cd ..

If you need to shift it, run the shift command. If you do this, you should close out this blockFinish because you will redo the build routine fully. (Comment -- Unsure if the shape needs to be installed before geometry is run)

   murphy
   shift
   OffsetX OffsetY OffsetZ
   y
   shift-far320v1
   n
   y

   geometry
   20
   1
   n
   n

Install Shape

   relink shift-far320v1.txt SHAPE.TXT
   evalReg.sh lsupport/theEight

Once that is done, you should iterate on it at least once and rebuild the shape (go back to the top of this procedure until the shift is less than the criteria.

Finish the Block

  echo 9 | blockFinish far\


(Compiled by EEP)

Block 13 - BuildShape v2 (last edited 2018-11-30 12:24:12 by EricPalmer)