ISIS Application Documentation
Parses errors from a SessionLog file
Description
Categories
Groups
Examples
History
Description
This program will take a SessionLog file as an input, parse for the error groups and output a new file that
contains Session Information that have errors.
Categories
Parameter Groups
Files
Name
|
Description
|
FROM |
Session Log file in Pvl format
|
TO |
Output file to contain errors.
|
Settings
Name
|
Description
|
APPEND |
Should output file be appended
|
Files:
FROM
Description
The file is a default session log file output by Isis. This file is in PVL format.
Type
| filename |
File Mode
| input |
Default
|
print.prt
|
Files:
TO
Description
This file will be in Pvl format and contain the Session Logs from Isis program runs that had errors.
Type
| filename |
File Mode
| output |
Default
|
errors.prt
|
Settings:
APPEND
Description
This option allows the user to decide whether to append the output file or not.
Type
| boolean |
Default
|
false
|
Examples
Example 1
Parsing errors out of a SessionLog file
Description
This example shows how to get the error sessions from a session log file
Command Line
errors
from=run.log to error.log
Running errors in the command line mode with the both parameters "FROM"
and "TO" set.
Data Files
Input to errors
|
This is the input file to errors generated by running random isis applications. By default this
filename is print.prt
|
Output from errors
|
This is the output captured in "error.log". This file contains error sessions from the input log.
By default this filename is errors.prt
|
History
Trent Hare | 1994-12-20 |
Original Version
|
Steven Koechle | 2007-11-01 |
Converted from Isis 2 to Isis 3
|
Steven Koechle | 2008-06-13 |
Added PvlKeyword to top of print file that says how many errors the
print file contains. This value is also printed to the screen.
|