Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2016-07-18 16:17:05
Size: 646
Editor: JohnWeirich
Comment:
Revision 8 as of 2016-07-28 09:30:36
Size: 1765
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
get80 will determine the best 80% landmarks get80 will determine the best 80% landmarks.

Must have run RESIDUALS!
Line 4: Line 6:
get80.sh [x] - (x may be used to limit the landmarks used to a specific GSD, ex. 0.0003 will only use the 30 cm to 39cm landmarks. Currently the 5th decimal place isn't used, so it gets concatinated.) get80.sh [x] - (x may be used to limit the landmarks used to a specific GSD, ex. 0.0003 will only use the 30 cm to 39cm landmarks. Currently the 5th decimal place isn't used. If you give it something with 6 decimals it will hang.)
Line 8: Line 10:
* tmp80a - list of landmarks
* tmp80b - list of landmarks in order, along with residual values
* tmp80c - list of LMK files in order; best 80%
* tmp80d - list of landmark files in order; best 80%. Same as tmp80c, but without the .LMK at the end of each maplet file. (JRW - at least I think that's the only difference)
 * tmp80a - list of landmarks
 * tmp80b - list of landmarks in order, along with residual values
 * tmp80c - list of LMK files in order; best 80%
 * tmp80d - list of landmark files in order; best 80%. Same as tmp80c, but without the .LMK at the end of each maplet file. (JRW - at least I think that's the only difference)


Example of tmp80b: Col 1: Landmark name; Col 2-4: ???; Col 5: combination of pointing and limb errors that includes all maplets above and including the current line (use this value for internal consistency!); Col 6-7: ???; Col 8: Maplet resolution (stops at 4th decimal)
{{{
    AR0001 0.10387 0.36778 0.10081 0.33276 all: 0.32265 Res:0.0003
    GJ0004 0.57802 0.12566 0.07926 0.34191 all: 0.30685 Res:0.0003
    AP0001 0.10221 0.39447 0.15224 0.34759 all: 0.33704 Res:0.0003
    AG0002 0.09340 0.45815 0.16250 0.35798 all: 0.34324 Res:0.0003
    FK0005 0.44616 0.13738 0.06904 0.36796 all: 0.34842 Res:0.0003
    AC0001 0.09889 0.44376 0.16125 0.38225 all: 0.37034 Res:0.0003
    AE0002 0.06820 0.48915 0.15824 0.39687 all: 0.38315 Res:0.0003
    HR0001 0.60162 0.11211 0.07913 0.42346 all: 0.39629 Res:0.0003
    AM0003 0.07107 0.51015 0.14339 0.42508 all: 0.41137 Res:0.0003
    GK0002 1.21825 0.09294 0.09338 0.75481 all: 0.66459 Res:0.0003
}}}

get80 will determine the best 80% landmarks.

Must have run RESIDUALS!

usage: get80.sh [x] - (x may be used to limit the landmarks used to a specific GSD, ex. 0.0003 will only use the 30 cm to 39cm landmarks. Currently the 5th decimal place isn't used. If you give it something with 6 decimals it will hang.)

This script will produce files in your ~/ directory. Produces

  • tmp80a - list of landmarks
  • tmp80b - list of landmarks in order, along with residual values
  • tmp80c - list of LMK files in order; best 80%
  • tmp80d - list of landmark files in order; best 80%. Same as tmp80c, but without the .LMK at the end of each maplet file. (JRW - at least I think that's the only difference)

Example of tmp80b: Col 1: Landmark name; Col 2-4: ???; Col 5: combination of pointing and limb errors that includes all maplets above and including the current line (use this value for internal consistency!); Col 6-7: ???; Col 8: Maplet resolution (stops at 4th decimal)

    AR0001  0.10387  0.36778  0.10081  0.33276   all:  0.32265   Res:0.0003
    GJ0004  0.57802  0.12566  0.07926  0.34191   all:  0.30685   Res:0.0003
    AP0001  0.10221  0.39447  0.15224  0.34759   all:  0.33704   Res:0.0003
    AG0002  0.09340  0.45815  0.16250  0.35798   all:  0.34324   Res:0.0003
    FK0005  0.44616  0.13738  0.06904  0.36796   all:  0.34842   Res:0.0003
    AC0001  0.09889  0.44376  0.16125  0.38225   all:  0.37034   Res:0.0003
    AE0002  0.06820  0.48915  0.15824  0.39687   all:  0.38315   Res:0.0003
    HR0001  0.60162  0.11211  0.07913  0.42346   all:  0.39629   Res:0.0003
    AM0003  0.07107  0.51015  0.14339  0.42508   all:  0.41137   Res:0.0003
    GK0002  1.21825  0.09294  0.09338  0.75481   all:  0.66459   Res:0.0003

get80 (last edited 2023-05-19 08:36:09 by JohnWeirich)