A python-based simple processor for data acquired with XenoDAQ
Project description
# PyLArS > Ricardo Peres, Julian Haas
Comprehensive processing and analysis of SiPM data.
Check the [docs](https://ricmperes.github.io/PyLArS/) and the example notebooks for a quick start!
## Instalation `bash git clone git@github.com:ricmperes/PyLArS.git cd PyLArs pip install . ` For instal in editable source: `bash pip install -e . `
## How to pylars
To use pylars as “black-box” data processor go to the directory where the raw ROOT files are and run `bash pylars `
For more options (raw and output files, level of RMS, polarity of signal and baseline samples) check the help funtion: `bash pylars --help `
- For batch processing use the scripts provided in scripts:
make_job_files.py, option -r for run number: creates a directory jobs and a slurm compatible .job file for each dataset to be submited to a cluster individually.
launch_process.sh: runs sbatch [#.job] for all the files in the jobs directory
cleanup.sh: removes all the .job files
In case batch processing is conducted in a single machine without slurm submission run: `python python make_job_files.py -r [run_number] cd jobs ls | xargs chmod +x ls | xargs -n 1 sh `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pylars_sipm-0.3.0-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 044e2cdae3e5d17ecd00b809c981065e3fa8f9322d874e4d03f44d6d6ba2f68b |
|
| MD5 | 9576da157f6ddd83bc648eb28a60f693 |
|
| BLAKE2b-256 | 2c9e23346d539be4d295e060b8640a718ae77feeb57fb3beeff70e02cb006183 |