Implementation of the autofocus method MAPFoSt. Publication: Binding J, Mikula S, Denk W. Low-dosage Maximum-A-Posteriori Focusing and Stigmation. Microsc Microanal. 2013
Project description
mapfost
mapfost is a python implementation of the autofocus method MAPFoST introduced in the publication Binding J, Mikula S, Denk W. Low-dosage Maximum-A-Posteriori Focusing and Stigmation. Microsc Microanal. 2013
Installation
Use the package manager pip to install mapfost
pip install mapfost
Usage
import mapfost as mf
res = mf.est_aberr([test_im1, test_im2])
Example
run the script run_sample.py
mf.test_installation()
Expected output is a scipy.optimize.minimize object (as shown below).
The x key in the following object is the estimated aberration vector.
hess_inv: <3x3 LbfgsInvHessProduct with dtype=float64>
jac: array([ 195312.50118701, -195312.50118701, 390624.9980372 ])
message: 'CONVERGENCE: REL_REDUCTION_OF_F_<=_FACTR*EPSMCH'
nfev: 24
nit: 5
njev: 6
status: 0
success: True
x: array([-1.10622, -1.31151, 0.58894])
...Installation Test Successful...
[-1.10622 -1.31151 0.58894]
License
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 Distributions
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 mapfost-4.3.1-py3-none-any.whl.
File metadata
- Download URL: mapfost-4.3.1-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c781eae64b0391f75f0f8e5ac585463df63f04780c6f85703996c13f3dc155e
|
|
| MD5 |
37070187f2137cffd51beecfececa4ec
|
|
| BLAKE2b-256 |
0bf5a0caa15326289e147178178c882da67b4bc3dcbdf8f02fa096b4b50f7969
|