Giter Club home page Giter Club logo

spectrocrunch's Introduction

SpectroCrunch: spectroscopic imaging library (XRF/XAS)

Getting started

Install dependencies:

git clone https://github.com/woutdenolf/spectrocrunch
. spectrocrunch/tools/linux-install-deps.sh [-u]

Install from PyPi:

pip install [--user] spectrocrunch

Install from source:

git clone https://github.com/woutdenolf/spectrocrunch
cd spectrocrunch
pip install [--user] .

Test:

# Test source:
python setup.py test

# Test installation:
python -m spectrocrunch.tests.test_all

# Test with options:
python -m unittest -v spectrocrunch.tests.test_all.test_suite
pytest spectrocrunch
nose2 -v spectrocrunch

# Individual tests
python -m unittest spectrocrunch.align.tests.test_align.test_align.test_centroid
pytest spectrocrunch/align/tests/test_align.py::test_align::test_centroid

Documentation:

Release: http://pythonhosted.org/spectrocrunch

Latest: http://spectrocrunch.readthedocs.io/en/latest/

Developers

Travis Status Master

Main development website: https://github.com/woutdenolf/spectrocrunch

Distribution website: https://pypi.python.org/pypi/spectrocrunch

Guidelines for contributors and project managers can be found in the developers guide.

Use without installation

git clone https://github.com/woutdenolf/spectrocrunch
cd spectrocrunch

To import modules from a package without installing the package, add the directory of the package to the PYTHONPATH environment variable or add this to the top of your script

import sys
sys.path.insert(1,'.../spectrocrunch')

Import as follows:

from spectrocrunch.align.alignElastix import alignElastix as align

spectrocrunch's People

Contributors

woutdenolf avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.