mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-06-30 08:49:28 +02:00
pyerrors.py renamed to obs.py, h5py added as dependency
This commit is contained in:
parent
012bf8ad17
commit
9805ee2b4b
14 changed files with 13 additions and 15 deletions
|
@ -4,7 +4,7 @@
|
|||
import ctypes
|
||||
import hashlib
|
||||
import autograd.numpy as np # Thinly-wrapped numpy
|
||||
from ..pyerrors import Obs
|
||||
from ..obs import Obs
|
||||
|
||||
|
||||
def read_ADerrors(file_path, bdio_path='./libbdio.so', **kwargs):
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
import os
|
||||
import h5py
|
||||
import numpy as np
|
||||
from ..pyerrors import Obs, CObs
|
||||
from ..obs import Obs, CObs
|
||||
from ..correlators import Corr
|
||||
from ..npr import Npr_matrix
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import fnmatch
|
|||
import re
|
||||
import struct
|
||||
import numpy as np # Thinly-wrapped numpy
|
||||
from ..pyerrors import Obs
|
||||
from ..obs import Obs
|
||||
|
||||
|
||||
def read_pbp(path, prefix, **kwargs):
|
||||
|
|
|
@ -6,7 +6,7 @@ import fnmatch
|
|||
import re
|
||||
import struct
|
||||
import numpy as np # Thinly-wrapped numpy
|
||||
from ..pyerrors import Obs
|
||||
from ..obs import Obs
|
||||
from ..fits import fit_lin
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import os
|
|||
import fnmatch
|
||||
import re
|
||||
import numpy as np # Thinly-wrapped numpy
|
||||
from ..pyerrors import Obs
|
||||
from ..obs import Obs
|
||||
|
||||
|
||||
def read_sfcf(path, prefix, name, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue