Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue tasks team members with reviewing all data format pages and a provided header cross-reference sheet. The goal is to identify headers that require fixing, such as missing keywords or those needing modification. For each identified issue, a new GitHub issue should be created to track the necessary changes, ensuring consistency and correctness across data product headers.
AI Summary: This GitHub issue reports multiple NumPy `DeprecationWarning` messages (NumPy 1.25) occurring in `l3_to_l4.py` and `calibrate_kgain.py`. The warnings stem from attempting to convert an array with `ndim > 0` to a scalar using `int()`, specifically when processing the result of `np.nonzero()`. The suggested fix is to explicitly extract a single element from the array before performing the conversion.