Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions applications/NXtomo.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,20 @@
</field>
<field name="x_rotation_axis_pixel_position" type="NX_FLOAT" minOccurs="0" maxOccurs="1"/>
<field name="y_rotation_axis_pixel_position" type="NX_FLOAT" minOccurs="0" maxOccurs="1"/>
<field name="half_acquisition" type="NX_BOOLEAN" minOccurs="0" maxOccurs="1">
<doc>
In tomography, half-acquisition scanning mode allows you to double the field of view.

In half-acquisition mode, the rotation axis is deliberately offset toward one edge of the detector.
And the sample is not fully covered by the detector at any given angle.

As a consequence, a pre-processing step is required to reconstruct the complete (full-field of view) sinogram
before performing the tomographic reconstruction (stitching/merging of the projections acquired at complementary angles).

Also note that acquisitions with an offset rotation center are not necessarily half-acquisitions, and conversely,
if the rotation axis is not offset, the half-acquisition mode loses its purpose.
</doc>
</field>
</group>
</group>
<group type="NXsample" name="sample">
Expand Down
Loading