comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Writing Large Tiff Image file with Write_tiff
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Writing Large Tiff Image file with Write_tiff [message #46313] Fri, 18 November 2005 06:28
wita is currently offline  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
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: struct tag definitions
Next Topic: Re: struct tag definitions

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 20:12:44 PDT 2025

Total time taken to generate the page: 0.08074 seconds