Differences between revisions 6 and 9 (spanning 3 versions)
Revision 6 as of 2016-02-10 11:33:28
Size: 2302
Editor: BMittan
Comment:
Revision 9 as of 2016-02-10 19:49:54
Size: 2293
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
'''! 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.
! 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.
Line 39: Line 39:
'''! cat LMKNM.OOT''' - process still running or terminated in error.
'''* cat LMKNM.OOT''' - maplets not correlating with at least one image.
! cat LMKNM.OOT - process still running or terminated in error.
* cat LMKNM.OOT - maplets not correlating with at least one image.
Line 59: Line 59:
CategoryFiles CategoryFiles  CategoryOutputFiles

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)