Data Category diffrn_data_frame

General

Category name
diffrn_data_frame
Required in PDB entries
no
Category group membership
array_data_group  diffrn_group
Used in current PDB entries
No

Category Relationship Diagrams

70
View full category relationship diagram including all dictionary data categories

Category Description

             Data items in the DIFFRN_DATA_FRAME category record
              the details about each frame of data.

              The items in this category were previously in a
              DIFFRN_FRAME_DATA category, which is now deprecated.
              The items from the old category are provided
              as aliases but should not be used for new work.

NeXus Mapping Details

 

    _diffrn_data_frame.array_id ARRAYID
    _diffrn_data_frame.array_section_id SECTIONID
    _diffrn_data_frame.binary_id BINID
    _diffrn_data_frame.center_fast CENF
    _diffrn_data_frame.center_slow CENS
    _diffrn_data_frame.center_units UNITS
    _diffrn_data_frame.detector_element_id ELEMENTID
    _diffrn_data_frame.id FRAMEID
    _diffrn_data_frame.details DETAILS

    -->

    /entry:NXentry
      /instrument:NXinstrument
       /DETECTORNAME:NXdetector_group
       /DETECTORELEMENTNAME:NXdetector
          /CBF_diffrn_data_frame__section_id=[SECTIONIDARRAY]
          /CBF_diffrn_data_frame__binary_id=[BINARYIDARRAY]
          /CBF_diffrn_data_frame__center_fast_slow=[CENTERARRAY]
            @units="UNITS"
          /CBF_diffrn_data_frame__details=["DETAILSARRAY"]

    inserts either ARRAYID (if SECTIONID is not specified or SECTIONID
    into the element of SECTIONIDARRY for this frame and for this detector
    element (see below);

    inserts BINID
    into the element of BINARYIDARRAY for this frame and for this detector
    element (see below);

    inserts CENF
    into the element of CENTERARRAY for this frame, for this detector element
    and for the fast centre (see below);

    inserts CENS
    into the element of CENTERARRAY for this frame, for this detector element
    and for the slow centre (see below);

    only one CENTERARRY unit is provided.  If there is variation, the values in
    CENTERARRAY should be rescaled to uniform units.

    _diffrn_data_frame.detector_element_id ELEMENTID -->
    ELEMENTID used to index into the arrays of this category by the ordinal of
    the matching ELEMENTID in DIFFRN_DETECTOR_ELEMENT__id for the fast index;

    FRAMEID used to index into the arrays of this category by the ordinal of
    the matching ELEMENTID in DIFFRN_DETECTOR_ELEMENT__id for the slow index
    by matching FRAMEID against _diffrn_scan_frame.frame_id and using
    _diffrn_scan_frame.frame_number from the same row.

    inserts DETAILS
    into the element of DETAILSARRAY for this frame and for this detector
    element (see below);

    The arrays created in the mapping have a slow index of the number of frames
    and a fast index of the number of detector elements.  There is a middle
    index for CENTERARRAY in the order fast and then slow.

Category Example

 
        loop_
        _diffrn_data_frame.id
        _diffrn_data_frame.detector_element_id
        _diffrn_data_frame.array_id
        _diffrn_data_frame.binary_id
        frame_1   d1_ccd_1  array_1  1
        frame_1   d1_ccd_2  array_1  2
        frame_1   d1_ccd_3  array_1  3
        frame_1   d1_ccd_4  array_1  4