ISISComputingGroup/ibex_bluesky_core

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

オープン

#299 opened on 2025/12/16

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (0 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (4 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド