Skip to content

Implements grid matching of a template grid to an observed image

Notifications You must be signed in to change notification settings

schackv/graphene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphene

Implements grid matching of a template grid to an observed image

Please cite!

Please remember to cite the following paper when using any of this software for publications:

Vestergaard, J. S.; Kling, J. S.; Dahl, Anders B.; Hansen, Thomas W.; Wagner, Jakob B and Larsen, R., Structure identification in high-resolution transmission electron microscopy images: an example on graphene, accepted for Microscopy and Microanalysis, 2014.

External dependencies

This package uses dm3lib_v099.py to read DM3 files. A Python 3.x version of this file is included as graphene/dm3lib_v099.py.

All credit goes to the author of the library at

https://code.google.com/p/diffraction-ring-profiler

where the original version of dm3lib_v099.py can be found.

Parameter tuning notes

In case you run the full pipeline and don't get the desired results, check the interemediate results before giving up! Also, use logging='DEBUG' in gridmatching.main() for troubleshooting.

Remember that no points are removed after the alternating graphcut procedure, they are only moved spatially.

Therefore check whether the local minima detection detects enough points; if it doesn't, focus on the parameters for that part. If too many points disappear due to the alternating graphcut, focus on the parameters for that part.

If the points are not positioned as you would expect, try tweaking the parameter 'beta' for the fine adjustment algorithm. In the extreme case of beta=0, there should be no spatial homogeneity - the points should end up in the closest local minimum. In the other extreme, they should position themselves such that the edge lengths are as homogeneous as possible. If you do not recognize this pattern from the experiments, make sure that a sufficient number of iterations are allowed for the simulated annealing, and perhaps play around with the temperature scheme.

Have fun! Jacob V.

About

Implements grid matching of a template grid to an observed image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages