This notebook is used to perform azimutal integration of i11 data. This repo follows the bookshelf structure, meaning it will be automatically deployed in two varieties:
- An interactive - jupyterlab - environment, for running both locally and hosted on the hosted JupyterLab instance
- A headless processing image, for running both locally and as a cluster job
Simply "create a release" on github, this will run a set of continious integration (CI) jobs defined in .github/workflows
to generate the nessacary containers.
To update the versions available via the diamond module system, run the Project General installation jenkins job for the "bookshelf" package; This will query the GitHub API and catalogue all containers in the DiamondLightSource repository with the nessacary metadata.
podman run --publish 8888:8888 ghcr.io/diamondlightsource/bookshelf-template/interactive:latest
or
module load bookshelf/bookshelf-i11-integration/latest
bookshelf-i11-integration-interactive
- Go to https://jupyterhub.diamond.ac.uk/hub/home
- 'Start My Server' with
CONTAINER_IMAGE=ghcr.io/diamondlightsource/bookshelf-i11-integration/interactive:latest
podman run --volume .:/outputs --volume .:/inputs --security-opt=label=type:container_runtime_t ghcr.io/diamondlightsource/bookshelf-template/processing:latest
or
module load bookshelf/bookshelf-i11-integration/latest
bookshelf-i11-integration-processing