Skip to content

Public Release of v0.2.6

Compare
Choose a tag to compare
@stsci-hack stsci-hack released this 05 Apr 19:35
· 70 commits to main since this release

This version of fitsblender supports the release of drizzlepac v2.1.3 as used in the operational HST calibration pipeline and archive as of 23 Feb 2016. It primarily includes bug fixes; namely,

  • Fixed problem with random results from fitsblender by replacing use of dict with OrderedDict. This problem resolves issues with which image was interpreted as first and last when looking for values to use to populate the combined header.
  • Default pipeline processing rules files for all instruments amended to reset FLASHCUR header value to 'multi' instead of first.
  • Simple update to insure that any keyword deletion works cleanly with astropy by trapping any KeyError? exceptions explicitly.
  • Replace use of pyfits with astropy.io.fits.
  • Now works as-is under Python 2.7 and Python 3.5