Last updated:
0 purchases
pherosensor 0.1.1
Toolbox for the inverse problem solution to identify sources of pheromone emission.
Free software: GNU Lesser General Public License v3 or later (LGPLv3+)
Installation
To install the package:
pip install pherosensor
Alternatively, you can download the sources with:
git clone https://forgemia.inra.fr/pherosensor/pherosensor-toolbox.git
and install them with:
pip install .
You can also install the in-development version with:
pip install git+ssh://[email protected]/pherosensor/pherosensor-toolbox.git@main
Development
To run all the tests run:
tox
Documentation
Documentations are available at ReadTheDocs <https://pherosensor-toolbox.readthedocs.io/en/latest/> _
Building the docs
Alternatively, you can compile the documentation of the current code version.
Install sphinx and sphinx-rtd-theme with:
pip install sphinx sphinx-rtd-theme
Then, you can do:
cd docs
and:
make html
The documentations (in html) are then stored in the folder ‘build/html’
Citation
Please cite the paper Biology-Informed inverse problems for insect pests detection using pheromone sensors by T.Malou et al. https://hal.inrae.fr/hal-04572831
Changelog
0.1.0 (2024-02-03)
VDA-BI toolbox used for the paper “Biology-Informed inverse problems for insect pests detection using pheromone sensors”
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.