A Python package for APIC functionality
Project description
pyAPIC
Terminology
Recent versions adopt clearer naming for acquisition parameters:
| New name | Old name | Description |
|---|---|---|
illum_px |
freqXY_calib |
LED positions in pixel coordinates |
illum_na |
na_calib |
LED positions expressed in NA units |
system_na |
na_cal |
System numerical aperture |
system_na_px |
na_rp_cal |
System NA in pixel units |
pixel_size |
dpix_c |
Camera pixel size |
The old attribute names remain available as aliases for backward compatibility but new code should prefer the terms above.
Development setup
Install runtime dependencies:
pip install -r requirements.txt
Then install the package with its development extras:
pip install -e .[dev]
This provides tooling for testing and linting the project.
Public API
The following convenience imports are available from the top-level package:
from pyAPIC import (
Case,
ImagingData,
ReconParams,
load_mat,
to_pixel_coords,
)
They mirror the underlying modules located in pyAPIC.core and
pyAPIC.io and may be used in examples and user code.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file apic_tools-0.1.0.tar.gz.
File metadata
- Download URL: apic_tools-0.1.0.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
028f6002d0f32baa33d2e0087a236715bcf4a504ba74c1cce1a72cbf0d8c37a1
|
|
| MD5 |
3788a95a475bb6421f854055ecc1f4d5
|
|
| BLAKE2b-256 |
5c6cf46413d2507e3b36f7cf7d57dd983f3074d912cb92fb080906889e1b6d0b
|
File details
Details for the file apic_tools-0.1.0-py3-none-any.whl.
File metadata
- Download URL: apic_tools-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b706b471ec0dd6629c8a2f66206e6195daae5157bc6536113a85ef8b8b76dc23
|
|
| MD5 |
93df78c5c61db4e01c1dd2736f556abd
|
|
| BLAKE2b-256 |
e9e83dc953d5f1dd7f4e01c56f836acd064f31f4a86301a5b5ab9c8cb4a9039b
|