⇤ ← Revision 1 as of 2018-11-20 16:38:59
Size: 1097
Comment:
|
Size: 1225
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
Set the ID {{{ ID=farV03 echo "Shifting the model, ID = $shapeVar" >> notes }}} |
|
Line 14: | Line 20: |
{{{ cd SHAPEFILES echo shape-far320v1-128 | shape_info | tee -a ../notes cp shape-far320v1-128 shift-far320v1.txt cd .. }}} |
{{{ cd SHAPEFILES echo shape-$ID=512 | shape_info | tee -a ../notes cp shape-$ID-512 shift-far320v1.txt cd .. }}} |
Line 27: | Line 33: |
{{{ murphy shift OffsetX OffsetY OffsetZ y shift-far320v1 n y |
{{{ murphy shift OffsetX OffsetY OffsetZ y shift-far320v1 n y |
Line 36: | Line 42: |
geometry 20 1 n n }}} |
geometry 20 1 n n }}} |
Line 46: | Line 52: |
Install the shape and review the fit to our main images | |
Line 47: | Line 54: |
{{{ relink shift-far320v1.txt SHAPE.TXT evalReg.sh lsupport/theEight |
{{{ cd SHAPEFILES relink shift-$ID.txt SHAPE.TXT | tee -a notes cd .. evalReg.sh lsupport/theEight |
Line 60: | Line 69: |
{{{ echo 11 | blockFinish far\ |
{{{ echo 11 | blockFinish far\ |
Block 14 - Shift V2
Description
If the model has more than <criteria> of deviation from the center of figure, then shift it to be centered
Procedure
Set-up
Set the ID
ID=farV03 echo "Shifting the model, ID = $shapeVar" >> notes
Record the current offset and make a new model that will be adjusted
cd SHAPEFILES echo shape-$ID=512 | shape_info | tee -a ../notes cp shape-$ID-512 shift-far320v1.txt cd ..
Run the shift command.
(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
Install the shape and review the fit to our main images
cd SHAPEFILES relink shift-$ID.txt SHAPE.TXT | tee -a notes cd .. evalReg.sh lsupport/theEight
Finish the Block
While this completes the block, you still need to do the following procedures to make the shape model solid
Finish the Block
echo 11 | blockFinish far\
(Compiled by EEP)