pycortex icon indicating copy to clipboard operation
pycortex copied to clipboard

MIP through cortex

Open alexhuth opened this issue 11 years ago • 3 comments

It would be great to have the ability to see maximum intensity projections through the cortex, both in WebGL and quickflat.

alexhuth avatar Oct 08 '13 00:10 alexhuth

how would MIP work for a flatmap?

sslivkoff avatar Jun 26 '18 23:06 sslivkoff

the current projection method(s) take an average over many samples taken through cortex. iirc the idea here was to take the max instead. i don't really remember wtf i was thinking about 5 years ago tho. this is maybe related to the stuff @jamesgao implemented (but is currently disabled) that did "halo" rendering of cortex in 3D.

The underlying issue here is that our visualization techniques are not well-suited to high-resolution data that might have differences across cortical layers.

alexhuth avatar Jun 27 '18 15:06 alexhuth

Ohh duh that makes sense. That could potentially be quite useful!

sslivkoff avatar Jun 27 '18 16:06 sslivkoff