How to switch between the 3 coordinate systems of Mouse Connectivity?

There are 3 coordinate systems for mouse connectivity.

  1. The output of get_projection_density() of allensdk.core.mouse_connectivity_cache. It is (AP, DV, ML) and have the size of 528x320x456 (Unit: voxel). Bregma is roughly at (200, 0, 228) I guess.
  2. The “Location” of the Brain Explorer 2. It is also (AP, DV, ML) (Unit: ??). Bregma is roughly at (6, 0, 4) I guess.
  3. The Bregma(AP, ML, DV, 0) at the website is the Stereotaxic Coordinates System (Unit: mm). Bregma is at (0, 0, 0) I guess.

How can I convert the coordinates among these 3 systems? I especially want to convert between system 1 and system 3. Thanks!

Hi @orio,

The first two coordinate systems (1),(2) you listed are in CCF coordinates where zero is at the corner of the bounding volume as shown in this image:


Note that we don’t have a bregma location in CCF as described in this post.

In (1), the SDK tutorial guides you to download gridded projection density data. It defaults to downloading data at 25 micron resolution. Hence each voxel of the [528, 320, 456] grid is 25 micron isotropic.

In (2), the “Location” in Brain Explorer 2 display CCF coordinates in millimeters (mm)

System (3) are the coordinates used in each case for stereotaxic injection. Below is a snippet from the whitepaper describing these coordinates:

Selection of Stereotaxic Coordinates

Atlas-derived stereotaxic coordinates were chosen for each target area based on The Mouse Brain in Stereotaxic Coordinates (Paxinos and Franklin, 2001). For the majority of target sites, the anterior/posterior (AP) coordinates were referenced from Bregma, the medial/lateral (ML) coordinates were distance from midline at Bregma, and dorsal/ventral (DV) coordinates were measured from the pial surface of the brain. For several of the most caudal medullary nuclei ( e.g. , gracile nucleus and spinal nucleus of the trigeminal, caudal part), the calamus (at the floor of the 4th ventricle) was used as a registration point instead of Bregma. For many cortical areas, injections were made at two depths to label neurons throughout all six cortical layers and/or at an angle to infect neurons along the same cortical column. For laterally located cortical areas ( e.g. orbital area, medial part; prelimbic area; agranular insular area), the injection was made at two adjacent ML coordinates as the pipette angle required for injection along the cortical column was nearly 90° and technically infeasible.

We cannot convert between (1) and (3) because (3) is respect to a skull base landmark and that information is lost when the brain is dissected and processed.

However, for each case, the injection location has been annotated on the images. Because it is on the image we can transform that into CCF space. Most of the analysis you see on the website is with respect to this annotated injection location. Take a look at this SDK document to see how to access the injection site location.

@lydian Thanks for your reply! To find (or at least to approximate) the injection site location in [528, 320, 456] is mainly what I want to do. In the example inside the SDK document, we obtained the value of (injection_x, injection_y, injection_z), i.e. (4300, 2690, 7050), from the Python code. Do they refer to (43mm, 26.9mm, 70.5mm) in System (2)? If no, which system does these values refer to?

Besides, regarding your reply “In (2), the ‘Location’ in Brain Explorer 2 display CCF coordinates in millimeters (mm)”, from your words I understand that 3.2 in Brain Explorer 2 refer to 32mm, which please let me know if I am wrong.

(4200,2690,7050) are in microns

3.2 in Brain Explorer = 3.2mm

Hi@lydian, I also come to some problems of coordinate systems when using CCFv3.
When using WholeBrain to register my own data,I will get the stereotaxic coordinate (AP,ML,DV) of the neuron on the Mouse Brain Atlas;But I find it difficult to position this neuron on the 3D average template since its coordinate is based on voxel.
I wonder if there was an approach to switch the stereotaxic coordinate to the voxel coordinate
many thanks in advance and look forward to your advise

WholeBrain result:

average template
template

We currently do not have mapping between CCFv3 voxel coordinates and stereotaxic coordinates

This post may be relevant to what you are looking for: