Open Data by Name

By default, Oosawa assume that time lapse data is named as sequencial file.

FluidData0000.df3
FluidData0001.df3
FluidData0002.df3
.....

If data are not sequentially named, for example, directory name is used for time index, you can set format directly.



If time lapse data is named as follows,

001/density.df3
002/density.df3
003/density.df3
......

set the format as,
%03d/density.df3
Grammer of printf (C-language) is adopted.

Path name must be absolute, or relative path to .exe file.
If volume is expressed by z-stack image sequence, t- and z- index must be sequential individualy.
In that case, set two %d parts to the format. For example.
Time%03dZ%03d.png.
inserted by FC2 system