Changes between Version 5 and Version 6 of ossim-preproc


Ignore:
Timestamp:
Apr 11, 2015, 11:35:38 AM (9 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ossim-preproc

    v5 v6  
    44
    55'''Usage:'''
    6 
    76
    87
     
    5251                                    overviews.
    5352  --options                         <options.kwl>  This can be all or part of
    54                                     the application options.  To get a template
    55                                     you can turn on trace to the ossimImageUtil
    56                                     class by adding "-T ossimImageUtil" to your
    57                                     command.
     53                                    the application options. Also used for
     54                                    custom prep, per file and post system
     55                                    commands. To get a template you can turn on
     56                                    trace to the ossimImageUtil class by adding
     57                                    "-T ossimImageUtil" to your command.
    5858  --ossim-logfile                   takes a logfile as an argument.  All output
    5959                                    messages are redirected to the specified log
     
    155155Expanded command option variables:
    156156
    157 %{basename} = filename without path
     157%{basename}        = filename without path
    158158%{basename_no_ext} = filename without path and without extention
    159 %{date} Expanded to current zulu time. Default format=yyyymmdd
    160 %{date} output format controlled by command0.strf_time_format key.
    161 %{dirname} = path of filename
    162 %{file} = filename being processed
    163 %{file_no_ext} = filename with no extension
     159%{date}            = Expanded to current zulu time. Default format=yyyymmdd
     160                    output format controlled by command0.strf_time_format key.
     161%{dirname}         = path of filename
     162%{file}            = filename being processed
     163%{file_no_ext}     = filename with no extension
    164164
    165165}}}