...
ID | Integer | ID of the desired SectionDataSet. |
include | String (optional) | 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"). By default, only energy is returned. |
Response
The response will be a Zip file (.zip file containing Meta Image header (.mhd) and (.raw) pair for each requested volume and a data_set.xml file describing the file contents.) containing a folder filled with the default files (data_set.xml, energy.mhd, energy.raw) or the requested data volumes.
data_set.xml | XML file with details regarding the specimen and images that is only returned if the volumes parameter is null. |
energy.mhd | A simple text header file in MetaImage format describing the volume. This file is returned by default if the volumes parameter is null. |
energy.raw | A raw uncompressed float (32-bit) little-endian volume representing average expression energy per voxel. A value of "-1" represents no data. This file is returned by default if the volumes parameter is null. |
density.mhd | A simple text header file in MetaImage format describing the volume. |
density.raw | A raw uncompressed float (32-bit) little-endian volume representing average expression density per voxel. A value of "-1" represents no data. |
intensity.mhd | A simple text header file in MetaImage format describing the volume. |
intensity.raw | A raw uncompressed float (32-bit) little-endian volume representing average expression intensity per voxel. A value of "-1" represents no data. |
injection.mhd | A simple text header file in MetaImage format describing the volume. |
injection.raw | A raw uncompressed float (32-bit) little-endian volume representing the proportion of pixels within each voxel that were within the manually annotated injection site. |
...
ID | Integer | ID of the desired SectionDataSet. |
image | String (optional) | Explicitly choose the desired image volume. Valid volumes are density, energy, and injection. |
resolution | Integer (optional) | For projection data, available resolutions are 10, 25, 50, and 150 (in microns). |
...