Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2016-01-26 11:38:47
Size: 1175
Editor: DianeLambert
Comment:
Revision 6 as of 2016-02-10 11:33:28
Size: 2302
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
(Compiled by DL)
Line 4: Line 3:
'''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. == Description ==
Line 6: Line 5:
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: 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''':
Line 8: 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 13: Line 21:
Example '''redo.txt''' file: Here is a sample '''redo.txt''' file output by [[find_nofit]]:
Line 26: Line 34:

== 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

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

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