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

final_cat.param requests IMAFLAGS_ISO that the unmasked tile chain never produces; sp_validation cuts on it

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

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
45/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
活発
技術スタック
python

調査の方向性

Start with workflow/config/cfis/final_cat.param, default_noimaflags.param, and config_tile_Sx.ini to trace which catalogue columns the tile chain produces. Then inspect merge_final_cat and sp_validation's classification_galaxy_base cut, along with the detection.detection_source_mode lint in astra.yaml. Done means the masking choice is resolved and the final catalogue and validation selection agree.

索引モデルが issue の本文から書いたものです。

説明

workflow/config/cfis/final_cat.param lists IMAFLAGS_ISO, but the committed tile detection runs with FLAG_IMAGE = False and default_noimaflags.param (config_tile_Sx.ini), so no tile catalogue carries the column and merge_final_cat reads one that is never there. Downstream, sp_validation's classification_galaxy_base cuts on IMAFLAGS_ISO == 0, so the v2 catalogue either fails that selection or the cut has to move to the healsparse MASK_<band> columns. This is the object-level half of the masking decision (the pixel-level half — epoch flag source — is settled). Decide: drop IMAFLAGS_ISO from final_cat.param and port sp_validation's cut to MASK_<band>, or re-enable tile flag images. Recorded as a [LINT] on detection.detection_source_mode in astra.yaml (#875).

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

環境構築

はじめの一歩

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

CosmoStat/shapepipe のほかの issue

CosmoStat/shapepipe の issue をすべて見る

似ている issue

Python の issue をもっと見る

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

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