mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
almsot done, still need to fix Corr(CObs) for some reason
This commit is contained in:
parent
3b797a0559
commit
4fb27462bd
1 changed files with 1 additions and 0 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Reference in a new issue