Differences between revisions 2 and 19 (spanning 17 versions)
Revision 2 as of 2016-01-26 12:09:01
Size: 2287
Editor: DianeLambert
Comment:
Revision 19 as of 2016-07-26 09:28:00
Size: 2409
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Compiled by KD ||Category B||Version 3.0||
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 ###. == Description ==
Line 7: Line 7:
The find_nofit: procedure identifies: This program searches batch processing output files to identify landmarks or images which may need further work.

'''find_nofitT''' is a useful utility for identifying landmarks which may require further work following the batch tiling task set up using [[make_scriptT]].

=== Required Files ===
 * <NNN>.OOT files - [[lithos]] standard output listings

=== Output Files ===
 * [[NEW_LIST.TXT]] - List of new landmarks generated during the tiling process.

-----------

== Using find_nofitT ==

The batch process initiated by [[make_scriptT]] produces output file <NNN>.OOT that contains 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_nofitT''' procedure identifies:
Line 9: Line 25:
 ### ! 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 31:
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' provides 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.
Line 17: Line 33:
=== Input ===
 * <3 digit number>.OOT files in the working directory

=== Output ===
 * [[NEW_LIST.TXT]] -
The limit for weak correlation is set by the 'NOFIT=' keyword in [[INIT_LITHOS.TXT]].
Line 24: Line 36:

 * ! - 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 ==
Here is an annotated sample output from '''find_nofitT''':
Line 33: Line 38:
EQ0004: cat 004.OOT EQ0004: cat 004.OOT <- low or no correlation for at least one overlap
Line 37: Line 42:
EN0003: * cat 008.OOT EN0003: * cat 008.OOT <- maplet correlating weakly or not at all with at least one image
Line 39: Line 44:
EM0003: . cat 010.OOT
EM0004: * cat 011.OOT
132 deleted
   ! cat 132.OOTThe
010 deleted
   ! cat 010.OOT <- insufficient data to create a maplet at that point
EM0003: cat 011.OOT
EM0004: * cat 012.OOT
}}}

Here is a sample [[NEW_LIST.TXT]] from '''find_nofitT''':
{{{
EP0001
EP0002
EP0003
EP0004
EQ0001
EQ0002
EQ0003
EQ0004
END
Line 46: Line 64:
== John's notes ==
!ZN0205 cat 023.OOT process still running (okay) or process didn’t finish normally (bummer).
----------
''(Compiled by KD)''
Line 49: Line 67:
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.

----

find_nofitT

Category B

Version 3.0

Description

This program searches batch processing output files to identify landmarks or images which may need further work.

find_nofitT is a useful utility for identifying landmarks which may require further work following the batch tiling task set up using make_scriptT.

Required Files

  • <NNN>.OOT files - lithos standard output listings

Output Files

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


Using find_nofitT

The batch process initiated by make_scriptT produces output file <NNN>.OOT that contains 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_nofitT 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' provides 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.

Here is an annotated sample output from find_nofitT:

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 

Here is a sample NEW_LIST.TXT from find_nofitT:

EP0001
EP0002
EP0003
EP0004
EQ0001
EQ0002
EQ0003
EQ0004
END


(Compiled by KD)

CategoryPrograms

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