Changes between Version 13 and Version 14 of Procedures/DeliveryCreation/Hyperspectral
- Timestamp:
- Oct 22, 2010, 2:55:40 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/DeliveryCreation/Hyperspectral
v13 v14 5 5 1. Create quicklook jpegs. 6 6 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 domake the jpegs:7 1. There are several ways to make the jpegs: 8 8 - Use make_mosaic.sh: 9 9 1. Open a terminal window in the lev3 directory under the project workspace … … 12 12 1. Usage `make_mosaic.sh -d <tif-directory> -s <sensor-flag> -o <output-directory> [-v <vector-directory>] [-z <UTMZONE>]` 13 13 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. 15 16 1. {{{for filename in `ls`; do convert $filename `echo $filename | sed 's/.tif/.jpg/'`; done}}} 16 17 1. Use ENVI to create mosaics manually. 17 18 - Convert doesn't always produce images that are scaled sensibly. If so, use the old script: 19 1. Steps 1 and 2 from above. 18 20 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 ./ 19 21 1. Create mosaics separately using ENVI (or whatever other method).