ejeschke / ginga

The Ginga astronomical FITS file viewer
BSD 3-Clause "New" or "Revised" License
121 stars 77 forks source link

Remove numexpr optimizations #955

Closed ejeschke closed 3 years ago

ejeschke commented 3 years ago

This removes the use of the numexpr package for optimizing rotations. There are several other (better) ways to optimize rotations including using opencv and pyopengl packages, which also add other optimizations.