almsot done, still need to fix Corr(CObs) for some reason

This commit is contained in:
jkuhl-uni 2022-12-20 16:04:15 +01:00
parent 3b797a0559
commit 4fb27462bd

View file

@ -1081,6 +1081,7 @@ def read_ms5_xsf(path, prefix, qc, corr):
corrres = [[],[]]
for i in range(len(tmpcorr)):
corrres[i%2].append(tmpcorr[i])
# we have the data now... but we need to re format the whole thing and put it into Corr objects.
realObs = []
imagObs = []
compObs = []