You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A script extract data from .res (results) files generated by UNICORN Chromatography software supplied with AKTA Systems. This script will find all data blocks, extract the data and write out csv-files. If you have matplotlib installed it will also plot all the curves including fractions if present. Plots can be saved in any format supported by matplotlib (default is pdf). Alternatively you may import pycorn into your script and access the data inside res-files.
10
+
11
+
----
8
12
9
-
A script to extract data from .res (results) files generated by UNICORN Chromatography software supplied with AKTA Systems. This script will
10
-
find all data blocks, extract the data and write out csv-files. If you have matplotlib installed it will also plot all the curves including
11
-
fractions if present. Plots can be saved in any format supported by matplotlib (default is pdf). Alternatively you may import pycorn into your script and access the data inside res-files.
13
+
News
14
+
----
15
+
- v0.13 released, available on PyPI, see docs/CHANGES.txt
12
16
13
-
Installation:
14
17
18
+
Installation
19
+
------------
15
20
- pip install pycorn
16
21
17
-
Limitations:
18
22
23
+
Limitations
24
+
-----------
19
25
- See https://github.com/pyahmed/PyCORN/issues
20
26
21
-
Requirements:
22
27
23
-
- Python 2.7 or 3.x (Tested on Windows 7 / Mac OSX)
24
-
- optional: working matplotlib installation (for plotting)
28
+
Requirements
29
+
------------
30
+
- Python 2.7 or 3.x (Tested on Linux / Windows 7 / Mac OSX)
31
+
- optional: matplotlib (for plotting)
25
32
26
-
Usage:
27
33
34
+
Usage
35
+
-----
28
36
- See docs/USAGE_pycorn-bin.txt if you want to extract/plot data directly
29
-
- See docs/USAGE_pycorn_module.txt if you want to use it as module
30
-
37
+
- See docs/USAGE_pycorn_module.txt if you want to import it into your script
0 commit comments