tabula rasa

This commit is contained in:
sprause 2023-01-25 09:18:05 +01:00
parent 6fd3323c6c
commit 0b109e8c5e

18
code/CTCPTC.py Normal file
View File

@ -0,0 +1,18 @@
import os
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
from tqdm import tqdm
from IPython import embed
from pandas import read_csv
from modules.logger import makeLogger
from modules.plotstyle import PlotStyle
from modules.datahandling import flatten
from modules.behaviour_handling import Behavior, correct_chasing_events, event_triggered_chirps
logger = makeLogger(__name__)
ps = PlotStyle()
#### Goal: CTC & PTC for each winner and loser and for all winners and loser ####