Set environment variables:
mv psi.env.sample psi.env
vim psi.env
source psi.envAnd create some destination folders:
mkdir data images resultNow you can pull in Data
./pull_in_data.pyAnd create histograms either for all files:
./analyze_all_in_data.shOr for a specific file:
./analyze_data.sh <filename>And then find incidents where a certain value is exceeded:
./find_incident.py <filename> <value>