ISISComputingGroup/ibex_bluesky_core

Gaussian guess - guess negative Gaussian if peak 'looks' negative.

Offen

#299 geöffnet am 16.12.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (0 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (4 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

If average([y value at minimum x], [y value at maximum x]) > (min(y) + max(y))/2, guess a negative Gaussian instead of a positive one.

Acceptance criteria

  • For a Guassian with tails higher than midpoint of y-values, negative Gaussian is guessed
  • For a Gaussian with tails lower than midpoint of y-values, positive Gaussian is guessed

Notes

Contributor Guide