{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Create an NXtomo (from scratch)\n", "\n", "The goal of this tutorial is to build an [NXtomo](https://manual.nexusformat.org/classes/applications/NXtomo.html) file from scratch, without converting it directly from a BLISS scan.\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Example description\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Let's create an NXtomo that matches the following sequence:\n", "\n", "| Frame index | Rotation angle (degrees) | Frame type | Control image key | Image key |\n", "| ----------- | ------------------------ | ---------- | ----------------- | --------- |\n", "| 0 | 0.0 | Dark | 2 | 2 |\n", "| 1 | 0.0 | Flat | 1 | 1 |\n", "| 2-201 | 0.0 - 89.9 | Projection | 0 | 0 |\n", "| 202 | 90.0 | Flat | 1 | 1 |\n", "| 203-402 | 90.0 - 180.0 | Projection | 0 | 0 |\n", "| 403 | 180.0 | Flat | 1 | 1 |\n", "| 404 | 90.0 | Alignment | -1 | 0 |\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## create dummy dataset" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "