fanc_voxdims
returns the image voxel dimensions which
are normally used to scale between raw and nm coordinates.
banc_voxdims
returns the image voxel dimensions for the
BANC which are normally used to scale between raw and nm coordinates.
Usage
fanc_voxdims(url = choose_fanc(set = FALSE)[["fafbseg.sampleurl"]])
banc_voxdims(url = choose_banc(set = FALSE)[["fafbseg.sampleurl"]])
fanc_nm2raw(x, vd = fanc_voxdims())
fanc_raw2nm(x, vd = fanc_voxdims())
banc_raw2nm(x, vd = banc_voxdims())
banc_nm2raw(x, vd = banc_voxdims())
Arguments
- url
Optional neuroglancer URL containing voxel size. Defaults to
getOption("fafbseg.sampleurl")
as set bychoose_fanc
.- x
3D coordinates in any form compatible with
xyzmatrix
- vd
The voxel dimensions in nm. Expert use only. Normally found automatically.