Skip to content
Snippets Groups Projects
Commit 5d0b47d9 authored by Gröne, Tjark Leon Raphael's avatar Gröne, Tjark Leon Raphael
Browse files

Update file maxwell_integrate_to_h5.py

parent 4774769f
No related branches found
No related tags found
No related merge requests found
......@@ -209,8 +209,8 @@ class Handler(PatternMatchingEventHandler):
if __name__ == '__main__':
if len(sys.argv) != 11:
print("Usage: python maxwell_integrate_with_subdirs.py <path_im> <path_int> <fname_poni> <fname_mask> <NPROC> <POLARIZATION> <NPT> <UNIT> <ERRORMODE> <DATATYPE>")
if len(sys.argv) != 12:
print("Usage: python maxwell_integrate_with_subdirs.py <path_im> <path_int> <fname_poni> <fname_mask> <NPROC> <POLARIZATION> <NPT> <UNIT> <ERRORMODE> <DATATYPE> <FORBIDDEN>")
sys.exit(1)
if not sys.argv[1].endswith('/'):
sys.argv[1] += '/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment