Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2014-01-21 16:06:25
Size: 1032
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 32: Line 33:
TEST01 F
      49 0.0240000 SIZE, SCALE(KM)
        -1 -1 -1 -1 HORIZON
    0.1200000000D-01 0.0000000000D+00 SIGKM, RMSLMK
    0.1832616365D+03 -0.1832616235D+03 0.6944228870D+02 VLM
    0.1553929810D+00 -0.1553536462D+00 -0.9755604882D+00 UX
    0.7026854014D+00 0.7114993573D+00 -0.1375250648D-02 UY
    0.6943243105D+00 -0.6852984089D+00 0.2197267454D+00 UZ
    0.2500000000D-01 0.2500000000D-01 0.2500000000D-01 SIGMA_LMK
PICTURES
FC11A0001225 15.50 52.35
.......
cd SUMFILES
grep TEST01 FC11A0001225.SUM
TEST01 17.62 47.10
Line 45: Line 37:

{{{
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)