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

Home » Public Forums » archive » Re: Trouble writing very large files
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Trouble writing very large files [message #62645 is a reply to message #62643] Mon, 29 September 2008 08:57 Go to previous messageGo to previous message
Vince Hradil is currently offline  Vince Hradil
Messages: 574
Registered: December 1999
Senior Member
On Sep 29, 9:16 am, Vince Hradil <vincehra...@gmail.com> wrote:
> On Sep 29, 8:56 am, David Fanning <n...@dfanning.com> wrote:
>
>
>
>> Vince Hradil writes:
>>> Yes, my solution (for now?) is to write out pieces, then spawn a
>>> "copy /b file1 + file2 ..."  I guess I'd like to know how this lun
>>> pointer is working, though...
>
>> I meant, can you write the array, in pieces, into the same
>> file.
>
>>   FOR j=0,9 DO BEGIN
>
>>       writeU, lun, array[j*start: j*start+chunk]
>
>>    ENDFOR
>
>> I just wondered if you could figure out where it started
>> having problems writing.
>
>> Cheers,
>
>> David
>> --
>> David Fanning, Ph.D.
>> Fanning Software Consulting, Inc.
>> Coyote's Guide to IDL Programming:http://www.dfanning.com/
>> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
>
> I'll try it and see what happens.

FWIW - that worked fine. I was able to write each of the 15 time
frames separately:

openw, lun, oname, /get_lun
for f=0L, nframes-1 do writeu, lun, array[*,*,*,f]
free_lun, lun
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: HDF question - how to make a copy of the structure?
Next Topic: Re: block fill image

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

Current Time: Fri Oct 10 15:25:33 PDT 2025

Total time taken to generate the page: 0.91692 seconds