Skip to content

Feature/signal data operation#90

Open
jwasikpsnc wants to merge 23 commits into
iterorganization:developfrom
jwasikpsnc:feature/signal_data_operation
Open

Feature/signal data operation#90
jwasikpsnc wants to merge 23 commits into
iterorganization:developfrom
jwasikpsnc:feature/signal_data_operation

Conversation

@jwasikpsnc

Copy link
Copy Markdown
Collaborator
  • adds /data/plot_data/ signal_operations parameter
  • adds signal operations description in /info/data_manipulation_methods endpoint response
  • accepts operations as list ["operation:<URI>", "..."] e.g. ["add:<uri>","mul:<uri>","div:<uri>"]
  • operations are executed in order determined by position in the list
  • allowed operations:
    • add
    • sub
    • mul
    • div
  • updated docs
  • if <base_uri> and <operand_uri> have the same shapes - > no interpolation needed
  • if <base_uri> and <operand_uri> have different shapes -> error is being raised

Waiting for #89 to be merged first

@read-the-docs-community

read-the-docs-community Bot commented Jun 22, 2026

Copy link
Copy Markdown

Documentation build overview

📚 imas-ibex | 🛠️ Build #33371427 | 📁 Comparing 8cc64a4 against latest (9fe753c)

  🔍 Preview build  

134 files changed · + 84 added · ± 50 modified

+ Added

± Modified

…re/signal_data_operation

# Conflicts:
#	backend/ibex/core/data_manipulation_methods.py
#	backend/ibex/data_source/imas_python_source.py
#	backend/ibex/data_source/imas_python_source_utils.py
#	backend/ibex/endpoints/schemas/request_data_schemas.py
#	backend/tests/conftest.py
#	backend/tests/test_data_endpoints.py
#	backend/tests/test_data_manipulation.py
#	docs/source/developers_manual/backend_development/data_manipulation.rst
@jwasikpsnc jwasikpsnc marked this pull request as ready for review June 30, 2026 10:05
@jwasikpsnc

jwasikpsnc commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator Author

@olivhoenen

  • rebased onto develop
  • fixed bug in pyproject.toml which made pip download https://pypi.org/project/ibex/ instead of imas-ibex when installing pip install -e .[all]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant