ISISComputingGroup/ibex_bluesky_core

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

开放

#299 创建于 2025年12月16日

 (0 条评论) (0 个反应) (0 位负责人)Python (0 个派生)auto 404
good first issue

仓库指标

星标
 (4 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南