Skip to content

Commit

Permalink
Merge pull request #15 from smoia/enh/attributes
Browse files Browse the repository at this point in the history
Clean attributes in subfiles
  • Loading branch information
Stefano Moia authored Oct 9, 2021
2 parents 8f70601 + 7fae860 commit 31d2c0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions phys2cvr/signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
import scipy.stats as sct
from scipy.signal import butter, filtfilt

from phys2cvr.phys2cvr import SET_DPI, FIGSIZE


SET_DPI = 100
FIGSIZE = (18, 10)
LGR = logging.getLogger(__name__)
LGR.setLevel(logging.INFO)

Expand Down
5 changes: 1 addition & 4 deletions phys2cvr/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@
import scipy.stats as sct

from phys2cvr import io
from phys2cvr.phys2cvr import SET_DPI, FIGSIZE


SET_DPI = 100
FIGSIZE = (18, 10)
LGR = logging.getLogger(__name__)
LGR.setLevel(logging.INFO)
EXT_1D = ['.txt', '.csv', '.tsv', '.1d', '.par', '.tsv.gz']
EXT_NIFTI = ['.nii', '.nii.gz']


def x_corr(func, co2, lastrep, firstrep=0, offset=0):
Expand Down

0 comments on commit 31d2c0d

Please sign in to comment.