From 9778c78472f7a836675ab3bfae7e5175a4221b19 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Thu, 26 Nov 2015 18:09:30 +0000 Subject: [PATCH] Renamed more tool scripts. --- tools/{outputfile_old2hdf5.py => outputfile_old2new.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tools/{outputfile_old2hdf5.py => outputfile_old2new.py} (99%) diff --git a/tools/outputfile_old2hdf5.py b/tools/outputfile_old2new.py similarity index 99% rename from tools/outputfile_old2hdf5.py rename to tools/outputfile_old2new.py index 7c6337ec..ab266c19 100644 --- a/tools/outputfile_old2hdf5.py +++ b/tools/outputfile_old2new.py @@ -26,7 +26,7 @@ from gprMax.fields_output import prepare_output_file, write_output """Converts old output file to new HDF5 format.""" # Parse command line arguments -parser = argparse.ArgumentParser(description='Converts old output file to new HDF5 format.', usage='cd gprMax; python -m tools.outputfile_old2hdf5 outputfile') +parser = argparse.ArgumentParser(description='Converts old output file to new HDF5 format.', usage='cd gprMax; python -m tools.outputfile_old2new outputfile') parser.add_argument('outputfile', help='name of output file including path') args = parser.parse_args()