Add support for reprojecting data cubes with celestial slices using the exact mode
- Dominant language
- Python
- Stars
- 127
- Forks
- 74
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 2
Description
Currently we hard-code the exact reprojection to only work with 2d images:
https://github.com/astropy/reproject/blob/master/reproject/spherical_intersect/high_level.py#L63
We should extend this to any data cube that has celestial slices, even though it might be difficult to properly optimize.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading reproject/spherical_intersect/high_level.py around line 63, where exact reprojection is limited to 2D images. Trace how celestial slices in data cubes are represented and determine the existing reprojection entry points. Done means exact mode supports data cubes with celestial slices, with correct behavior even if optimization is deferred.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100