Differences between revisions 5 and 8 (spanning 3 versions)
Revision 5 as of 2018-11-05 15:48:27
Size: 562
Editor: EricPalmer
Comment:
Revision 8 as of 2018-11-15 07:59:18
Size: 983
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
cp LIMBVECS.TXT SHAPEFILES/pointsV\
sed '1d' LIMBVECS.TXT > SHAPEFILES/pointsV\
Line 33: Line 32:
vecs2shape
cd SHAPEFILES
vi pointsV\
vecs2shape
pointsV\
128 13
draftV\
   cd SHAPEFILES

  vecs2shape
   pointsV__
   128 13
   limbV__
Line 43: Line 41:

You can evaluate two ways -- gnuplot and [[register]]

Gnuplot - remove the 1st line in both p and l
{{{
   sed '1d' pointsV05 | sed 's/D/E/g' > p
   sed '1d' limbV__ > l
   gnuplot
   set term x11; set ticslevel 0; splot 'p' with dots, 'l' with dots
}}}



[[register]] - install and run blue/red
{{{
   relink limbV__ SHAPE.TXT
   cd ..
   evalReg.sh make_script.in
}}}
Review the images in ~/send/

Block 10 - Limber V2


Description

Builds a model using the limbs


Procedure

Set-up

Ensure all images are registered to center of the shape file. Configure LIMBER.IN

Run Limber

limber

Extract Vectors

Copy over the new limb vectors and remove the Q size (1st line).

sed '1d' LIMBVECS.TXT > SHAPEFILES/pointsV\

Build Shape Model

   cd SHAPEFILES

   vecs2shape
   pointsV__
   128 13
   limbV__

Evaluate Shape Model

You can evaluate two ways -- gnuplot and register

Gnuplot - remove the 1st line in both p and l

   sed '1d' pointsV05 | sed 's/D/E/g' > p
   sed '1d' limbV__ > l
   gnuplot
   set term x11; set ticslevel 0; splot 'p' with dots, 'l' with dots

register - install and run blue/red

   relink limbV__ SHAPE.TXT
   cd ..
   evalReg.sh make_script.in

Review the images in ~/send/

Block 10 - Limber v2 (last edited 2020-10-21 10:10:43 by EricPalmer)