Previous topic

3.4.23. NXxasproc

Next topic

3.4.25. NXxeuler

This Page

3.4.24. NXxbaseΒΆ

Status:

application definition, extends NXobject, version 1.0b

Description:

This definition covers the common parts of all monochromatic single crystal raw data application definitions.

Symbols:

No symbol table
Groups cited:
NXdata, NXdetector, NXentry, NXinstrument, NXmonitor, NXmonochromator, NXsample, NXsource

Structure:

entry: NXentry

title: NX_CHAR

start_time: NX_DATE_TIME

definition: NX_CHAR

Official NeXus NXDL schema to which this file conforms

Obligatory value: NXxbase

instrument: NXinstrument

source: NXsource

type: NX_CHAR

name: NX_CHAR

probe: NX_CHAR

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

monochromator: NXmonochromator

wavelength: NX_FLOAT {units=NX_WAVELENGTH}

detector: NXdetector

The name of the group is detector if there is only one detector, if there are several, names have to be detector1, detector2, ...detectorn.

data[np, number of x pixels, number of y pixels]: NX_INT

The area detector data, the first dimension is always the number of scan points, the second and third are the number of pixels in x and y. The origin is always assumed to be in the center of the detector. maxOccurs is limited to the the number of detectors on your instrument.

@signal: NX_POSINT

Obligatory value: 1

x_pixel_size: NX_FLOAT {units=NX_LENGTH}

y_pixel_size: NX_FLOAT {units=NX_LENGTH}

distance: NX_FLOAT {units=NX_LENGTH}

frame_start_number: NX_INT

This is the start number of the first frame of a scan. In PX one often scans a couple of frames on a give sample, then does something else, then returns to the same sample and scans some more frames. Each time with a new data file. This number helps concatenating such measurements.

sample: NXsample

name: NX_CHAR

Descriptive name of sample

orientation_matrix[3, 3]: NX_FLOAT

The orientation matrix according to Busing and Levy conventions. This is not strictly necessary as the UB can always be derived from the data. But let us bow to common usage which includes the UB nearly always.

unit_cell[6]: NX_FLOAT

The unit cell, a, b, c, alpha, beta, gamma. Again, not strictly necessary, but normally written.

temperature[NP]: NX_FLOAT

The sample temperature or whatever sensor represents this value best

x_translation: NX_FLOAT {units=NX_LENGTH}

Translation of the sample along the X-direction of the laboratory coordinate system

y_translation: NX_FLOAT {units=NX_LENGTH}

Translation of the sample along the Y-direction of the laboratory coordinate system

distance: NX_FLOAT {units=NX_LENGTH}

Translation of the sample along the Z-direction of the laboratory coordinate system

control: NXmonitor

mode: NX_CHAR

Count to a preset value based on either clock time (timer) or received monitor counts (monitor).

Any of these values: monitor | timer

preset: NX_FLOAT

preset value for time or monitor

integral: NX_FLOAT {units=NX_ANY}

Total integral monitor counts

(data): NXdata

The name of this group id data if there is only one detector; if there are several the names will be data1, data2, data3 and will point to the corresponding detector groups in the instrument hierarchy.

data –> /NXentry/NXinstrument/NXdetector/data

Source:
Automatically generated from https://github.com/nexusformat/definitions/blob/master/applications/NXxbase.nxdl.xml