Changes between Initial Version and Version 1 of igen


Ignore:
Timestamp:
May 14, 2007, 11:48:02 AM (17 years ago)
Author:
mlucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • igen

    v1 v1  
     1= igen =
     2image generator, makes a product as defined in the spec file
     3{{{
     4Usage: igen [options] <spec_file>
     5Options:
     6  --disable-elev     Will disable the elevation
     7  --disable-notify   Takes an argument. Arguments are ALL, WARN, NOTICE, INFO, FATAL, DEBUG.  If you want multiple disables then just do multiple --disable-notify on the  command line.  All arguments are case insensitive. 
     8
     9Default is all are enabled.
     10  --ossim-logfile    takes a logfile as an argument.  All output messages are
     11                     redirected to the specified log file.  By default there is
     12                     no log file and all messages are enabled.
     13  -K                 specify individual keywords to add to the preferences
     14                     keyword list: name=value
     15  -P                 specify a preference file to load
     16  -T                 specify the classes to trace, ex: ossimInit|ossimImage.*
     17                     will trace ossimInit and all ossimImage classes
     18  -h or --help       Display this information
     19  -t or --thumbnail  thumbnail resolution
     20}}}