{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# create an NXtomo (from scratch)\n", "The goal of this tutorial is to create an [NXtomo](https://manual.nexusformat.org/classes/applications/NXtomo.html) from scratch. In the sense without converting **directly** from a bliss scan." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## description of the example" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Let say we want to create an NXtomo matching the following sequence\n", "\n", "| frame index | Rotation Angle (in degree) | Frame Type | control Image Key | Image Key |\n", "| ----------- | --------------------------- | ----------- | ------------------ | --------- |\n", "| 0 | 0 | Dark | 2 | 2 |\n", "| 1 | 0 | Flat | 1 | 1 | \n", "| 2-201 | 0 - 89.9 | Projection | 0 | 0 | \n", "| 202 | 90 | Flat | 1 | 1 | \n", "| 203 - 402 | 90 - 180 | Projection | 0 | 0 | \n", "| 403 | 180 | Flat | 1 | 1 | \n", "| 404 | 90 | Alignment | -1 | 0 |" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## create dummy dataset" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "