SAiryscan
SAiryscan is a python proof of concept of the algorithms developed in the publication: Optic letters
The implementation is based on PyTorch for it capabilities of using the GPU if available.
Documentation
The documentation is available here.
Quick start
The easiest way to use the code without modifications is to use de command line interface:
airyscan -i celegans.czi -r SRegisterPosition -m ISM -o celegans_ism.tiff
To build pipeline please refer to the API documentation guide
For development
Install dev dependencies
pip install -r requirements.txt
Run the tests
pytest sairyscan
Check PEP8
pylint sairyscan
Build the documentation
The documentation is written with Sphinx. To build is run the commands:
cd docs
pipenv run sphinx-build -b html ./source ./build
Release files for sairyscan 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sairyscan-0.0.3.tar.gz | 2.9 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sairyscan-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:5.9 MB
Release files / sairyscan-0.0.3.tar.gz
| Download URL | sairyscan-0.0.3.tar.gz |
|---|---|
| Size | 2.9 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7e782e5d6ddfe6d036aec257c703a8131d6abb16f1ce3a32960539df72a3362c
|
|
BLAKE2b-256 checksum How to use checksums |
f3fec2358c6c9bfc6e90cc83b7da358004816034f74991dd4bc2dd3165359a33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.5
|
Release files / sairyscan-0.0.3-py3-none-any.whl
| Download URL | sairyscan-0.0.3-py3-none-any.whl |
|---|---|
| Size | 3.0 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d90f1103402becf98694139b6aef11101b5c4d37d345b7652226e83106f35675
|
|
BLAKE2b-256 checksum How to use checksums |
76ceeba3590753cd16e7feed9226db60667ca16f221a4e87880f2181c037cc56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.5
|