Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2014-01-21 16:08:09
Size: 470
Editor: EricPalmer
Comment:
Revision 5 as of 2014-01-21 17:02:41
Size: 405
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
i #input # Select the landmark
i
Line 15: Line 16:
n #check for more images
n #single
#
1 #shift
1 #Individual Shift
1 #Select the first image
-10, +15 #X and y to move (this moves the image)
n
n
# Move it manually
1
1
1
-10, +15
Line 23: Line 24:
#
u
      #Updated
0
      #Landmark only
# Update landmark
u
0
Line 33: Line 34:
grep TEST01 FC21A0008939.SUM
TEST01 210.67 168.13
grep TEST01 FC11A0001225.SUM
TEST01  17.62  47.10
}}}
Line 36: Line 38:
{{{
cd LMKFILES
grep FC11A0001225
FC11A0001225 17.62 47.10

["Test Files"]

= Overview =

Shift an image manually

Output should be exact

= Input =

# Select the landmark
i
TEST01
n
n
# Move it manually
1
1
1
-10, +15
0
# Update landmark
u
0
q

= Output =

cd SUMFILES
grep TEST01 FC11A0001225.SUM 
TEST01     17.62     47.10  

cd LMKFILES
grep FC11A0001225
FC11A0001225     17.62     47.10  

lithos_manually_shift (last edited 2015-05-06 11:15:24 by localhost)