Open ingrre opened 4 years ago
Simple converter: http://www.nesys.uio.no/QuickNII/Q2WHSBregma.html
Page expects comma separated coordinate triplets. Triplets can be separated by comma or new line:
x1,y1,z1,x2,y2,z2
x3,y3,z3
Calculations:
xbregma=(xvox-246)*0.0390625
ybregma=(yvox-653)*0.0390625
zbregma=(zvox-440)*0.0390625
where vox
coordinates are expressed in voxels and bregma
coordinates are provided in millimeters.
Could you test it Ingrid?
It seems to work perfectly! Thank you! I will update this case if I receive any feedback from the user.
There is a more sophisticated converter now at http://www.nesys.uio.no/QuickNII/WHS-SD-Rat.html
User requested a general formula to translate coordinates from WHS to bregma. Is this general formula available? Would it perhaps be possible to create a translator/calculator for this?