diff --git a/fits_helpers/primary_beam_correction.py b/fits_helpers/primary_beam_correction.py new file mode 100644 index 00000000..e69de29b diff --git a/ms_helpers/concat_with_dummies.py b/ms_helpers/concat_with_dummies.py new file mode 100644 index 00000000..e69de29b diff --git a/test/test.py b/test/test.py new file mode 100644 index 00000000..da042fb3 --- /dev/null +++ b/test/test.py @@ -0,0 +1,9 @@ +import os +from glob import glob + +# os.system('source /home/jurjen/Documents/Python/lofar_helpers/test/test.sh') + +os.system('rm *.txt') + +while len(glob('.txt'))<5: + os.system('source /home/jurjen/Documents/Python/lofar_helpers/test/test.sh') \ No newline at end of file