Re: Raw Image Stacks: Image Ordering/Reordering
Posted by Gabriel Landini on Jan 04, 2007; 9:04pm
URL: http://imagej.273.s1.nabble.com/Raw-Image-Stacks-Image-Ordering-Reordering-tp3700697p3700703.html
On Thursday 04 January 2007 20:38, McAuley, Grant (LLU) wrote:
> When the stack gets created the order becomes: zz-1, zz-10, zz-11, ... ,
> zz-2, zz-21, ... instead of what I want: zz-1, zz-2, ..., zz-10, zz-11, ...
The string sorting is based on the characters, not the value.
Rename the files zz-1 to zz-9 as zz-01 to zz-09 and the import would be fine.
Cheers,
G.