mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 12:03:42 +02: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 = [[],[]]
|
corrres = [[],[]]
|
||||||
for i in range(len(tmpcorr)):
|
for i in range(len(tmpcorr)):
|
||||||
corrres[i%2].append(tmpcorr[i])
|
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 = []
|
realObs = []
|
||||||
imagObs = []
|
imagObs = []
|
||||||
compObs = []
|
compObs = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue