Project

General

Profile

Actions

Ptolemy installation and setup » History » Revision 1

Revision 1/3 | Next »
Anchi Cheng, 03/15/2022 02:58 PM


Ptolemy installation and setup

Automated square and hole finders are added to leginon to use Ptolemy (https://arxiv.org/abs/2112.01534) to determine optimal targets using computer vision algorithm and Convolutional Neural Network trained on user target selections accumulated at Simons Electron Microscopy Center at New York Biology Center (SEMC@NYSBC.

This implementation requires Ptolemy which has a separate license. For this release, the communication is through command line interface and rely on shared file system.

  • At SEMC@NYSBC, Ptolemy, which was tested on python 3.9, runs in anaconda environment on the same CentOS7 computer where the main leginon process is.

Install Ptolemy and setup shell scripts to use its cli for grid square finding and exposure target hole finding

Upload MSI-Ptolemy application into leginon database

Follow the instruction in web application tools
  • Note: If your system needs two Leginon client opened, each on a different pc, use MSi-Ptolemy2.xml

If you have your own application you can do the following replacement by editing your application :

Square Targeting Node : MosaicClickTargetFinder class => MosaicScoreTargetFinder
Exposure Targeting Node: JAHCFinder => ScoreTargetFinder

Updated by Anchi Cheng over 2 years ago · 1 revisions