Make sure to keep wcs attribute of enmap
Open
@thibautlouis is already working on this.
Since Jun 15, 2023.
bug
- Dominant language
- Python
- Stars
- 10
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
We should preserve wcs when manipulating so_map object. This line
https://github.com/simonsobs/pspy/blob/cca8cf1d1be2156ecdf8334e863eab4880889955/pspy/so_map.py#L782 removes wcs information : we must use noise.data[:] to only modify the numpy array and keep wcs unchanged
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.