For the complete documentation index, see llms.txt. This page is also available as Markdown.

NIFTI Export

Overview

The NIFTI Export plugin is an export plugin that converts medical brush annotations from NRRD format to NIFTI format.

Use this plugin when you need to download medical brush segmentation data in .nii format.

Cover

NIFTI Export

Plugin Functionality

The NIFTI Export plugin processes the selected export tasks and converts each medical brush annotation package from NRRD to NIFTI.

The plugin returns a ZIP file containing an Ango export JSON. In that JSON, the plugin replaces the medical brush data URL with a URL pointing to a generated NIFTI ZIP file for each processed asset.

This plugin is intended for medical brush annotation exports. Assets without medical brush data will not produce converted NIFTI brush data.

Supported Data Types

  • Medical assets with brush annotation data exported as NRRD brush data.

Supported Annotation Tools

  • Medical Brush

Plugin Configuration

From the Stage Filter field, pick the stages containing the tasks you'd like to export. Similarly, from the Batch Filter field, you may select one or more batches. By default, all tasks are exported from all batches.

If you wish to receive an email when the export is complete, toggle Send Email on.

You may vary logging behavior from the Config JSON field:

  • "verbose": Enables progress logs while the export is running.

    • Example:

      • "verbose": true

      • "verbose": false

  • "verbose_frequency": Defines how frequently progress logs are displayed when verbose logging is enabled.

    • Example:

      • "verbose_frequency": 10

Last updated