bids-standard / eye2bids

Convert eyetracking data to a BIDS compatible format (BEP20)
MIT License
3 stars 5 forks source link

[FIX] properly extract validation values #78

Closed Remi-Gau closed 1 week ago

julia-pfarr commented 1 week ago

just realized that

def _extract_CalibrationUnit(df: pd.DataFrame) -> str:
    if len(_extract_CalibrationPosition(df)) == 0: 
        return ""

also makes troubles...