ibex 0.2.1.dev74 documentation
ibex.core.ibex_service
Initializing search
    ibex
    ibex
      • How to launch ibex?
      • Features
      • Frontend development
      • Backend development
        • Introduction
        • Data interpolation
        • Data manipulation
        • Adding a new data manipulation method
        • Adding new data source
        • Adding new downsampling method
        • Benchmarking IBEX
        • API docs
          • API reference
          • API autosummary
            • ibex
              • ibex.cli
              • ibex.core
                • ibex.core.data_manipulation_methods
                • ibex.core.ibex_service
                  • ibex.core.ibex_service.array_summary
                  • ibex.core.ibex_service.data_entry_exists
                  • ibex.core.ibex_service.find_paths
                  • ibex.core.ibex_service.get_data
                  • ibex.core.ibex_service.get_multiple_node_data
                  • ibex.core.ibex_service.get_node_info
                  • ibex.core.ibex_service.get_plot_data
                  • ibex.core.ibex_service.list_db_entries
                  • ibex.core.ibex_service.list_idses
                  • ibex.core.ibex_service.measure_execution_time
                  • ibex.core.ibex_service.uri_from_path
                • ibex.core.ibex_service
                  • ibex.core.ibex_service.array_summary
                  • ibex.core.ibex_service.data_entry_exists
                  • ibex.core.ibex_service.find_paths
                  • ibex.core.ibex_service.get_data
                  • ibex.core.ibex_service.get_multiple_node_data
                  • ibex.core.ibex_service.get_node_info
                  • ibex.core.ibex_service.get_plot_data
                  • ibex.core.ibex_service.list_db_entries
                  • ibex.core.ibex_service.list_idses
                  • ibex.core.ibex_service.measure_execution_time
                  • ibex.core.ibex_service.uri_from_path
                • ibex.core.utils
              • ibex.data_source
              • ibex.endpoints
              • ibex.exception_handlers
              • ibex.main
              • ibex.setup_logging

    ibex.core.ibex_service¶

    Logic between endpoint and data sources

    Functions

    array_summary(uri)

    data_entry_exists(uri)

    find_paths(uri, searched_node[, show_error_bars])

    get_data(uri, downsampling_method, ...)

    get_multiple_node_data(uri)

    get_node_info(uri[, recursive, show_error_bars])

    get_plot_data(plot_data_query)

    list_db_entries(user[, backends, database, ...])

    list_idses(uri)

    measure_execution_time(func)

    uri_from_path(path)

    Converts path string to uri

    2026-05-29
    © Copyright 2025-2026, ITER Organization.
    Created using Sphinx 8.2.3. and Sphinx-Immaterial