Coder Social home page Coder Social logo

bmjoshi / coffea Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coffeateam/coffea

0.0 0.0 0.0 20.07 MB

Basic tools and wrappers for enabling not-too-alien syntax when running columnar Collider HEP analysis.

Home Page: https://coffeateam.github.io/coffea/

License: BSD 3-Clause "New" or "Revised" License

Python 54.52% Jupyter Notebook 44.90% Dockerfile 0.30% Shell 0.28%

coffea's Introduction

coffea - Columnar Object Framework For Effective Analysis

https://codecov.io/gh/CoffeaTeam/coffea/branch/master/graph/badge.svg?event=schedule

Basic tools and wrappers for enabling not-too-alien syntax when running columnar Collider HEP analysis.

coffea is a prototype package for pulling together all the typical needs of a high-energy collider physics (HEP) experiment analysis using the scientific python ecosystem. It makes use of uproot and awkward-array to provide an array-based syntax for manipulating HEP event data in an efficient and numpythonic way. There are sub-packages that implement histogramming, plotting, and look-up table functionalities that are needed to convey scientific insight, apply transformations to data, and correct for discrepancies in Monte Carlo simulations compared to data.

coffea also supplies facilities for horizontally scaling an analysis in order to reduce time-to-insight in a way that is largely independent of the resource the analysis is being executed on. By making use of modern big-data technologies like Apache Spark, parsl, Dask , and Work Queue, it is possible with coffea to scale a HEP analysis from a testing on a laptop to: a large multi-core server, computing clusters, and super-computers without the need to alter or otherwise adapt the analysis code itself.

coffea is a HEP community project collaborating with iris-hep and is currently a prototype. We welcome input to improve its quality as we progress towards a sensible refactorization into the scientific python ecosystem and a first release. Please feel free to contribute at our github repo!

Installation

Install coffea like any other Python package:

pip install coffea

or similar (use sudo, --user, virtualenv, or pip-in-conda if you wish). For more details, see the Installing coffea section of the documentation.

Strict dependencies

The following are installed automatically when you install coffea with pip:

  • numpy (1.15+);
  • uproot for interacting with ROOT files and handling their data transparently;
  • awkward-array to manipulate complex-structured columnar data, such as jagged arrays;
  • numba just-in-time compilation of python functions;
  • scipy for many statistical functions;
  • matplotlib as a plotting backend;
  • and other utility packages, as enumerated in setup.py.

Documentation

All documentation is hosted at https://coffeateam.github.io/coffea/

coffea's People

Contributors

lgray avatar nsmith- avatar andrzejnovak avatar pfackeldey avatar btovar avatar jayjeetatgithub avatar nikoladze avatar gordonwatts avatar dthain avatar dntaylor avatar bfis avatar bengalewsky avatar kondratyevd avatar paulgessinger avatar jpata avatar jrueb avatar annawoodard avatar zsurma avatar kpedro88 avatar dnoonan08 avatar kmohrman avatar lukasheinrich avatar aminnj avatar reikdas avatar danbarto avatar yimuchen avatar irenedutta23 avatar jmduarte avatar areinsvo 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.