Commit 0693df7
authored
Rebasing from upstream (#7)
* Create initial documentation
* Added tests for functions in Particle Analysis
Added testing functions for the following functions:
-ParticleAnalysis()
-store_image()
-store_maps()
-store_spectrum()
-get_composition()
* Added files for travis
Added travis yml file and requirements file for travis builds.
* Added test for particle list loading
* Update requirements.txt
Changed hyperspy dependency.
* Update requirements.txt
Updated PyQt5 requirements
* Update requirements.txt
* Syntax corrections
Corrected import syntax
* Revert "Syntax corrections"
This reverts commit 600e2bf.
* Updated import syntax
* Update .travis.yml
Added installation in virtual env
* Changed path to parameters file
* Updated the example notebook
* Improve Find Zone-axis procedure and bug fixes
Update find_zoneaxis and particleanalysis in order to more reliably find zone axes from noisy data.
Bug fixed in reading old segmentation parameters.
* Add kernel size for local thresholding
Added option to change the kernel size for local thresholding (was previously set to default 21 pixels).
* Changed max limits in SegUI
Changed the max values for the spin boxes in SegUI. They should now scale with the image size rather than being fixed to 99.
* Added Local Otsu
Added Local Otsu to thresholding options.
* Added (Local + Global) Otsu Threshold
Added Threshold Option that combines the result of the Local and Global Otsu Thresholds.
* Fixed uint8 bug
Fixed bug that would incorrectly scale integer images. Now converts to float before scaling.
* Update find_zoneaxis.py
* Updated requirements for uploading to PyPI
* Update README.md
* Update setup.py
Include check for PyQT5 import to avoid clash with pyqt package in conda.
* Update setup.py
* Updates for building a wheel
Updated file requirements in setup.py nad MANIFEST.in for correctly building.
* Update setup.py
Bug fix
* Update setup.py
* Add radial profile
Added function to plot a radial profile of signals from a particle.
Also added the option of defining the number of bins in the histogram plotters.
* Create requirements.txt
* Update to radial profile plotting
* Fix list issue and add radius marker.
- Finally fixed the issue to do with adding particles to previously created particle lists.
- Added a radius marker to the radial profiles.
* Update Particle Analysis to include zone axis determination
* Set theme jekyll-theme-architect
* Added tests for functions in Particle Analysis
Added testing functions for the following functions:
-ParticleAnalysis()
-store_image()
-store_maps()
-store_spectrum()
-get_composition()
* Added files for travis
Added travis yml file and requirements file for travis builds.
* Added test for particle list loading
* Update requirements.txt
Changed hyperspy dependency.
* Update requirements.txt
Updated PyQt5 requirements
* Update requirements.txt
* Syntax corrections
Corrected import syntax
* Revert "Syntax corrections"
This reverts commit 600e2bf.
* Updated import syntax
* Update .travis.yml
Added installation in virtual env
* Changed path to parameters file
* Updated the example notebook
* Improve Find Zone-axis procedure and bug fixes
Update find_zoneaxis and particleanalysis in order to more reliably find zone axes from noisy data.
Bug fixed in reading old segmentation parameters.
* Add kernel size for local thresholding
Added option to change the kernel size for local thresholding (was previously set to default 21 pixels).
* Changed max limits in SegUI
Changed the max values for the spin boxes in SegUI. They should now scale with the image size rather than being fixed to 99.
* Added Local Otsu
Added Local Otsu to thresholding options.
* Added (Local + Global) Otsu Threshold
Added Threshold Option that combines the result of the Local and Global Otsu Thresholds.
* Fixed uint8 bug
Fixed bug that would incorrectly scale integer images. Now converts to float before scaling.
* Update find_zoneaxis.py
* Updated requirements for uploading to PyPI
* Update README.md
* Update setup.py
Include check for PyQT5 import to avoid clash with pyqt package in conda.
* Update setup.py
* Updates for building a wheel
Updated file requirements in setup.py nad MANIFEST.in for correctly building.
* Update setup.py
Bug fix
* Update setup.py
* Add radial profile
Added function to plot a radial profile of signals from a particle.
Also added the option of defining the number of bins in the histogram plotters.
* Create requirements.txt
* Update to radial profile plotting
* Fix list issue and add radius marker.
- Finally fixed the issue to do with adding particles to previously created particle lists.
- Added a radius marker to the radial profiles.
* Update Particle Analysis to include zone axis determination
* Set theme jekyll-theme-architect
* Add initial documentation source files
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update README.md
* Revamped particle properties and added new properties
Revamped particle properties so that properties are held as a dictionary rather than as separate class members.
Added eccentricity, major and minor axes and equivalent circular diameter to properties.
Added new plot function to particle list that plots a histogram of any particle property.
* Minor corrections
Updated diameter equation and modified property names.
* Fix tests
* Update .travis.yml
* Update doc strings
* Documentation Update
Updated documentation to include page on segmentation.
* Add particle intensity
Added total particle intensity measure.
* Add Particle Analysis Documentation1 parent 7e74bc8 commit 0693df7
55 files changed
Lines changed: 15852 additions & 29 deletions
File tree
- ParticleSpy
- tests
- docs
- _build
- doctrees
- html
- _sources
- _static
- _static
- source
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
83 | 92 | | |
84 | 93 | | |
85 | | - | |
| 94 | + | |
86 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
87 | 102 | | |
88 | 103 | | |
89 | | - | |
| 104 | + | |
90 | 105 | | |
91 | 106 | | |
92 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
265 | 268 | | |
266 | 269 | | |
267 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
13 | 37 | | |
14 | 38 | | |
15 | 39 | | |
16 | 40 | | |
17 | 41 | | |
18 | 42 | | |
19 | | - | |
20 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
21 | 51 | | |
22 | 52 | | |
23 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
24 | 60 | | |
25 | 61 | | |
26 | 62 | | |
| |||
64 | 100 | | |
65 | 101 | | |
66 | 102 | | |
67 | | - | |
| 103 | + | |
68 | 104 | | |
69 | 105 | | |
70 | | - | |
| 106 | + | |
71 | 107 | | |
72 | 108 | | |
73 | 109 | | |
| |||
78 | 114 | | |
79 | 115 | | |
80 | 116 | | |
81 | | - | |
| 117 | + | |
82 | 118 | | |
83 | 119 | | |
84 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
85 | 146 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
11 | 26 | | |
12 | 27 | | |
13 | 28 | | |
| |||
20 | 35 | | |
21 | 36 | | |
22 | 37 | | |
23 | | - | |
| 38 | + | |
24 | 39 | | |
25 | 40 | | |
26 | 41 | | |
| |||
85 | 100 | | |
86 | 101 | | |
87 | 102 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
93 | 106 | | |
94 | | - | |
95 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
96 | 120 | | |
97 | 121 | | |
98 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments