rdireen / spherepy

Numerical routines written in python for working with spherical hamonics
GNU General Public License v3.0
12 stars 3 forks source link

Switch to high dynamic range only when modes are greater than 1000 #8

Open rdireen opened 9 years ago

rdireen commented 9 years ago

Right now the speed of computation has been reduced by about half because I added the HDR fix. There is no need to snap into this mode unless we are trying to get modes larger than 1000, so fix this.