Differences between revisions 3 and 10 (spanning 7 versions)
Revision 3 as of 2016-01-26 13:40:13
Size: 1743
Editor: DianeLambert
Comment:
Revision 10 as of 2016-01-26 16:48:16
Size: 1941
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
The batch process initiated by [[make_scriptT]] produces output files ###.OOT, basically listings of the outputs of procedure [[lithos]] for each created landmark during a tiling run. find_nofitT looks through these output files to find places where the landarks or images may need further work. During the tiling run, each new landmark is given a 6-character name LMKNM. The original landmark designation is a three digit number ###. The batch process initiated by [[make_scriptT]] produces output files nnn.OOT, basically listings of the outputs of procedure [[lithos]] for each created landmark during a tiling run. find_nofitT looks through these output files to find places where the landmarks or images may need further work. During tiling, each new landmark is given a 6-character name LMKNM. The original landmark designation is a three digit number nnn.
Line 9: Line 9:
 ### ! cat ###.OOT: process still running or terminated in error.
 ### deleted: insufficient data to create a maplet at that point.
 LMKNM * cat ###.OOT: maplet correlating weakly or not at all with at least one image.
 LMKNM cat ###.OOT: low or no correlation for at least one overlap.
 nnn ! cat nnn.OOT: process still running or terminated in error.
 nnn deleted: insufficient data to create a maplet at that point.
 LMKNM * cat nnn.OOT: maplet correlating weakly or not at all with at least one image.
 LMKNM cat nnn.OOT: low or no correlation for at least one overlap.
Line 15: Line 15:
The command 'cat ###.OOT' will produce a listing of the output file for more complete diagnostics. Ths surviving landmark names are included at the beginning of the output to make re-processing easier. The limit for weak correlation is set by the 'NOFIT=' keyword in INIT_LITHOS.TXT. The command 'cat nnn.OOT' will produce a listing of the output file for more complete diagnostics. The surviving landmark names are included at the beginning of the output to make re-processing easier. The limit for weak correlation is set by the 'NOFIT=' keyword in INIT_LITHOS.TXT.
Line 17: Line 17:
=== Input ===
 * <3 digit number>.OOT files - [[lithos]] standard output listings
=== Required Files ===
 * nnn.OOT files - [[lithos]] standard output listings
Line 20: Line 20:
=== Output ===
 * [[NEW_LIST.TXT]] - List of new landmarks successfully generated during tiling process.
=== Output Files ===
 * [[NEW_LIST.TXT]] - List of new landmarks generated during the tiling process.
Line 25: Line 25:
EQ0004: cat 004.OOT EQ0004: cat 004.OOT <- low or no correlation for at least one overlap
Line 29: Line 29:
EN0003: * cat 008.OOT EN0003: * cat 008.OOT <- maplet correlating weakly or not at all with at least one image
Line 31: Line 31:
EM0003: cat 010.OOT
EM0004: * cat 011.OOT
132 deleted
   ! cat 132.OOT
010 deleted
   ! cat 010.OOT <- insufficient data to create a maplet at that point
EM0003: cat 011.OOT
EM0004: * cat 012.OOT

find_nofitT

Compiled by KD

The batch process initiated by make_scriptT produces output files nnn.OOT, basically listings of the outputs of procedure lithos for each created landmark during a tiling run. find_nofitT looks through these output files to find places where the landmarks or images may need further work. During tiling, each new landmark is given a 6-character name LMKNM. The original landmark designation is a three digit number nnn.

The find_nofit: procedure identifies:

 nnn ! cat nnn.OOT:    process still running or terminated in error.
 nnn deleted:          insufficient data to create a maplet at that point.
 LMKNM * cat nnn.OOT:  maplet correlating weakly or not at all with at least one image.
 LMKNM   cat nnn.OOT:  low or no correlation for at least one overlap.

The command 'cat nnn.OOT' will produce a listing of the output file for more complete diagnostics. The surviving landmark names are included at the beginning of the output to make re-processing easier. The limit for weak correlation is set by the 'NOFIT=' keyword in INIT_LITHOS.TXT.

Required Files

  • nnn.OOT files - lithos standard output listings

Output Files

  • NEW_LIST.TXT - List of new landmarks generated during the tiling process.

Example of find_nofitT Standard Output

EQ0004:   cat 004.OOT              <- low or no correlation for at least one overlap
EP0002:   cat 005.OOT 
EP0003:   cat 006.OOT 
EO0003:   cat 007.OOT 
EN0003: * cat 008.OOT              <- maplet correlating weakly or not at all with at least one image
EN0004: * cat 009.OOT 
010 deleted
   !  cat 010.OOT                  <- insufficient data to create a maplet at that point
EM0003:   cat 011.OOT 
EM0004: * cat 012.OOT 

Example of NEW_LIST.TXT:

EP0001
EP0002
EP0003
EP0004
EQ0001
EQ0002
EQ0003
EQ0004
END


CategoryPrograms

find_nofitT (last edited 2016-07-26 09:28:00 by BMittan)