-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup_behaviour.py
43 lines (33 loc) · 1012 Bytes
/
setup_behaviour.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
import pandas as pd
import numpy as np
import os.path
import shutil
from autopipy.project import Project
import matplotlib.pyplot as plt
import matplotlib.image as mpimg
import matplotlib.gridspec as gridspec
import seaborn as sns
from scipy import stats
import pandas as pd
import numpy as np
import os.path
import importlib
import autopipy
import matplotlib.pyplot as plt
import matplotlib.gridspec as gridspec
import seaborn as sns
from scipy import stats
from autopipy.project import Project
importlib.reload(autopipy.project)
from autopipy.project import Project
from autopipy.trial import Trial
importlib.reload(autopipy.trial)
from autopipy.trial import Trial
from autopipy.session import Session
importlib.reload(autopipy.session)
from autopipy.session import Session
from scipy.stats import wilcoxon,ttest_rel
from setup_path import *
projectName="autopi_behavior_2021"
dataPath = allDataPath + "/" + projectName # this is for behaviour
myProject = Project(name=projectName,dataPath=dataPath)