VH-Lab / vhlab-TwoPhoton-matlab

VH Lab tools for analysis of calcium imaging data
MIT License
0 stars 0 forks source link

modify mode 21 on tpreaddata so it processes ROIs that are partially out of view #11

Open stevevanhooser opened 7 years ago

stevevanhooser commented 7 years ago

Right now, tpreaddata fills in NaN for any ROI that has "drifted" out of the field of view. This is usually the right behavior, but when one is making a single condition image or looking at other huge ROI, it is sometimes not desired (you want to deal with the data you can see).

We need to modify tpreaddata for this (mode 21 mostly, maybe mode 3)

Steve