Skip to content

Commit

Permalink
skipped problematic session and added a note
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed May 9, 2024
1 parent 2d3d793 commit 2a0044c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
2 changes: 2 additions & 0 deletions src/lerner_lab_to_nwb/seiler_2024/seiler_2024_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a0044c

Please sign in to comment.