Git Product home page Git Product logo

htto's Introduction

HTTO (High Throughput TOmography pipeline)

  • A Python tool for parallel read of h5 tomographic data using MPI protocols
  • The data can be re-chunked, saved and re-loaded (e.g. projection or sinogram-wise)
  • The data is then can be processed by any tomographic packages, e.g. TomoPy, ASTRA

Setup a Development Environment:

Using VScode Dev Containers

  • Clone the repository from GitHub using git clone [email protected]:dkazanc/HTTO.git
  • Open the directory in VSCode and follow the prompts in the bottom right

Using Conda

  • Clone the repository from GitHub using git clone [email protected]:dkazanc/HTTO.git
  • Install dependencies from the environment file conda env create htto --file conda/environment.yml
  • Activate the environment with conda activate htto
  • Install the enviroment in development mode with python setup.py develop

Install as a Python module

  • Ensure all nessacary dependencies are present in the environment (you may wish to refer to the Using Conda directions above)
  • Install the module with python setup.py install

Building the Container

  • Execute docker build . --tag htto

Running the code:

Using the python module

  • Install the module as described in
  • Simply execute the python module with python -m htto <args>
  • For help with the command line interface simply execute python -m htto --help

In a Container

  • Build the container as described in Building the Container
  • Run the container with docker run htto <args>
  • For help with the command line interface simply execute docker run htto python -m htto --help

htto's People

Contributors

dkazanc avatar garryod avatar jacob720 avatar yousefmoazzam avatar

Watchers

 avatar

Forkers

garryod

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.