csdms-contrib / slepian_alpha

Scalar spherical-harmonic analysis and Slepian functions
GNU General Public License v2.0
26 stars 31 forks source link

sdwcap never loads pre-calculated tapers #17

Open AlainPlattner opened 6 years ago

AlainPlattner commented 6 years ago

On line 84, the "if exist" statement has an " & 1==3", which is always false.

Is there a reason why we still have the loading "turned off", or can we enable loading?

fjsimons commented 6 years ago

Fixed it! On the plane to Belgium.

2018-03-30 21:10 GMT-04:00 Alain Plattner notifications@github.com:

On line 84, the "if exist" statement has an " & 1==3", which is always false.

Is there a reason why we still have the loading "turned off", or can we enable loading?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/csdms-contrib/slepian_alpha/issues/17, or mute the thread https://github.com/notifications/unsubscribe-auth/AGfGqG0ZE3RWxKnVn0VCSBWYiidIDUwHks5tjteGgaJpZM4TCRuL .

-- Frederik J Simons www.frederik.net

AlainPlattner commented 6 years ago

Thanks. Have fun at EGU!

The load still only happends when you don't want to store all tapers (vcut>0). What is the reason for this? I usually set vcut =-1 to make sure I get all tapers. Shall we remove this additional constraint for the loading?