nel-lab / mesmerize-core

High level pandas-based API for batch analysis of Calcium Imaging data using CaImAn
Other
61 stars 15 forks source link

Use F order when reshaping masks #321

Closed ethanbb closed 1 month ago

ethanbb commented 1 month ago

As far as I know, spatial dimensions in A are always in F-order. I tried to use the get_masks function and the masks were not reshaped correctly.

kushalkolar commented 1 month ago

I'm assuming you've tested it? LGTM

ethanbb commented 1 month ago

Yup, it's working for me.