Differences between revisions 9 and 10
Revision 9 as of 2016-02-10 19:49:54
Size: 2293
Editor: BMittan
Comment:
Revision 10 as of 2016-07-23 08:52:54
Size: 2295
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * terminated in error
 * did not correlate with at least one image
 * correlated weakly with at least one image
 * Terminated in error
 * Did not correlate with at least one image
 * Correlated weakly with at least one image
Line 37: Line 37:
The batch processes initiated by [[make_scriptP]] produce output files LMKNM.OOT. These outputs are 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''': The batch processes initiated by [[make_scriptP]] produce output files <LMKNM>.OOT. These outputs are 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''':

redo.txt

Description

This text file lists landmarks that met one of these criteria following lithos or lithosP batch processing:

  • Terminated in error
  • Did not correlate with at least one image
  • Correlated weakly with at least one image

redo.txt is output by both find_nofit and find_nofitP, which are discussed separately below.

find_nofit

The batch processes initiated by make_scriptF produce output files LMKNM.OOT. These outputs are 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.

Here is a sample 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. These outputs are 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.

Here is a sample 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


(Compiled by DL)

CategoryFiles CategoryOutputFiles

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