Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The way NormalizedProjection API is designed, derivatives can be computed only by the direct transform. This was based on the assumption that forward projections are always simpler than inverse projection. But the Mollweide projection (SIS-426) breaks this assumption. With current API computing the derivative of the inverse Mollweide projection implies creating that matrices, inverting it, then inverting it back again to the original matrix. We need a way to return the first matrix directly instead.
See inverseDerivate method in Mollweide class.
Attachments
Issue Links
- is caused by
-
SIS-426 Mollweide projection
- Closed