Robert C. Alfredson

Results 3 issues of Robert C. Alfredson

*This could be considered either a bug or feature request, so please feel free to re-categorize as you see fit!* **What Renovate type are you using?** Renovate CLI **Describe the...

type:feature
priority-4-low
manager:npm
status:requirements

A proposed extension to `UrlFilter` model, based on one idea from [issue 33](https://github.com/IBM/page-lab/issues/33#issuecomment-442860685).

In the function apply_shifts_movie (see [line 477](https://github.com/flatironinstitute/CaImAn/blob/0b5a9e139bcc91c5e5d4a1d4ead545a52c0e5c04/caiman/motion_correction.py#L477) of the current version), the block that saves the memory-mapped file uses the following code: https://github.com/flatironinstitute/CaImAn/blob/0b5a9e139bcc91c5e5d4a1d4ead545a52c0e5c04/caiman/motion_correction.py#L477 This transpose call (m_reg.transpose(1, 2, 0)) is...