Skip to content

ligerlac/HVAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to HVAnalysis!

Table of contents

Introduction

This is the codebase for the IRIS-HEP Fellowship project: Data Reduction for the ProtoDUNE Detector Control System

Setup

Check out the code:

$ ssh://[email protected]:7999/ligerlac/HVAnalysis.git
$ cd HVAnalysis/

Create a virtual environment, activate it and install dependencies

$ python -m venv venv/
$ . venv/bin/activate
$ pip install -r requirements.txt

Usage

Use the following command to make a plot of the resistance:

$ python HVAnalysis/make_resistance_plot.py --datelist 2018-09-14 --loglvl 1

If datelist is not specified, all data in the input folder will be considered.

To-Dos

  • Make separate plots of current, voltage, and resistance vs time for all of Run-1
  • Make separate histograms for current, voltage, and resistance for all of Run-1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages