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)