Skip to content
Snippets Groups Projects
Commit 3f2335b2 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Fixed tyope in comment.

parent 3ce420eb
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ def dumpfile_to_array(dumpfile): ...@@ -170,7 +170,7 @@ def dumpfile_to_array(dumpfile):
################################################################################ ################################################################################
if __name__ == '__main__': if __name__ == '__main__':
# Read the dump file and pour it visibility content in a 2d array # Read the dump file and pour its visibility content in a 2d array
dump_arr = dumpfile_to_array(sys.argv[1]) dump_arr = dumpfile_to_array(sys.argv[1])
# Split the list into sublists of 64 channels (one integration period) # Split the list into sublists of 64 channels (one integration period)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment