datajoint / element-interface

Common functions for the DataJoint Elements
https://datajoint.com/docs
MIT License
3 stars 16 forks source link

Bugfix - remove hardcoded `n_fields` from `prairie_view_loader.py` #101

Closed kushalbakshi closed 7 months ago

kushalbakshi commented 7 months ago

Since there is no confirmation that PrairieView supports mesoscope scanning, the number of fields acquired using the Bruker software should be equal of the number of depths acquired during a scan. This PR removes the previously hardcoded n_fields = 1 from the loader utility and instead sets the value to the number of depths so that n_fields = n_depths.