Add files via upload
This commit is contained in:
parent
f144c97dc7
commit
8ada3ce430
1 changed files with 0 additions and 4 deletions
|
@ -6,7 +6,6 @@ import scipy # type: ignore
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
from jsmin import jsmin # type:ignore
|
from jsmin import jsmin # type:ignore
|
||||||
from functions.get_trials import get_trials
|
|
||||||
|
|
||||||
|
|
||||||
def func_pow(x, a, b, c):
|
def func_pow(x, a, b, c):
|
||||||
|
@ -76,9 +75,6 @@ def plot(
|
||||||
print(f"ERROR: could not find raw directory {raw_data_path}!!!!")
|
print(f"ERROR: could not find raw directory {raw_data_path}!!!!")
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
trials = get_trials(raw_data_path, experiment).numpy()
|
|
||||||
assert trials.shape[0] > 0
|
|
||||||
|
|
||||||
with open(f"meta_{config["mouse_identifier"]}_exp{experiment:03d}.json", "r") as file:
|
with open(f"meta_{config["mouse_identifier"]}_exp{experiment:03d}.json", "r") as file:
|
||||||
metadata = json.loads(jsmin(file.read()))
|
metadata = json.loads(jsmin(file.read()))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue