Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
sovabids 0.4.5.post1.dev0+e4ac2df documentation
sovabids 0.4.5.post1.dev0+e4ac2df documentation

Contents:

  • Quickstart
  • Intro to sovabids
  • Rules File Schema
  • Mappings File Schema
  • Validation of bids datasets
  • Examples Gallery
    • GUI example with LEMON dataset
    • TUI example with LEMON dataset
    • Usage example of source,target pair
    • LEMON dataset example with BIDSCOIN
    • LEMON dataset example
    • RPC API example with the LEMON dataset
  • API Reference
    • sovabids
      • sovabids.bids
      • sovabids.convert
      • sovabids.datasets
      • sovabids.dicts
      • sovabids.errors
      • sovabids.files
      • sovabids.heuristics
      • sovabids.loggers
      • sovabids.misc
      • sovabids.parsers
      • sovabids.rules
      • sovabids.schemas
      • sovabids.settings
      • sovabids.sovarpc
      • sovabids.tui
  • GSoC Proposal
  • GitHub Repository
Back to top
View this page

Examples Gallery¶

Here we show some exemplary use cases for sovabids.

These examples assume the folder structure of the sovabids repository (ie having the “examples” directory). If you plan to run these examples you should install sovabids in the following way:

Installation for using examples¶

To be able to run all examples the easiest is to install sovabids in the ‘advanced-usage’ mode, this helps to preserve that folder structure of the repository and install any additional dependencies needed for the examples.

See the introduction section of the docs for the installation instructions.

GUI example with LEMON dataset

GUI example with LEMON dataset

TUI example with LEMON dataset

TUI example with LEMON dataset

Usage example of source,target pair

Usage example of source,target pair

LEMON dataset example with BIDSCOIN

LEMON dataset example with BIDSCOIN

LEMON dataset example

LEMON dataset example

RPC API example with the LEMON dataset

RPC API example with the LEMON dataset

Download all examples in Python source code: auto_examples_python.zip

Download all examples in Jupyter notebooks: auto_examples_jupyter.zip

Gallery generated by Sphinx-Gallery

Next
GUI example with LEMON dataset
Previous
Validation of bids datasets
Copyright © 2021-2026, sovabids developers. Last updated 2026-05-12
Made with Sphinx and @pradyunsg's Furo
On this page
  • Examples Gallery
    • Installation for using examples