pma-python 2.0.0.176__tar.gz → 2.0.0.178__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,63 @@
1
+ Metadata-Version: 1.2
2
+ Name: pma_python
3
+ Version: 2.0.0.178
4
+ Summary: Universal viewing of digital microscopy, whole slide imaging and digital pathology data
5
+ Home-page: http://github.com/pathomation/pma_python
6
+ Author: Pathomation
7
+ Author-email: info@pathomation.com
8
+ License: http://free.pathomation.com/eula/
9
+ Description: pma_python is a Python wrapper library for PMA.start (http://free.pathomation.com),
10
+ a universal viewer by Pathomation for whole slide imaging and microscopy.
11
+
12
+ YOU NEED TO HAVE PMA.START (OR PMA.CORE) RUNNING IN ORDER TO USE THIS
13
+ LIBRARY. PMA_PYTHON IS NOT A STAND-ALONE LIBRARY FOR WSI.
14
+
15
+ If you're working with
16
+
17
+ * microscopy data and are you tired of having to use a different library for each vendor specific digital slide format
18
+ * image analysis software and are you looking for a way to have complete control over your algorithms (and not just be able to select those provided for you)
19
+ * novel evaluation methods for histology / pathology and do you just wish there was a way to now automatically evaluate it on 100s of slides (batch processing)
20
+
21
+ and you're doing all of this in Python, then PMA.start and
22
+ pma_python are for you!
23
+
24
+ PMA.start can be downloaded free of charge from http://free.pathomation.com
25
+
26
+ With pma_python, you can inspect and navigate any type of
27
+ microscopic imaging file format available. Whether you have
28
+ macroscopic observations, whole slide imaging data, or fluorescent
29
+ snapshot observations, we can bring it all into Python now.
30
+
31
+ The following vendor formats are currently supported:
32
+
33
+ * TIFF (.tif, .tiff) with JPEG, JPEG2000, LZW, Deflate, Raw, RLE
34
+ * JPEG (.jpeg, .jpg)
35
+ * JPEG 2000 (.jp2)
36
+ * PNG (.png)
37
+ * Olympus VSI (.vsi) with lossless JPEG, JPEG, Raw
38
+ * Ventana / Roche BIF (.bif)
39
+ * Hamamatsu (.vms, .ndpi, .dcm) with JPEG, JPEG2000
40
+ * Huron Technologies (.tif)
41
+ * 3DHistech (.mrxs) with JPEG, PNG, BMP
42
+ * Aperio / Leica (.svs, .cws, .scn, .lif, DICOMDIR) with JPEG, JPEG2000
43
+ * Carl Zeiss (.zvi, .czi, .lsm) with Raw, PNG, JPEG, LZW, Deflate, JPEG2000
44
+ * Open Microscopy Environment OME-TIFF (.tf2, .tf8, .btf, .ome.tif)
45
+ * Nikon (.nd2, .tiff) with Deflate, JPEG, JPEG2000, LZW, Deflate, Raw, RLE
46
+ * Philips (.tif) with JPEG, JPEG2000, LZW, Deflate, Raw, RLE
47
+ * Sakura (.svslide) with JPEG(sqlite2, sqlite3, mssql)
48
+ * Menarini (.ini) with Raw
49
+ * Motic (.mds)
50
+ * Zoomify (.zif) with JPEG, JPEG2000, LZW, Deflate, Raw, RLE
51
+ * SmartZoom (.szi) with JPEG, BMP
52
+ * Objective Imaging / Glissano (.sws)
53
+ * Perkin Elmer (.qptiff)
54
+
55
+ The most up to date list with supported file formats can be found at
56
+ http://free.pathomation.com/formats
57
+
58
+
59
+ Keywords: wsi whole slide imaging gigapixel microscopy histology pathology
60
+ Platform: UNKNOWN
61
+ Classifier: Development Status :: 3 - Alpha
62
+ Classifier: Programming Language :: Python :: 3
63
+ Requires-Python: >=3