Differences between revisions 12 and 33 (spanning 21 versions)
Revision 12 as of 2011-11-30 12:36:29
Size: 677
Editor: EricPalmer
Comment:
Revision 33 as of 2016-01-15 14:58:33
Size: 1750
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from find_nofitT.e
Line 2: Line 3:
= nofit = = nofitT/nofitP/nofit =

Compiled by KD

== Description ==

At the end of each tiling or iteration, a form of find_nofit (T or P) is used to check for bad landmarks.

 * find_nofitT - this routine shows which maplets created during tiling are faulty.

 * find_nofitP - this routine shows which maplet created during iteration are faulty.

All of the routines listed above determine, which maplets are faulty by going through every .OOT file in the working directory, which are produced at the end of tiling and iteration.
Line 5: Line 19:
 * stdin: none
 * Works in local directory.
 * CORRECT? - Reads all of the ????.OOT files in the local directory
 * <3 digit number>.OOT files in the working directory
Line 10: Line 22:
 * ! - currently running (logfile isn't complete) or there was an error
 * LMKNM - minor issue
 * *LMKNM - major issue
 * ! - currently running (logfile isn't complete) or there was an error and the landmark was deleted
 * (blank space) LMKNM - minor issue
 * * LMKNM - major issue (at least one image didn't correlate at all the with the map)
 * . LMKNM - minor issue (at least one maplet overlap error)
 * + LMKNM - moderate issue (at least one image had a correlation below the value set in init_lithos - usually .3 or .4)

== Example of Output ==
{{{
EQ0004: cat 004.OOT
EP0002: cat 005.OOT
EP0003: cat 006.OOT
EO0003: cat 007.OOT
EN0003: * cat 008.OOT
EN0004: * cat 009.OOT
EM0003: . cat 010.OOT
EM0004: * cat 011.OOT
132 deleted
   ! cat 132.OOTThe
}}}
Line 15: Line 43:
 * Examples:
- ! cat 023.OOT process still running (okay) or process didn’t finish normally (bummer).
== John's notes ==
!ZN0205 cat 023.OOT process still running (okay) or process didn’t finish normally (bummer).
Line 18: Line 46:
- LMKNM cat 023.OOT no correlation in at least one maplet overlap. Probably no big deal. ZN0205 cat 023.OOT no correlation in at least one maplet overlap. Probably no big deal.
Line 20: Line 48:
- * LMKNM cat 023.OOT small or no correlation in at least one maplet-image overlap. Should be checked by hand in LITHOS. * ZN0205 cat 023.OOT small or no correlation in at least one maplet-image overlap. Should be checked by hand in LITHOS.

nofitT/nofitP/nofit

Compiled by KD

Description

At the end of each tiling or iteration, a form of find_nofit (T or P) is used to check for bad landmarks.

  • find_nofitT - this routine shows which maplets created during tiling are faulty.
  • find_nofitP - this routine shows which maplet created during iteration are faulty.

All of the routines listed above determine, which maplets are faulty by going through every .OOT file in the working directory, which are produced at the end of tiling and iteration.

Input

  • <3 digit number>.OOT files in the working directory

Output

  • ! - currently running (logfile isn't complete) or there was an error and the landmark was deleted
  • (blank space) LMKNM - minor issue
  • * LMKNM - major issue (at least one image didn't correlate at all the with the map)
  • . LMKNM - minor issue (at least one maplet overlap error)
  • + LMKNM - moderate issue (at least one image had a correlation below the value set in init_lithos - usually .3 or .4)

Example of Output

EQ0004:   cat 004.OOT 
EP0002:   cat 005.OOT 
EP0003:   cat 006.OOT 
EO0003:   cat 007.OOT 
EN0003: * cat 008.OOT 
EN0004: * cat 009.OOT 
EM0003: . cat 010.OOT 
EM0004: * cat 011.OOT 
132 deleted
   !  cat 132.OOTThe 

John's notes

!ZN0205 cat 023.OOT process still running (okay) or process didn’t finish normally (bummer).

ZN0205 cat 023.OOT no correlation in at least one maplet overlap. Probably no big deal.

* ZN0205 cat 023.OOT small or no correlation in at least one maplet-image overlap. Should be checked by hand in LITHOS.


CategoryPrograms

find_nofit (last edited 2016-06-06 13:08:35 by DianeLambert)