AllenInstitute / npc_sessions

Tools for accessing and packaging data from behavior and epyhys sessions from the Mindscope Neuropixels team, in the cloud.
1 stars 1 forks source link

Rename intervals to avoid confusion with TaskControl classes #98

Closed bjhardcastle closed 3 months ago

bjhardcastle commented 4 months ago

There isn't a 1:1 mapping of names, so this should avoid confusion. Also makes use of snake-case consistently.

currently:

    RFMapping -> AudRFMapping & VisRFMapping
    DynamicRouting1 -> trials, performance
    OptoTagging -> OptoTagging

proposed:

    RFMapping -> aud_rf_mapping & vis_rf_mapping
    DynamicRouting1 -> trials, performance
    OptoTagging -> optotagging