Data Files#

The ccf_streamlines package uses several data files that contain the different flattened representations, cortical streamlines, and other information.

To use many aspects of ccf_streamlines, these files must be downloaded to the user’s computer, and their file paths are passed as parameters to various objects and functions.

This document links to those files and describes what they contain.

Streamlines#

Streamline files#

File

Description

surface_paths_10_v3.h5

Contains the (linear) voxel locations of each streamline and a lookup table to find a streamline for each voxel. Warning: Large file (~0.5 GB)

closest_surface_voxel_lookup.h5

Lookup table of nearest surface voxel for cortical voxels, which are used to find the best-matching streamline. Warning: Large file (~200 MB)

View lookups#

View lookup files#

File

Description

Image

back.h5

Correspondence between view from back of isocortex and CCF volume. Can place hemispheres adjacent to each other with view_space_for_other_hemisphere = True.

_images/back_template.png

bottom.h5

Correspondence between view from bottom of isocortex and CCF volume. Can place hemispheres adjacent to each other with view_space_for_other_hemisphere = True.

_images/bottom_template.png

flatmap_butterfly.h5

Correspondence between flattened map of all of isocortex and CCF volume - medial side has been adjusted so that the hemispheres are abutting at the center. Can place hemispheres adjacent to each other with view_space_for_other_hemisphere = 'flatmap_butterfly'.

_images/flatmap_butterfly_template.png

flatmap_dorsal.h5

Correspondence between flattened map of all of isocortex and CCF volume. Can place hemispheres near each other with view_space_for_other_hemisphere = 'flatmap_dorsal'.

_images/flatmap_dorsal_template.png

front.h5

Correspondence between view from front of isocortex and CCF volume. Can place hemispheres adjacent to each other with view_space_for_other_hemisphere = True.

_images/front_template.png

medial.h5

Correspondence between view from medial side of isocortex and CCF volume. Can place hemispheres near each other with view_space_for_other_hemisphere = 'medial'.

_images/medial_template.png

rotated.h5

Correspondence between view from near the top but rotated to see more of lateral isocortex and CCF volume. Can place hemispheres near each other with view_space_for_other_hemisphere = 'rotated'.

_images/rotated_template.png

side.h5

Correspondence between view from lateral side of isocortex and CCF volume. Can place hemispheres near each other with view_space_for_other_hemisphere = 'side'.

_images/side_template.png

top.h5

Correspondence between view from top of isocortex and CCF volume. Can place hemispheres adjacent to each other with view_space_for_other_hemisphere = True.

_images/top_template.png

Atlas files (2D)#

Atlas files#

File

Description

Image

back.nrrd

Atlas of view from back of isocortex

_images/back_atlas.png

bottom.nrrd

Atlas of view from bottom of isocortex

_images/bottom_atlas.png

flatmap_butterfly.nrrd

Atlas of flattened map of all of isocortex - medial side has been adjusted so that the hemispheres are abutting at the center.

_images/flatmap_butterfly_atlas.png

flatmap_dorsal.nrrd

Atlas of flattened map of all of isocortex

_images/flatmap_dorsal_atlas.png

front.nrrd

Atlas of view from front of isocortex

_images/front_atlas.png

medial.nrrd

Atlas of view from medial side of isocortex

_images/medial_atlas.png

rotated.nrrd

Atlas of view from near the top but rotated to see more of lateral isocortex

_images/rotated_atlas.png

side.nrrd

Atlas of view from lateral side of isocortex

_images/side_atlas.png

top.nrrd

Atlas of view from top of isocortex

_images/top_atlas.png

labelDescription_ITKSNAPColor.txt

Metadata for cortical areas in atlas files. Contains identifiers, color, and CCF ontology acronyms.

Isocortex metrics#

Metrics files#

File

Description

avg_layer_depths.json

A set of average layer depths to use as targets for normalizing layer thicknesses. Note: These were calculated from brain slices in mouse visual cortex - you may want to calculate or use your own thickness values instead.

cortical_layers_10_v2.h5

The starting depth, ending depth, and thickness of each layer for each streamline. Warning: Large file (~100 MB)