spaulaus / paass

Pixie Acquisition and Analysis Software Suite - maintained by Project Science
GNU General Public License v3.0
0 stars 2 forks source link

Analysis codes accept more than 1 input file #33

Open spaulaus opened 6 years ago

spaulaus commented 6 years ago

Expected Behavior

The analysis libraries should accept more than a single input file. That way we don't have to keep writing bash scripts to string together multiple files.

Current Behavior

We only accept a single file from the command line. The command file execution for scan simply executes all the commands without waiting for a file to finish scanning.

Context

Scanning multiple files into a single histogram is tedious.

Possible Solution (optional)

Maybe provide a comma separated list of files? Or multiple -i? Maybe we can do a -i *.ldf ?

Acceptance Criteria

spaulaus commented 6 years ago

need to understand how the wildcards get passed into the program