Giter VIP home page Giter VIP logo

shd_sf13's Introduction

Convert a ROOT file to HDF5

Physicists use ROOT because that's what they know. The ROOT software stores its data in a ROOT file format that no other software can read. This is fine if you're only using the ROOT software, but physicists are the only people who use ROOT, and even physicists sometimes want to use something else. So wouldn't it be nice to convert ROOT files into a more standard format?

I wrote an example program for how to convert a ROOT file to HDF5, a more standard file format. The program expects a very particular dataset; it doesn't detect the schema of the dataset. Thus, it won't automatically convert arbitrary files. Instead, the script serves as a template for when you should need to do such a conversion.

How to run

First, install the dependencies. You need

  • ROOT
  • Python 2.7
  • /usr/lib/root in your PYTHONPATH
  • wget

On Arch Linux, you can just run.

make dep

Once you have the dependencies, this is how you download the datasets and run the demo.

make

The file that is running all of this is root2hdf5.py.

shd_sf13's People

Contributors

tlevine avatar matthewbellis avatar mattbellis avatar

Watchers

James Cloos 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.