change default averaging time to 1

This commit is contained in:
arcan1s
2014-06-13 16:28:43 +04:00
parent e1badd963f
commit 7ffb0de47d

View File

@ -231,7 +231,7 @@ if __name__ == "__main__":
parser.add_argument('-nq', '--noqti', dest = 'noqti',
help = 'Do not create *.qti file', action = 'store_true', default = False)
parser.add_argument('-t', '--time', dest = 'time',
help = 'Averaging time', action = 'store', default = 100)
help = 'Averaging time', action = 'store', default = 1)
parser.add_argument('-s', '--step', dest = 'step',
help = 'Time step', action = 'store', default = 1.0)
args = parser.parse_args()