Starlink / starlink

Starlink Software Collection
162 stars 53 forks source link

sc2filtermap error: hdr is NULL for calc_wvm. Possible programming error. #3

Closed aggibb closed 11 years ago

aggibb commented 11 years ago

The latest /stardev at JAC in Hilo (cfb0eea6e6) is giving me the following error when running sc2filtermap:

hdr is NULL for calc_wvm. Possible programming error.

Command line:

sc2filtermap in=pg20130111_1_cal out=pg20130111_1_whiten whiten \
  whiterefmap=pg20130111_1_jkmap\(0~574,0~574\)

Examples files at JAC: ~agibb/scuba2/

timj commented 11 years ago

That test was added in 7fc02e0db894691f65357e2a74b530d72dae17e5

There seems to be a logic bug. Everything is fine if the WVM cache has been created but fails when no cache has been created. Will fix.