Changes between Version 13 and Version 14 of Procedures/DeliveryCreation/Hyperspectral


Ignore:
Timestamp:
Oct 22, 2010, 2:55:40 PM (14 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/DeliveryCreation/Hyperspectral

    v13 v14  
    55 1. Create quicklook jpegs.
    66  1. Create a directory called 'jpgs' in the main project folder to hold the images that will be created.
    7   1. There are several ways to do make the jpegs:
     7  1. There are several ways to make the jpegs:
    88   - Use make_mosaic.sh:
    99     1. Open a terminal window in the lev3 directory under the project workspace
     
    1212     1. Usage `make_mosaic.sh -d <tif-directory> -s <sensor-flag> -o <output-directory> [-v <vector-directory>] [-z <UTMZONE>]`
    1313     1. Example: `make_mosaic.sh -d ./ -s e -o ../jpgs/ -v ~arsf/vectors/from_os/EX01_01/`
    14     -  Use convert:
     14    - Use convert:
     15     1. Steps 1 and 2 from above.
    1516     1. {{{for filename in `ls`; do convert $filename `echo $filename | sed 's/.tif/.jpg/'`; done}}}
    1617     1. Use ENVI to create mosaics manually.
    1718    -  Convert doesn't always produce images that are scaled sensibly. If so, use the old script:
     19     1. Steps 1 and 2 from above.
    1820     1. `gtiff2jpg.py -d ./ -a` - If this runs out of memory try again without the -a. You can also run on individual files instead of on a directory by using -s <filename> instead of -d ./
    1921     1. Create mosaics separately using ENVI (or whatever other method).