waveorder 2.1.0__py3-none-any.whl → 2.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,25 @@
1
+ waveorder/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ waveorder/_version.py,sha256=pbL_Q6fDSZl5UbKP04ZFdzrJpd1PO1gH7IwJCwLV7mk,411
3
+ waveorder/background_estimator.py,sha256=gCIO6-232H0CGH4o6gnqW9KSYGOrXf5E9nD67WeF304,12399
4
+ waveorder/correction.py,sha256=N0Ic6mqw3U7mqow4dKTOkNx2QYOLwedGNH7HiKV-M6s,3460
5
+ waveorder/focus.py,sha256=4mg84Fe4V-oFplsuaU_VQU1_TEDoEfPggIAv6Is2dE4,6312
6
+ waveorder/optics.py,sha256=Z0N9IN5AJ563eOISlFVJLS5K7lyfSjOcHVkzcLSKP1E,44325
7
+ waveorder/sampling.py,sha256=OAqlfjEemX6tQV2a2S8X0wQx9JCSykcvVxvKr1CY3H0,2521
8
+ waveorder/stokes.py,sha256=Wk9ZimzICIZLh1CkB0kQSCSBLeugkDeydwXTPd-M-po,15186
9
+ waveorder/util.py,sha256=goT2OD6Zej4v3RT1tu_XAQtDWi94HiDlL4pJk2itt6s,71272
10
+ waveorder/waveorder_reconstructor.py,sha256=SSSru4TOLB1VUOWMLHzMSboMbazgfslFXrjOpnwmqFk,152107
11
+ waveorder/waveorder_simulator.py,sha256=_HCmDZkACUGzgwnaI-q0PjsL1gRE55IQuaWw-wtAjCU,45856
12
+ waveorder/models/inplane_oriented_thick_pol3d.py,sha256=jEpMcAZ6tIg9Kg-lHpbH0vBAphSGZGUAqLyDc0hv_bs,5979
13
+ waveorder/models/inplane_oriented_thick_pol3d_vector.py,sha256=09-Qu6Ka3S2GmkcmGIyVbQCYP1I_S9O1HvDBZDQ7AlQ,10817
14
+ waveorder/models/isotropic_fluorescent_thick_3d.py,sha256=TuE5QlScy6pdCZyrWJifJ6UJMQT15lv8HhkNa_cQfFs,6713
15
+ waveorder/models/isotropic_thin_3d.py,sha256=c-1eKknNWKxDiMNUi0wBf6YeXhUQiUR-zguH8M7En_k,10941
16
+ waveorder/models/phase_thick_3d.py,sha256=2gq5pd6BPxDmkqnf9bvbOfraD2CeGBr0GU1s9cYBTms,8374
17
+ waveorder/visuals/jupyter_visuals.py,sha256=w-vlMtfyl3I1ACNfYIW4fbS9TIMAVittNj3GbjlRYz4,58121
18
+ waveorder/visuals/matplotlib_visuals.py,sha256=e-4LrHPFU--j3gbUoZrO8WHpDIYNZDFu8vqBZyhyiG4,10922
19
+ waveorder/visuals/napari_visuals.py,sha256=gI420pgOzun4Elx__txdk1eEBcTIBB6Gpln-6n8Wo1k,2385
20
+ waveorder/visuals/utils.py,sha256=6vdZmpvFGHwSwxeV8vCKWQ0MBOrDokSIJhjdBtJLHeM,1002
21
+ waveorder-2.2.0.dist-info/LICENSE,sha256=auz4oGH1A-xZtoiR2zuXIk-Hii4v9aGgFVBqn7nfpms,1509
22
+ waveorder-2.2.0.dist-info/METADATA,sha256=D7tFPrufseWBEz4-kPpR6pejV_GtA91ll7SsO4u3qas,9677
23
+ waveorder-2.2.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
24
+ waveorder-2.2.0.dist-info/top_level.txt,sha256=i3zReXiiMTnyPk93W7aEz_oEfsLnfR_Kzl7PW7kUslA,10
25
+ waveorder-2.2.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,124 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: waveorder
3
- Version: 2.1.0
4
- Summary: Wave optical simulations and deconvolution of optical properties
5
- Home-page: https://github.com/mehta-lab/waveorder
6
- Author: Computational Microscopy Platform, CZ Biohub
7
- Author-email: shalin.mehta@czbiohub.org
8
- License: BSD 3-Clause License
9
- Project-URL: Bug Tracker, https://github.com/mehta-lab/waveorder/issues
10
- Project-URL: Documentation, https://github.com/mehta-lab/waveorder
11
- Project-URL: Source Code, https://github.com/mehta-lab/waveorder
12
- Project-URL: User Support, https://github.com/mehta-lab/waveorder/issues
13
- Classifier: Development Status :: 4 - Beta
14
- Classifier: Intended Audience :: Science/Research
15
- Classifier: License :: OSI Approved :: BSD License
16
- Classifier: Programming Language :: Python :: 3 :: Only
17
- Classifier: Programming Language :: Python :: 3.8
18
- Classifier: Programming Language :: Python :: 3.9
19
- Classifier: Programming Language :: Python :: 3.10
20
- Classifier: Topic :: Scientific/Engineering
21
- Classifier: Topic :: Scientific/Engineering :: Image Processing
22
- Classifier: Topic :: Scientific/Engineering :: Visualization
23
- Classifier: Topic :: Scientific/Engineering :: Information Analysis
24
- Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
25
- Classifier: Operating System :: Microsoft :: Windows
26
- Classifier: Operating System :: POSIX
27
- Classifier: Operating System :: Unix
28
- Classifier: Operating System :: MacOS
29
- Requires-Python: >=3.8
30
- Description-Content-Type: text/markdown
31
- License-File: LICENSE
32
- Requires-Dist: numpy >=1.21
33
- Requires-Dist: matplotlib >=3.1.1
34
- Requires-Dist: scipy >=1.3.0
35
- Requires-Dist: pywavelets >=1.1.1
36
- Requires-Dist: ipywidgets >=7.5.1
37
- Requires-Dist: torch >=2.0.0
38
- Provides-Extra: dev
39
- Requires-Dist: flake8 ; extra == 'dev'
40
- Requires-Dist: pytest >=5.0.0 ; extra == 'dev'
41
- Requires-Dist: pytest-cov ; extra == 'dev'
42
-
43
- # waveorder
44
-
45
- ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/waveorder)
46
- [![Downloads](https://pepy.tech/badge/waveorder)](https://pepy.tech/project/waveorder)
47
- [![Python package index](https://img.shields.io/pypi/v/waveorder.svg)](https://pypi.org/project/waveorder)
48
- [![Development Status](https://img.shields.io/pypi/status/napari.svg)](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha)
49
-
50
- This computational imaging library enables wave-optical simulation and reconstruction of optical properties that report microscopic architectural order.
51
-
52
- ## Computational label-free imaging
53
-
54
- This vectorial wave simulator and reconstructor enabled the development of a new label-free imaging method, __permittivity tensor imaging (PTI)__, that measures density and 3D orientation of biomolecules with diffraction-limited resolution. These measurements are reconstructed from polarization-resolved images acquired with a sequence of oblique illuminations.
55
-
56
- The acquisition, calibration, background correction, reconstruction, and applications of PTI are described in the following [preprint](https://doi.org/10.1101/2020.12.15.422951):
57
-
58
- ```bibtex
59
- L.-H. Yeh, I. E. Ivanov, B. B. Chhun, S.-M. Guo, E. Hashemi, J. R. Byrum, J. A. Pérez-Bermejo, H. Wang, Y. Yu, P. G. Kazansky, B. R. Conklin, M. H. Han, and S. B. Mehta, "uPTI: uniaxial permittivity tensor imaging of intrinsic density and anisotropy," bioRxiv 2020.12.15.422951 (2020).
60
- ```
61
-
62
- In addition to PTI, `waveorder` enables simulations and reconstructions of subsets of label-free measurements with subsets of the acquired data:
63
-
64
- 1. Reconstruction of 2D or 3D phase, projected retardance, and in-plane orientation from a polarization-diverse volumetric brightfield acquisition ([QLIPP](https://elifesciences.org/articles/55502))
65
-
66
- 2. Reconstruction of 2D or 3D phase from a volumetric brightfield acquisition ([2D](https://www.osapublishing.org/ao/abstract.cfm?uri=ao-54-28-8566)/[3D (PODT)](https://www.osapublishing.org/ao/abstract.cfm?uri=ao-57-1-a205) phase)
67
-
68
- 3. Reconstruction of 2D or 3D phase from an illumination-diverse volumetric acquisition ([2D](https://www.osapublishing.org/oe/fulltext.cfm?uri=oe-23-9-11394&id=315599)/[3D](https://www.osapublishing.org/boe/fulltext.cfm?uri=boe-7-10-3940&id=349951) differential phase contrast)
69
-
70
- PTI provides volumetric reconstructions of mean permittivity ($\propto$ material density), differential permittivity ($\propto$ material anisotropy), 3D orientation, and optic sign. The following figure summarizes PTI acquisition and reconstruction with a small optical section of the mouse brain tissue:
71
-
72
- ![Data_flow](https://github.com/mehta-lab/waveorder/blob/main/readme.png?raw=true)
73
-
74
-
75
- The [examples](https://github.com/mehta-lab/waveorder/tree/main/examples) illustrate simulations and reconstruction for 2D QLIPP, 3D PODT, and 2D/3D PTI methods.
76
-
77
- If you are interested in deploying QLIPP or PODT for label-free imaging at scale, checkout our [napari plugin](https://www.napari-hub.org/plugins/recOrder-napari), [`recOrder-napari`](https://github.com/mehta-lab/recOrder).
78
-
79
- ## Correlative imaging
80
-
81
- In addition to label-free reconstruction algorithms, `waveorder` also implements widefield fluorescence and fluorescence polarization reconstruction algorithms for correlative label-free and fluorescence imaging.
82
-
83
- 1. Correlative measurements of biomolecular density and orientation from polarization-diverse widefield imaging ([multimodal Instant PolScope](https://opg.optica.org/boe/fulltext.cfm?uri=boe-13-5-3102&id=472350))
84
-
85
- We provide an [example notebook](https://github.com/mehta-lab/waveorder/blob/main/examples/documentation/fluorescence_deconvolution/fluorescence_deconv.ipynb) for widefield fluorescence deconvolution.
86
-
87
- ## Citation
88
-
89
- Please cite this repository, along with the relevant preprint or paper, if you use or adapt this code. The citation information can be found by clicking "Cite this repository" button in the About section in the right sidebar.
90
-
91
- ## Installation
92
-
93
- (Optional but recommended) install [anaconda](https://www.anaconda.com/products/distribution) and create a virtual environment:
94
-
95
- ```sh
96
- conda create -y -n waveorder python=3.9
97
- conda activate waveorder
98
- ```
99
-
100
- Install `waveorder` from PyPI:
101
-
102
- ```sh
103
- pip install waveorder
104
- ```
105
-
106
- Use `waveorder` in your scripts:
107
-
108
- ```sh
109
- python
110
- >>> import waveorder
111
- ```
112
-
113
- (Optional) Download the repository, install `jupyter`, and experiment with the example notebooks
114
-
115
- ```sh
116
- git clone https://github.com/mehta-lab/waveorder.git
117
- pip install jupyter
118
- jupyter notebook ./waveorder/examples/
119
- ```
120
-
121
- (M1 users) `pytorch` has [incomplete GPU support](https://github.com/pytorch/pytorch/issues/77764),
122
- so please use `export PYTORCH_ENABLE_MPS_FALLBACK=1`
123
- to allow some operators to fallback to CPU
124
- if you plan to use GPU acceleration for polarization reconstruction.
@@ -1,20 +0,0 @@
1
- waveorder/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- waveorder/_version.py,sha256=N_eoCB5RSZeFANRJsHZ9FylE5ILLKrp6YmjX8ezqFpA,411
3
- waveorder/background_estimator.py,sha256=gCIO6-232H0CGH4o6gnqW9KSYGOrXf5E9nD67WeF304,12399
4
- waveorder/correction.py,sha256=N0Ic6mqw3U7mqow4dKTOkNx2QYOLwedGNH7HiKV-M6s,3460
5
- waveorder/focus.py,sha256=bx6mbYdCJlKnS68344kFO0_qqowbpI3JNlV4ouT3vJo,6125
6
- waveorder/optics.py,sha256=64vFUq8DmmaHqBjXdLifWlnwpoXloQYsvm2KWTV7dkE,37478
7
- waveorder/stokes.py,sha256=Wk9ZimzICIZLh1CkB0kQSCSBLeugkDeydwXTPd-M-po,15186
8
- waveorder/util.py,sha256=3k810fpb7pIEcc4fii6gP4wTerxCtFYgG82SiDzUTtQ,69898
9
- waveorder/visual.py,sha256=SFzkQdMit3HyqTqrgzX4w5bRwz8QuwGumzVayi3DwDM,58171
10
- waveorder/waveorder_reconstructor.py,sha256=5-jlbK8gcJqHbFhiWt-TcETV5cdLHSAXq9O3JupPXD0,151942
11
- waveorder/waveorder_simulator.py,sha256=_HCmDZkACUGzgwnaI-q0PjsL1gRE55IQuaWw-wtAjCU,45856
12
- waveorder/models/inplane_oriented_thick_pol3d.py,sha256=Z7rfufrDeEkUYf2MlZsXyvKsZWHIJWujK357_z1BBg0,5809
13
- waveorder/models/isotropic_fluorescent_thick_3d.py,sha256=H6BFI25PaWXhtx62Gsf42Y85cCdflwhKk_nKlcuD9T8,5007
14
- waveorder/models/isotropic_thin_3d.py,sha256=E__ly_xF6Tw_bHLSHHPpd3p60t01LhIPiFrqfd5u1r4,8493
15
- waveorder/models/phase_thick_3d.py,sha256=U3RMHCFaKvxptoARt_lyJEHMElfj1tSJpVHJNnceIcs,7158
16
- waveorder-2.1.0.dist-info/LICENSE,sha256=auz4oGH1A-xZtoiR2zuXIk-Hii4v9aGgFVBqn7nfpms,1509
17
- waveorder-2.1.0.dist-info/METADATA,sha256=IsQbwt64BSCXnO1CboPAFOWUPiUzMoD7gK0LQBSHcqM,6656
18
- waveorder-2.1.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
19
- waveorder-2.1.0.dist-info/top_level.txt,sha256=i3zReXiiMTnyPk93W7aEz_oEfsLnfR_Kzl7PW7kUslA,10
20
- waveorder-2.1.0.dist-info/RECORD,,