AllenInstitute / AllenSDK

code for reading and processing Allen Institute for Brain Science data
https://allensdk.readthedocs.io/en/latest/
Other
343 stars 149 forks source link

DriftingGratings.get_response() does not explain what the ncells+1'th response corresponds to #2719

Open HDictus opened 1 year ago

HDictus commented 1 year ago

Describe the bug A DriftingGratings object has a .cell_ids attribute and a get_response method. The documentation for get_response states that it returns an array of the form (num_orientations, num_temporal_frequencies, num_cells, 3) when in fact it returns (num_orientations, num_temporal_frequencies, num_cells+1, 3) . This is confusing.

Do you want to work on this issue? Are you willing and able to fix this bug? If so, let us know here (and see the guide). Thank you!

Yep, I'm happy to do it.