File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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-2016 - Yasar L. Ahmed
7- v0.17
7+ v0.18dev
88'''
99import argparse
1010from pycorn import pc_res3
@@ -163,7 +163,7 @@ def smartscale(inp):
163163 except :
164164 KeyError
165165 frac_data = None
166- if args .xmin :
166+ if args .xmin != None :
167167 plot_x_min = args .xmin
168168 else :
169169 if frac_data :
@@ -386,4 +386,4 @@ def main2():
386386 if args .plot and plotting :
387387 plotterX (fdata , fname )
388388
389- main2 ()
389+ main2 ()
Original file line number Diff line number Diff line change 1+ v0.18
2+ ======
3+ - fixed xmin being ignored when 0
4+
15v0.17
26======
37- Added experimental support for extracting and plotting UNICORN6 zip bundles
5054
5155v0.1
5256======
53- - Initial release
57+ - Initial release
You can’t perform that action at this time.
0 commit comments