import image sequence with regexp
Posted by Madeline Pool on Jan 12, 2010; 5:08pm
URL: http://imagej.273.s1.nabble.com/import-image-sequence-with-regexp-tp3689743.html
Hi,
I'm trying to import an image sequence using a regular expression. I'm trying to match
beta3_[1-9]_P0101
Typing beta3_ gives 80 matches, but once I type the [1-9], I get 0 matches. Is there a special syntax
for the ImageJ expressions?
I don't have screwed up files: beta3_1_P0101 gives 1 match so there are files that should match
beta3_[1-9]_P0101 present in that directory.
I'm running ImageJ 1.42q on a Mac or a PC but have the same issue on both machines.
Thanks,
Madeline