Changes between Version 9 and Version 10 of Downloads/Processing/tuiview
- Timestamp:
- Oct 27, 2015, 4:53:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Downloads/Processing/tuiview
v9 v10 11 11 }}} 12 12 13 Add images using the 'Add Raster' button in the top left .13 Add images using the 'Add Raster' button in the top left, select the format from the dropdown menu. It is also possible to add zipped bil files (such as those ARSF deliver) by selecting 'All files' and clicking on the .zip file. 14 14 15 15 The range of pixel values within an image often does not fall between 0 - 255, as required for display, therefore it is necessary to 'stretch' the values for display. Within TuiView the stretch of the image is adjusted using the 'stretch' dialogue, brought up by through the 'edit -> stretch' menu or right clicking a layer in the list of layers. Within the stretch dialogue the bands displayed and the type of stretch can be selected. A standard deviation stretch which will scale the pixel values to from the image mean - n*standard deviation to the image mean + n*standard deviations. The stretch can be applied to a single image (single arrow) or all open images (multiple arrows) as shown below. … … 23 23 [[Image(tuiview_spectral_profile.png, width=500, align=center)]] 24 24 25 TuiView will not open theseunmapped (e.g., level1b) files by default and will give an error about only allowing north-up images. You can force TuiView to open them by setting the environmental variable `TUIVIEW_ALLOW_NOGEO` using:25 TuiView will not open unmapped (e.g., level1b) files by default and will give an error about only allowing north-up images. You can force TuiView to open them by setting the environmental variable `TUIVIEW_ALLOW_NOGEO` using: 26 26 {{{ 27 27 export TUIVIEW_ALLOW_NOGEO=YES