Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Clean up object size usage

オープン
#644 コメント 1 件 リアクション 0 件 担当者 1 名 GitHub で見る

@martinkilbinger がすでに取り組んでいます。

2023年7月20日 から。

評価

この issue はまだ評価されていません。

説明

clean up

Various estimators of object size are used throughout the code:

  • fwhm
  • sigma (e.g. from HSM moment measurement)
  • T = I_xx + I_yy (sum of second-order moments), also written as R^2, T approx 2 sigma^2

Units can be in pixels or arcsec/arcmin.

These should be unified and made clear.

Two functions to transform between some of those exist in sp_validation/galaxy.py, we should use and extend those.

In the code, replace hard-coded numbers 1.17741, 2.355.

主要言語
Python
スター
18
フォーク
14
平均マージ
8時間 40分
マージ済み PR(30日)
10

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

CosmoStat/shapepipe のほかの issue

CosmoStat/shapepipe の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。