Skip to content
Snippets Groups Projects
Commit 5b6099c3 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

updated version info

parent 2e2ef7ce
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
from __future__ import (division, print_function,absolute_import) #unicode_literals cause GDAL not to work properly from __future__ import (division, print_function,absolute_import) #unicode_literals cause GDAL not to work properly
__author__ = "Daniel Scheffler" __author__ = "Daniel Scheffler"
__version__= "2016-04-11_01" __version__= "2016-04-15_01"
import collections import collections
import multiprocessing import multiprocessing
...@@ -981,7 +981,7 @@ if __name__ == '__main__': ...@@ -981,7 +981,7 @@ if __name__ == '__main__':
parser.add_argument('-ignore_errors', nargs='?',type=int, help='Useful for batch processing. (default: 0) ' parser.add_argument('-ignore_errors', nargs='?',type=int, help='Useful for batch processing. (default: 0) '
'In case of error COREG.success == False and COREG.x_shift_px/COREG.y_shift_px is None', 'In case of error COREG.success == False and COREG.x_shift_px/COREG.y_shift_px is None',
default=0, choices=[0,1]) default=0, choices=[0,1])
parser.add_argument('--version', action='version', version='%(prog)s 2016-04-11_01') parser.add_argument('--version', action='version', version='%(prog)s 2016-04-15_01')
args = parser.parse_args() args = parser.parse_args()
print('==================================================================\n' print('==================================================================\n'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment