cortex.dataset.Volume.map¶
- Volume.map(projection='nearest')¶
- Convert this VolumeData into VertexData using the given projection method. - Parameters:
- projectionstr, optional
- Type of projection to use. Default: nearest. 
 
- Returns:
- VertexData subclass
- Vertex valued version of this VolumeData.