File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
1212
1313News
1414----
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
2320
2421
2522Installation
Original file line number Diff line number Diff line change 44PyCORN - script to extract data from .res (results) files generated
55by UNICORN Chromatography software supplied with ÄKTA Systems
66(c)2014-2015 - Yasar L. Ahmed
7- v0.14
7+ v0.15
88'''
99import argparse
1010from pycorn import pc_res3
2727 print ("WARNING: xlsxwriter not found - xlsx-output disabled!" )
2828 xlsx = False
2929
30- pcscript_version = 0.14
30+ pcscript_version = 0.15
3131
3232parser = argparse .ArgumentParser (
3333 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+
17v0.14
28======
39- Inject mark is also plotted
You can’t perform that action at this time.
0 commit comments