Coder Social home page Coder Social logo

lauraser / tpcqcvis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bulukutlu/tpcqcvis

0.0 0.0 0.0 174.25 MB

Framework for the developing and deploying interactive visulization tools to be used by experts investigating the Quality-Control status of ALICE TPC operations.

Shell 0.05% C++ 0.01% Python 0.46% C 1.29% Jupyter Notebook 98.19%

tpcqcvis's Introduction

TPCQCVis

Index:

  1. Introduction
  2. Setting up
  3. User Guide
  4. Demos

Introduction:

The monitoring of the ALICE TPC quality control data in RUN3 is planned to be done using the Jupyter environment, where libraries e.g. Bokeh plotter can be used which enables very user-friendly interactivity capabilities. We have PyRoot based notebooks for visualizing the Root Object outputs from central sync and async QC. And, we have expert dashboards made with RootInteractive using skimmed data.

Setting up:

  1. Install Quality Control
  2. Install RootInteractive

Exporting notebooks:

As report:

Command to run:

jupyter nbconvert myNotebook.ipynb --to html --template classic --no-input

Remove the --no-input to have the code also in the report

As slides:

Command to run:

jupyter nbconvert myNotebook.ipynb --to slides --no-input --SlidesExporter.reveal_scroll=True

Then open the html file with text editor and change the initializer of reveal to this:

Reveal.initialize({
            controls: true,
            progress: true,
            history: false,
            transition: "slide",
            slideNumber: "true",
            viewDistance: 50,
            mobileViewDistance: 20,
            preloadIframes: true,
            autoPlayMedia:true,
            plugins: [RevealNotes]
        });

This makes it possible that all the plots in the slides will be loaded automatically when file is opened on browser. (works on Chrome, still didn't get the expected behavior in Firefox)

tpcqcvis's People

Contributors

bulukutlu avatar sadkoeni avatar miranov25 avatar alekjhutson 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.