Re: Processing huge files

Posted by Greg on
URL: http://imagej.273.s1.nabble.com/Processing-huge-files-tp5012001p5012032.html

Hi Curtis,

thx for your answer and sorry for my delay. So of course writing out slice by slice works, if I write every slice as a new file. But what I want is to write as Stack out slice by slice to one big file. So in principle to save RAM I want to do the following:

open one slice from Virtual Stack

do some processing

Append that slice to a disk resident Stack.

So that only one slice has to be in memory at a time, but in the end I have a processed disk resident copy of the huge input Virtual Stack.

Best,
Greg