Warning

This tools is not maintened anymore. For a similar tools please go to AITA-book : https://thomaschauve.github.io/AITA-book/docs/intro.html

Welcome to AITA Toolbox’s documentation!

AITA Toolbox is a python tools created to work on orientation map such as the one obtained using optical measurement (birefringence).

It is an open source code under GPL-v3.

There is no guarantee if you are using it.

It has been tested with python 3.8

Installation

From pip

python 3.8 is require

pip install AITAToolbox

From repository

You can clone the repository :

git clone https://github.com/ThomasChauve/aita
cd aita/

Create a new environement envAITA by default

You cand directly install the new conda environement

conda env create --name envAITA -f environment.yml

Using AITAToolbox

You need to run python in the good environement using :

conda activate envAITA

Then you will find all the package in python using

import AITAToolbox

Devellopement

If you want to add new function in the Toolbox you run in aita folder

pip install -e .

Contact

Author

Thomas Chauve

Contact

thomas.chauve@univ-grenoble-alpes.fr

organization

IGE

status

This is a “work in progress”

version

2.1

Indices and tables