Differences between revisions 1 and 15 (spanning 14 versions)
Revision 1 as of 2015-06-05 13:48:33
Size: 67
Editor: EricPalmer
Comment:
Revision 15 as of 2015-06-25 10:23:25
Size: 1055
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe Fixing_problem_landmarks here. = Fixing Landmarks =
Line 4: Line 4:
[[file:problem.jpg]] Image of thing to try:

{{attachment:problem.jpg||width=400}}

=== Description ===

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

A common find_nofit output will look soemthing like this:

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

The Four main types of find_nofit outputs are:

 * ! - the landmark was deleted
 * . - the landmark has overlaps
 * (space) - the landmark has minor error (don't worry about it).
 * * - the landmark has a major error and must be fixed.

All errors are worth recording, but the only output from find_nofit that warrants serious concern is *. Whenever a * is present in the find_nofit output the landmark that * is associated with must be fixed. To fix bad land marks [[lithos|lithos.e]] is used in the working directory.

Fixing Landmarks

Image of thing to try:

problem.jpg

Description

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

A common find_nofit output will look soemthing like this:

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 

The Four main types of find_nofit outputs are:

  • ! - the landmark was deleted
  • . - the landmark has overlaps
  • (space) - the landmark has minor error (don't worry about it).
  • * - the landmark has a major error and must be fixed.

All errors are worth recording, but the only output from find_nofit that warrants serious concern is *. Whenever a * is present in the find_nofit output the landmark that * is associated with must be fixed. To fix bad land marks lithos.e is used in the working directory.

Fixing_problem_landmarks (last edited 2015-06-25 15:51:24 by KristoferDrozd)