Closed galenlynch closed 5 years ago
This commit brings the behavior of rezToPhy.m in-line with the documentation. The documentation and phy's template gui both expect int32 cluster ids, but before this commit rezToPhy.m wrote cluster ids as uint32.
rezToPhy.m
int32
uint32
This commit brings the behavior of
rezToPhy.m
in-line with the documentation. The documentation and phy's template gui both expectint32
cluster ids, but before this commitrezToPhy.m
wrote cluster ids asuint32
.