lincc-frameworks / lincc-frameworks/hyrax
HSCDataSet takes filenames from filter_catalog rather than manifest
Open
@mtauraso is already working on this.
Since Mar 17, 2025.
bug
- Dominant language
- Python
- Stars
- 41
- Forks
- 7
- Avg merge
- 5d 1h
- Merged PRs (30d)
- 8
Description
**Bug report**
When loading a filter_catalog in HSCDataset, the filter catalog essentially replaces the manifest. This means that tainted and/or malformed manifests can break HSCDataset by having wrong filenames.
Ideal behavior would be for HSCDataset to not trust the filter catalog with filename information, drawing either from listing the directory or the manifest file directly.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.