roman-corgi/corgidrp

Need to double check the PAM Name keywords vs. their H/V positions

オープン

#291 opened on 2025/01/29

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Python (10 件のフォーク)auto 404
Feature Request/Upgradegood first issuelow priority

Repository metrics

Stars
 (16 個のスター)
PR merge metrics
 (平均マージ 17d 6h) (30d で 12 merged PRs)

説明

Is your feature request related to a problem? Please describe. The PAM name Keywords CFAMNAME, DPAMNAME, FPMAMNAME, LSAMNAME, SPAMNAME will be set by the SSC to the closest "Enum" value based on the closest match to the H and V values in the Tables on this webpage. This means that the mechanism might be incorrectly position, but still give a valid PAMNAME keyword.

Describe the solution you'd like We want a check early on the in DRP that checks that the PAMS are within [TBD] units of the desired H and V positions. It would then write the correct Enum to either a new keyword or overwrite the previous value (while still saving the original somehow). We might want some kind of step function that is called "update_headers", where we'd put other similar types of checks or adjustments.

Additional context Add any other context or screenshots about the feature request here.

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