myimg

Package: MyImg

A toolbox for the processing of micrographs, which can do the following:

  1. Process single micrographs (improve contrast, insert scalebars, etc.).
  2. Prepare nice, publication-ready tiled images from processed micrographs.
  3. Apply additional tools, such as: FFT, distributions, immunolabelling ...

See myimg.api for a simple user interface.

List of key objects, modules, and sub-packages:

 1'''
 2Package: MyImg
 3--------------
 4
 5A toolbox for the processing of micrographs, which can do the following:
 6    
 71. Process single micrographs (improve contrast, insert scalebars, etc.).
 82. Prepare nice, publication-ready tiled images from processed micrographs.
 93. Apply additional tools, such as: FFT, distributions, immunolabelling ...
10
11See myimg.api for a simple user interface.
12
13List of key objects, modules, and sub-packages:
14    
15* myimg.api = simple user interface, basic point to start
16* myimg.objects = key objects used by myimg
17    - myimg.objects.MyImage = single micrographs
18    - myimg.objects.MyReport = multi-images = tiled images
19* myimg.settings = default settings employed by MyImg objects
20* myimg.apps = sub-package containing additional tools and/or applications
21    - myimg.api.Apps = practical access to additional applications
22    - myimg.api.Apps.FFT = sample additional application = Fourier transform
23* myimg.utils = sub-package with code for specific/more complex utils in myimg
24'''
25
26__version__ = '0.3.5'