LBEM-CH / focus

High Throughput Electron Microscopy Image Processing Software
http://www.focus-em.org
GNU General Public License v2.0
35 stars 14 forks source link

Single Particle functions in FullScreenBrowser #160

Closed sthennin closed 7 years ago

sthennin commented 7 years ago

Wishlist: GAUTOMATCH requires as input parameter an expected particle diameter (gautomatch_diameter) and a CrossCorrelation Cutoff value (gautomatch_cc_cutoff). GAUTOMATCH produces a band-pass filtered version of the image ${movie_stackname}_bgfree.mrc, which is now displayed in the GUI of FOCUS also. GAUTOMATCH also produces a STAR file ${movie_stackname}_automatch.star with the X/Y coordinates and the CCvalue of identified particles.

When double-clicking on the band-pass filtered image (or the original image), the full-screen browser should be able to display the identified particle positions from that STAR file with circles that have the diameter that was specified as input parameter for FOCUS. The color of the circles could be a function of the CC value of that particle. This would ideally be available upon pressing "p".

nikhilbiyani commented 7 years ago

Implemented