Changes between Version 1 and Version 2 of bilsplitter


Ignore:
Timestamp:
Oct 17, 2010, 4:45:28 AM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bilsplitter

    v1 v2  
    11= bilsplitter =
    2 bilsplitter
     2
    33Splits an input Band Interleaved by Line (BIL) file into multiple output files with each file containing an individual band.
    4 usage:
     4
     5== Usage ==
    56bilsplitter <file_to_split> <header_size_in_bytes> <bytes_per_pixel> <samples_per_line> <number_of_channels> <output_directory>
    67
    7 NOTE:
     8== Note ==
    89Given a band interleaved by line (bil) image this application will split
    910the file into separate one band files and write to the output directory.