[kepler-users] Multiple file selection

2007-12-06 Thread Jochen Haemmerle
Hi, thanks for the advice. The DirectoryListing actor did exactly what I wanted to do. Regards Jochen One way is to use ptolemy.actor.lib.io.DirectoryListing, which is An actor that produces an array that lists the contents of a directory. DirectoryListing can take a pattern to read in

[kepler-users] Multiple file selection

2007-12-04 Thread Jochen Haemmerle
Hi, I'm trying to read a set of image files into kepler. However, the Image Reader Actor only offers the selection of one file in the file selection. Is there a way to handle this with common actors, which I haven't found out yet, or do I have to write my own image reader? Any Ideas? Kind

[kepler-users] Multiple file selection

2007-12-04 Thread Christopher Brooks
One way is to use ptolemy.actor.lib.io.DirectoryListing, which is An actor that produces an array that lists the contents of a directory. DirectoryListing can take a pattern to read in only certain actors. http://ptolemy.eecs.berkeley.edu/ptolemyII/ptIIfaq.htm#kepler says: --start-- Concerning