diff --git a/src/lerner_lab_to_nwb/seiler_2024/seiler_2024_convert_dataset.py b/src/lerner_lab_to_nwb/seiler_2024/seiler_2024_convert_dataset.py index 24f86a3..8ac0cb3 100644 --- a/src/lerner_lab_to_nwb/seiler_2024/seiler_2024_convert_dataset.py +++ b/src/lerner_lab_to_nwb/seiler_2024/seiler_2024_convert_dataset.py @@ -300,6 +300,11 @@ def fp_to_nwb( and photometry_start_date == "10/31/18" and experimental_subgroup.name == "Late RI60" ) + or ( + photometry_subject_id == "96.259" + and photometry_start_date == "05/06/19" + and experimental_subgroup.name == "late" + ) # This session is missing RNnR TTLs ): continue assert ( diff --git a/src/lerner_lab_to_nwb/seiler_2024/seiler_2024_notes.md b/src/lerner_lab_to_nwb/seiler_2024/seiler_2024_notes.md index 34cc9f1..1210bf5 100644 --- a/src/lerner_lab_to_nwb/seiler_2024/seiler_2024_notes.md +++ b/src/lerner_lab_to_nwb/seiler_2024/seiler_2024_notes.md @@ -129,6 +129,8 @@ for that 1 session split across the two folders? ### Active Questions - Some fiber photometry sessions (ex. FP_RR20_96.259_2019-04-17T16-03-52) have msns that I was told to skip (ex. RR20_Right_AHJS) Should I still skip these, or just treat them like RR20Right? +- In one of those sessions, FP Experiments/Photometry/RR20/late/Photo_96_259-190506-105642, doesn't have any RNnR TTLs, + even though it has plenty of right nose pokes in the behavioral file. Can you look into this? ## Optogenetics ### Notes