crant_voxdims returns the image voxel dimensions which
are normally used to scale between raw and nm coordinates.
Usage
crant_voxdims(url = choose_crant(set = FALSE)[["fafbseg.sampleurl"]])
crant_nm2raw(x, vd = crant_voxdims())
crant_raw2nm(x, vd = crant_voxdims())Arguments
- url
Optional neuroglancer URL containing voxel size. Defaults to
getOption("fafbseg.sampleurl")as set bychoose_crant.- x
3D coordinates in any form compatible with
xyzmatrix- vd
The voxel dimensions in nm. Expert use only. Normally found automatically.
