A set of methods to get coordinate maps which represent slices in space.
Determine a valid bounding box from a CoordinateMap instance.
| Parameters: | coordmap : CoordinateMap |
|---|
Return a CoordinateMap representing a slice based on a given origin, a pair of direction vectors which span the slice, and a shape.
| Parameters: |
colvectors : the steps in each voxel direction shape : how many steps in each voxel direction output_coords : a CoordinateSystem for the output |
|---|---|
| Returns: | CoordinateMap |
Return a slice through a 3d box with x fixed.
| Parameters: |
|
|---|
Return a slice through a 3d box with y fixed.
| Parameters: |
|
|---|
Return a slice through a 3d box with z fixed.
| Parameters: |
|
|---|