CosmoStat / CosmoStat/shapepipe
MCCD: restore to PSFEx parity
@martinkilbinger is already working on this.
Since Feb 23, 2024.
- Dominant language
- Python
- Stars
- 18
- Forks
- 14
- Avg merge
- 8h 40m
- Merged PRs (30d)
- 10
Description
Running MCCD on candide needs to be fixed.
- missing config file config_exp_mccd.ini
- adding (back) mccd to requirements
- check installation
Once this works, a few other issues can probably be closed:
#402 #601
Tracking issue for restoring MCCD to working parity with PSFEx (updated 2026-09-06).
Current state: mccd==1.2.4 (Feb 2023, last release) installs and imports; the six mccd_*_runner modules exist but nothing exercises them in CI or tests. Known blockers: #601 (fit crashes on current ModOpt, reproduced, unfixed; #615's fix waited on a pysap/sparse2d/MCCD re-tag that never happened), #630 (interp crash on ~3/1262 tiles), #402 (install).
Done means: an MCCD fit+interp run completes on candide from example/cfis/config_*mccd*.ini, with a small test in CI so it can't silently break again.
Contributor guide
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.