ISISComputingGroup/ibex_bluesky_core

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

Ouverte

#299 ouverte le 16 déc. 2025

 (0 commentaire) (0 réaction) (0 personne assignée)Python (0 fork)auto 404
good first issue

Métriques du dépôt

Stars
 (4 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur