Skip to content

Wildcard matches #51

@joshualande

Description

@joshualande

Original author: joshuala...@gmail.com (August 20, 2008 05:37:27)

Something I was thinking of a while ago: we should be able to select input
files using wild card expressions. For example, if you want to load in all
mar3450 files in some folder C:/data/, you should be able to specify them with

C:/data/*.3450

whereas currently you just specify the folder and it loads all files in the
folder. The reason why wild card matches are more powerful is because you
can do things like

C:/data/*_pattern.3450

and only select some of the files in the folder. Of course, both folder
names and pattern matches should work. This shouldn't be too hard using
python's glob module. Maybe one day I will get around to it :)

Josh

Original issue: http://code.google.com/p/areadiffractionmachine/issues/detail?id=51

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions