/cosmicrays

Primary LanguagePythonMIT LicenseMIT

Readme

master:

Build Status Coverage Status

dev:

Build Status Coverage Status

Installing the bash util (cr_count)

pip install -r requirements.txt
python setup.py install

Then, obtain a list of the files to be processed and trigger parallel jobs:

ls *flt* | parallel -j 2 cr_count --filepath {} > flt.out