Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2016-01-26 11:38:47
Size: 1175
Editor: DianeLambert
Comment:
Revision 5 as of 2016-01-26 16:27:03
Size: 2059
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
'''Purpose:''' List of landmarks output by [[find_nofit]] which after batch [[lithos]] processing either terminated in error, did not correlate with at least one image, or correlated weakly with at least one image. '''Purpose:''' List of landmarks output by [[find_nofit]] and [[find_nofitP]] which after batch [[lithos]] or [[lithosP]] processing either terminated in error, did not correlate with at least one image, or correlated weakly with at least one image.

== find_nofit ==
Line 13: Line 15:
Example '''redo.txt''' file: Example '''redo.txt''' file output by [[find_nofit]]:
Line 26: Line 28:

== find_nofitP ==

The batch processes initiated by [[make_scriptP]] produce output files LMKNM.OOT, basically listings of the [[lithosP]] standard output, for each input landmark. [[find_nofitP]] searches these output files for each landmark listed in the [[make_script.in]] file to identify landmarks that may need further work. The following instances cause the landmark to be listed in redo.txt:
{{{
! cat LMKNM.OOT - process still running or terminated in error.
* cat LMKNM.OOT - maplets not correlating with at least one image.
}}}

Example '''redo.txt''' file output by [[find_nofit]]:
{{{
* EE0017 <- maplets not correlating with at least one image
* EE0042
* EE0044
EE0051 <- process still running or terminated in error
EE0053
EE0063
END
}}}

redo.txt

(Compiled by DL)

Purpose: List of landmarks output by find_nofit and find_nofitP which after batch lithos or lithosP processing either terminated in error, did not correlate with at least one image, or correlated weakly with at least one image.

find_nofit

The batch processes initiated by make_scriptF produce output files LMKNM.OOT, basically listings of the lithos standard output, for each input landmark. find_nofit searches these output files for each landmark listed in the make_script.in file to identify landmarks that may need further work. The following instances cause the landmark to be listed in redo.txt:

!  cat LMKNM.OOT - process still running or terminated in error.
*  cat LMKNM.OOT - maplets not correlating with at least one image.
+  cat LMKNM.OOT - maplets correlating weakly with at least one image.

Example redo.txt file output by find_nofit:

* EE0017              <- maplets not correlating with at least one image
+ EE0034              <- maplets correlating weakly with at least one image
* EE0042
* EE0044
+ EE0045
EE0051                <- process still running or terminated in error
EE0053
+ EE0054
EE0063
END

find_nofitP

The batch processes initiated by make_scriptP produce output files LMKNM.OOT, basically listings of the lithosP standard output, for each input landmark. find_nofitP searches these output files for each landmark listed in the make_script.in file to identify landmarks that may need further work. The following instances cause the landmark to be listed in redo.txt:

!  cat LMKNM.OOT - process still running or terminated in error.
*  cat LMKNM.OOT - maplets not correlating with at least one image.

Example redo.txt file output by find_nofit:

* EE0017              <- maplets not correlating with at least one image
* EE0042
* EE0044
EE0051                <- process still running or terminated in error
EE0053
EE0063
END

redo.txt (last edited 2016-07-23 08:52:54 by BMittan)