Differences between revisions 7 and 12 (spanning 5 versions)
Revision 7 as of 2015-06-24 15:31:41
Size: 510
Comment:
Revision 12 as of 2015-06-24 15:37:34
Size: 752
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Image of things to try Image of thing to try:
Line 9: Line 10:
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: At the end of each tiling or iteration, a form of find_nofit (T or P) is used to check for bad landmarks.
Line 11: Line 12:
The four main types of outputs are: 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
}}}

four main types of outputs are:

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 

four main types of 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.

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