3.3.2.25. NXtomoprocΒΆ

Status:

application definition, extends NXobject

Description:

This is an application definition for the final result of a tomography experiment: a 3D construction of some volume of physical properties.

Symbols:

These symbols will be used below to coordinate datasets with the same shape.

nx: number of voxels in X direction

ny: number of voxels in Y direction

nz: number of voxels in Z direction

Groups cited:
NXdata, NXentry, NXinstrument, NXparameters, NXprocess, NXsample, NXsource

Structure:

entry: (required) NXentry

title: (required) NX_CHAR

definition: (required) NX_CHAR

Official NeXus NXDL schema to which this file conforms

Obligatory value: NXtomoproc

(instrument): (required) NXinstrument

(source): (required) NXsource

type: (required) NX_CHAR

name: (required) NX_CHAR

probe: (required) NX_CHAR

Any of these values: neutron | x-ray | electron

(sample): (required) NXsample

name: (required) NX_CHAR

Descriptive name of sample

reconstruction: (required) NXprocess

program: (required) NX_CHAR

Name of the program used for reconstruction

version: (required) NX_CHAR

Version of the program used

date: (required) NX_DATE_TIME

Date and time of reconstruction processing.

parameters: (required) NXparameters

raw_file: (required) NX_CHAR

Original raw data file this data was derived from

data: (required) NXdata

data[nx, nx, nz]: (required) NX_INT

This is the reconstructed volume. This can be different things. Please indicate in the unit attribute what physical quantity this really is.

@transform: (required) NX_CHAR

@offset: (required) NX_CHAR

@scaling: (required) NX_CHAR

x[nx]: (required) NX_FLOAT {units=NX_ANY}

This is an array holding the values to use for the x-axis of data. The units must be appropriate for the measurement.

y[ny]: (required) NX_FLOAT {units=NX_ANY}

This is an array holding the values to use for the y-axis of data. The units must be appropriate for the measurement.

z[nz]: (required) NX_FLOAT {units=NX_ANY}

This is an array holding the values to use for the z-axis of data. The units must be appropriate for the measurement.
NXDL Source:
https://github.com/nexusformat/definitions/blob/master/applications/NXtomoproc.nxdl.xml