Changes between Initial Version and Version 1 of band-merge


Ignore:
Timestamp:
May 14, 2007, 10:54:08 AM (17 years ago)
Author:
mlucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • band-merge

    v1 v1  
     1= band_merge =
     2
     3band-merge
     4Merges multiple image files into a single band merged file.
     5Usage:
     6Options:
     7{{{
     8  --disable-elev    Will disable the elevation
     9  --disable-notify  Takes an argument. Arguments are ALL, WARN, NOTICE,
     10                          INFO, FATAL, DEBUG.  If you want multiple disables
     11                          then just do multiple --disable-notify on the command
     12                          line.  All argument are case insensitive.  Default is
     13                          all are enabled.
     14  --ossim-logfile         takes a logfile as an argument.  All output messages
     15                          are redirected to the specified log file.  By default
     16                          there is no log file and all messages are enabled.
     17  -K                     specify individual keywords to add to the preferences
     18                          keyword list: name=value
     19  -P                     specify a preference file to load
     20  -T                     specify the classes to trace, ex:
     21                          ossimInit|ossimImage.*
     22                          will trace ossimInit and all ossimImage classes
     23  -h or --help       Display this information
     24  -o or --create-overiew  Creates and overview for the output image
     25  -w or --tile-width      Defines the tile width for the handlers that support
     26                          tiled output
     27}}}
     28band_merge: Band Merge
     29Usage:
     30{{{
     31band_merge [-h][-o][-w tile_width] <output_type> <input_file1> <input_file2> ... <output_file>
     32
     33Optional argument list:
     34 -h  -- display Usage/Help
     35 -o  -- create an ossim overview file with output file
     36 -w  -- tile width (default = 32)
     37
     38NOTES:
     39"-w" option only valid with tiff type.
     40"Tile width must be a multiple of 32.
     41Valid output writer types:
     42        tiff_strip
     43        tiff_strip_band_separate
     44        tiff_tiled
     45        tiff_tiled_band_separate
     46        general_raster_bip
     47        general_raster_bil
     48        general_raster_bsq
     49        jpeg
     50}}}