Home »
Public Forums »
archive »
Re: Writing Large Tiff Image file with Write_tiff
Re: Writing Large Tiff Image file with Write_tiff [message #46313] |
Fri, 18 November 2005 06:28 |
wita
Messages: 43 Registered: January 2005
|
Member |
|
|
Hi Raval,
Writing the result to disk is a bit tricky indeed because you cannot
store the results sequentially in chunks of 1024,1024 to disk. The
simplest option would be to dump the TIFF to generic binary and read it
using the ASSOC() function in chuncks of 10000 by let's say 100. Then
you can equalize each chunk seperately again and write them to disk
sequentially using a simple WRITEU. Then you can treat it as a simple
generic binary image (without headers or anything) and use whatever
program to convert it to TIFF again.
Note that HIST_EQUAL will equalize each chunk separately, so you may
get weird result as a result of different equalisation of each chunk.
If you have ENVI available I suggest you use it because equalisation
can be done by ENVI much easier.
best regards,
Allard
|
|
|
Current Time: Sat Oct 11 08:02:28 PDT 2025
Total time taken to generate the page: 0.32014 seconds