Differences between revisions 2 and 8 (spanning 6 versions)
Revision 2 as of 2014-01-21 16:08:09
Size: 470
Editor: EricPalmer
Comment:
Revision 8 as of 2015-05-06 11:15:24
Size: 403
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
["Test Files"] [[Test_Files]]
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
9
-5, +7
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
9
-5, +7
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)