GPI Data reading crashes when apodizer is unknown

Issue #13 resolved
Jason Wang created an issue

Should try catch all the reading of header values to fail gracefully: should simply not use that file if the expected header values are not there. Even better, it should be smart and guess it from the rest of the sequence: for Apod/FPM/prism/band, it should be the mode of the sequence; for PA, interpolate between the other values.

Comments (2)

  1. Jason Wang reporter

    Simple fix of this done in commit e4092ca. Doesn’t do smart interpolation, but just defaults to IFSFILT value. Good enough for now – no need to overengineer.

  2. Log in to comment