-
Notifications
You must be signed in to change notification settings - Fork 0
/
PKG-INFO
45 lines (34 loc) · 2.08 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Metadata-Version: 2.1
Name: NanoImagingPack
Version: 2.1.3.dev1
Summary: A nice little image processing package
Home-page: UNKNOWN
Author: Christian Karras and Rainer Heintzmann
Author-email: [email protected]
License: UNKNOWN
Description: This is a package for simple image processing.
It is oriented on the DIP-Image package, which is available for Matlab.
Goal is to keep things simple and make it available for a broad community. Hence its development aimed for:
- Make it independent from as much packages as possible -> it only requires a view Python packages. Some are provided by e.g. Anaconda (e.g. Numpy, pyPlot, inspect, scipy). Only tifffile (a 3D Tiff writer) is required as external package
- keep it simple to install
Getting started:
- The created image is of type "image"
- the command lookfor('some string') allows you to search for available methods
- view() provides a simple image viewer (up to 6 dimensions) -> press 'h' to get help on view()
- graph() provides a simple viewer for 2D graphs -> you can add lists for multiple graphs
- supports:
multidimensional fft/ifft
image alignment
finding for SLM based SIM images
Controlling Hamamatsu LCOS SLM
Creating OTFs, PSFs etc
Image manipulation (convolution, (simple) EdgeDamping, extracting, catting)
helper functions such as ramps, xx, yy, zz, freq/realspace coord transforms
Should not require any dependencies up to now, which are not available in Anaconda, except of tifffile reader "tifffile"
If installation parser fails to install tifffile install it via:
conda install -c conda-forge tifffile
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown