Visualization Enhancements
The following enhancements have been made to IDL's visualization functionality for the 7.1 release:
WRITE_TIFF Enhancements
The WRITE_TIFF procedure has the following new keywords:
- COMPLEX writes the pixel components as complex floating-point entities (the default is 8-bit).
- DCOMPLEX writes the pixel components as double-precision complex floating-point entities (the default is 8-bit).
- DOUBLE writes the pixel components as double-precision floating-point entities (the default is 8-bit).
- L64 writes the pixel components as unsigned 64-bit integer entities (the default is 8-bit). Use the SIGNED keyword to write signed integers.
- SIGNED if the SHORT, LONG, or L64 keywords are set, SIGNED writes out signed integers instead of unsigned integers.