Git Product home page Git Product logo

caenlogger's Introduction

CAEN module logger

This is a simple CAEN module logger.

Install

Download the code. Go to the project directory and run:

pip3 install --no-build-isolation .

Usage

Please first fill out the config file caenlogger_config.toml according to the local needs. This has to be provided in the command line.

caenlogger --config caenlogger_config.toml

Uninstall

pip3 uninstall -y caenlogger

View results

You can have a live view of the result file using gnuplot.

set term x11 noraise font "Sans, 25"
set data time
set timefmt "%Y%m%d-%H%M%S"
set grid
set title "CAEN logger"
set title font "Helvetica, 14"
set ylabel "Voltage [V]"
set xlabel "Time"

plot "caen_current.dat" using 1:3 title "I1" with lines lw 2, \
     "caen current.dat" using 1:5 title "I2" with lines lw 2, \
     "caen_current.dat" using 1:7 title "I3" with lines lw 2, \
     "caen_current.dat" using 1:9 title "I4" with lines lw 2

pause 1
reread

caenlogger's People

Contributors

xaratustrah avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.