Giter Club home page Giter Club logo

facet-e320's Introduction

E320 Python package

This is a collection of code for the FACET experiment E-320. However, anything related to data access and analysis at FACET is welcome here.

Contents and Use

  1. To use the python routines, just type import E320 from anywhere. No need to copy the files after the package is installed.

  2. E320.camviewer contains a python camera view application. Run it like any other python package with
    python -m E320.camviewer
    from anywhere.

  3. The cameraserver is written in C and there not installed with the package. It is located in tools/vimbaserver.

Installation for Users

  • Clone or download the repository and install it using
pip install --user .

within your python environment you intend using it in.

  • Test your installation by trying to import the package with import E320 from another directory.

Installation for Developers

  • Clone or download the repository and install it in editable mode using
pip install --user -e .

which will link the current directory into the python search path. Please read the Contributing Guidelines if you whish to contribute to the code.

  • Test your installation by trying to import the package with import E320 from another directory.

  • Run ./run-tests.sh for automatic testing before any commit.

facet-e320's People

Contributors

smeuren avatar skuschel avatar

Stargazers

 avatar

Watchers

Karl Gumerlock avatar  avatar Matt Gibbs avatar Steffen Luitz avatar  avatar Tony Johnson avatar Ryan Herbst avatar  avatar

Forkers

smeuren

facet-e320's Issues

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.