lattice-sub 1.1.0__py3-none-any.whl → 1.1.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lattice-sub
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Lattice subtraction for cryo-EM micrographs - removes periodic crystal signals to reveal non-periodic features
5
5
  Author-email: George Stephenson <george.stephenson@colorado.edu>, Vignesh Kasinath <vignesh.kasinath@colorado.edu>
6
6
  License: MIT
@@ -56,7 +56,7 @@ Dynamic: license-file
56
56
 
57
57
  **Remove periodic lattice patterns from cryo-EM micrographs to reveal non-periodic features.**
58
58
 
59
- ![Example Result](docs/images/example_comparison.png)
59
+ ![Example Result](https://raw.githubusercontent.com/gsstephenson/cryoem-lattice-subtraction/main/docs/images/example_comparison.png)
60
60
 
61
61
  ---
62
62
 
@@ -277,7 +277,7 @@ Version 1.1.0 introduces two major optimizations that make the tool both **faste
277
277
 
278
278
  **Result:** Each image gets its optimal threshold automatically.
279
279
 
280
- ![Threshold Distribution Analysis](docs/images/threshold_analysis.png)
280
+ ![Threshold Distribution Analysis](https://raw.githubusercontent.com/gsstephenson/cryoem-lattice-subtraction/main/docs/images/threshold_analysis.png)
281
281
 
282
282
  #### 2. GPU-Accelerated Background Subtraction (Kornia)
283
283
 
@@ -1,5 +1,5 @@
1
- lattice_sub-1.1.0.dist-info/licenses/LICENSE,sha256=2kPoH0cbEp0cVEGqMpyF2IQX1npxdtQmWJB__HIRSb0,1101
2
- lattice_subtraction/__init__.py,sha256=8yxwSSUuPmM7oHH-3aL_M2gqHu6AQ3l2UIeElr7flTo,1737
1
+ lattice_sub-1.1.1.dist-info/licenses/LICENSE,sha256=2kPoH0cbEp0cVEGqMpyF2IQX1npxdtQmWJB__HIRSb0,1101
2
+ lattice_subtraction/__init__.py,sha256=vf7WXWL8OEJe1Ez3Xg7vXMmlIj9LD5uqv_bAvkQ81co,1737
3
3
  lattice_subtraction/batch.py,sha256=sTDWEL5FlEx2HFaJsTZRXyzLQoNCgUqRo900eZ6kq68,12005
4
4
  lattice_subtraction/cli.py,sha256=o_a7vv0M3sGW-NL64vopxr5FJ35Zs_F_h2824QjtN4g,23566
5
5
  lattice_subtraction/config.py,sha256=dh8EJFzJEEXwwggQ46rBMHsuVOExQWM-kCfonT94_fE,8111
@@ -10,8 +10,8 @@ lattice_subtraction/processing.py,sha256=tmnj5K4Z9HCQhRpJ-iMd9Bj_uTRuvDEWyUenh8M
10
10
  lattice_subtraction/threshold_optimizer.py,sha256=yEsGM_zt6YjgEulEZqtRy113xOFB69aHJIETm2xSS6k,15398
11
11
  lattice_subtraction/ui.py,sha256=Sp_a-yNmBRZJxll8h9T_H5-_KsI13zGYmHcbcpVpbR8,9176
12
12
  lattice_subtraction/visualization.py,sha256=pMZKcz6Xgs98lLaZbvGjoMIyEYA_MLRracVxpQStC3w,5935
13
- lattice_sub-1.1.0.dist-info/METADATA,sha256=iHH_doDSJTdYu0Y-mTqo19_x4kyKCb-kEhkL7qVYjFY,12399
14
- lattice_sub-1.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
- lattice_sub-1.1.0.dist-info/entry_points.txt,sha256=o8PzJR8kFnXlKZufoYGBIHpiosM-P4PZeKZXJjtPS6Y,61
16
- lattice_sub-1.1.0.dist-info/top_level.txt,sha256=BOuW-sm4G-fQtsWPRdeLzWn0WS8sDYVNKIMj5I3JXew,20
17
- lattice_sub-1.1.0.dist-info/RECORD,,
13
+ lattice_sub-1.1.1.dist-info/METADATA,sha256=xKcyhD3xPogsYam27fvXA7bzxB84vT_P1YSO1_b6Ik4,12557
14
+ lattice_sub-1.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ lattice_sub-1.1.1.dist-info/entry_points.txt,sha256=o8PzJR8kFnXlKZufoYGBIHpiosM-P4PZeKZXJjtPS6Y,61
16
+ lattice_sub-1.1.1.dist-info/top_level.txt,sha256=BOuW-sm4G-fQtsWPRdeLzWn0WS8sDYVNKIMj5I3JXew,20
17
+ lattice_sub-1.1.1.dist-info/RECORD,,
@@ -19,7 +19,7 @@ Example:
19
19
  >>> result.save("output.mrc")
20
20
  """
21
21
 
22
- __version__ = "1.1.0"
22
+ __version__ = "1.1.1"
23
23
  __author__ = "George Stephenson & Vignesh Kasinath"
24
24
 
25
25
  from .config import Config