Skip to content

Feature/data smoothing#72

Open
jwasikpsnc wants to merge 23 commits into
iterorganization:developfrom
jwasikpsnc:feature/data-smoothing
Open

Feature/data smoothing#72
jwasikpsnc wants to merge 23 commits into
iterorganization:developfrom
jwasikpsnc:feature/data-smoothing

Conversation

@jwasikpsnc
Copy link
Copy Markdown
Collaborator

  • Updated /info/data_manipulation_methods/ workflow
  • Added Gaussian and Savitzky-Golay filters
  • Passing whole request structure to data_source layer instead of parameters extraction
  • Added smoothing tests
  • Updated docs

jwasikpsnc and others added 21 commits April 17, 2026 14:04
…re/data-smoothing

# Conflicts:
#	backend/ibex/core/ibex_service.py
#	backend/ibex/data_source/data_source_interface.py
#	backend/ibex/data_source/imas_python_source.py
#	backend/ibex/data_source/imas_python_source_utils.py
#	backend/ibex/endpoints/data.py
#	backend/ibex/endpoints/info.py
#	backend/ibex/endpoints/schemas/info_schemas.py
@read-the-docs-community
Copy link
Copy Markdown

read-the-docs-community Bot commented May 25, 2026

Documentation build overview

📚 imas-ibex | 🛠️ Build #32906367 | 📁 Comparing 2368381 against latest (d786f12)

  🔍 Preview build  

129 files changed · + 79 added · ± 50 modified

+ Added

± Modified

downsampling_method=downsampling_method,
downsampled_size=downsampled_size,
)["data"]["coordinates"]
new_plot_data_query = copy(plot_data_query)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also set smoothing_method = None in the new_plot_data_query in order to not apply smoothing to coordinates?

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.

2 participants