source: ETALON/CLIO/control/run_read_data.py @ 638

Last change on this file since 638 was 638, checked in by delerue, 7 years ago

CLIO controls updated

File size: 180 bytes
Line 
1from read_plot_data import read_plot_data
2import sys
3
4#print 'Number of arguments:', len(sys.argv), 'arguments.'
5#print 'Argument List:', str(sys.argv)
6read_plot_data(sys.argv[1])
Note: See TracBrowser for help on using the repository browser.