...
No Format |
---|
http://api.brain-map.org/grid_data/download/72109410?image=energy |
Parameters
filename ID | Integer | ID of the desired SectionDataSet. |
include | String | Explicitly choose the desired image volumes. Valid volumes are energy, density, and intensity. Supply multiple volumes in a comma-delimited list (e.g. "include=energy,density,intensity"). |
resolution | Integer | For projection data, available resolutions are 10, 25, 50, and 150 (in microns). For adult mouse gene expression SectionDataSets, only 200um resolution data is available and will be returned regardless of the input value. |
Response
For Mouse Projection data, the response will be a single 32-big floating point Nrrd image named for the type of requested image (e.g. energy_(resolution).nrrd).
...
. |
Response
The response will be a .zip file containing Meta Image header (.mhd) and (.raw) pair for each requested volume and a data_set.xml file describing the file contents.
DOWNLOADING 3-D PROJECTION GRID DATA
...
No Format |
---|
http://api.brain-map.org/grid_data/download_file/181777177?image=injection&resolution=25 |
Parameters
filename ID | Integer | ID of the desired SectionDataSet. |
image | String | Explicitly choose the desired image volume. Valid volumes are density, energy, and injection. |
resolution | Integer | For projection data, available resolutions are 10, 25, 50, and 150 (in microns). |
...