Metadata-Version: 1.1
Name: junker
Version: 0.2.0
Summary: Junker
Home-page: UNKNOWN
Author: Robert A. McLeod
Author-email: robert.mcleod@unibas.ch
License: BSD
Description: Micrograph Junker

        =================

        

        An ultra-simple tool for manually culling micrographs, i.e. from cryo-EM 

        data sets. 

        

        Installation

        ------------

        

        Create a conda environment for `junker`::

        

            conda create -n env_junker python=3.7

            source activate env_junker

            conda install numpy scipy skimage pyside2

            pip install mrcz

            

        Usage

        -----

        

        Navigate to your target directory,

        

            source activate env_junker

            junker

        

        The tool will create PNGs from every `.mrc, .mrcz` file in the directory, and 

        shows a GUI that you can use to navigate. 

        

        - 'Spacebar': moves the image to a 'junk' subdirectory.

        - 'Enter': moves the image to a 'salvage' subdirectory.

        - 'Z': undos the image move.

        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
