File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,11 @@ A script extract data from .res (results) files generated by UNICORN Chromatogra
12
12
13
13
News
14
14
----
15
- v0.14 released:
16
-
17
- - Inject mark is also plotted
18
- - xlsx output added (requires xlsxwriter)
19
- - Fixed par1-error when selecting None
20
- - Fixed par1/2-error when selecting data blocks with longer data name
21
- - Minor changes & fixes
22
- - Included Docs
15
+ v0.15 released:
16
+
17
+ - Added option to disable title for plot
18
+ - Added option to disable plotting inject marks
19
+ - Added option to disable legend
23
20
24
21
25
22
Installation
Original file line number Diff line number Diff line change 4
4
PyCORN - script to extract data from .res (results) files generated
5
5
by UNICORN Chromatography software supplied with ÄKTA Systems
6
6
(c)2014-2015 - Yasar L. Ahmed
7
- v0.14
7
+ v0.15
8
8
'''
9
9
import argparse
10
10
from pycorn import pc_res3
27
27
print ("WARNING: xlsxwriter not found - xlsx-output disabled!" )
28
28
xlsx = False
29
29
30
- pcscript_version = 0.14
30
+ pcscript_version = 0.15
31
31
32
32
parser = argparse .ArgumentParser (
33
33
description = "Extract data from UNICORN .res files to .csv/.txt and plot them (matplotlib required)" ,
Original file line number Diff line number Diff line change
1
+ v.015
2
+ ======
3
+ - Added option to disable title for plot
4
+ - Added option to disable plotting inject marks
5
+ - Added option to disable legend
6
+
1
7
v0.14
2
8
======
3
9
- Inject mark is also plotted
You can’t perform that action at this time.
0 commit comments