Skip to content

Drizzlepac v3.3.0

Compare
Choose a tag to compare
@stsci-hack stsci-hack released this 28 Sep 17:57
· 7 commits to 3.3.x since this release
7629ce5

This version includes all the functionality needed to generate source catalogs, both point source and extended (segment) source catalogs, during single-visit mosaic (SVM) processing. The changes include many bug fixes along with the following significant changes:

  • Updated code to work with Python >= 3.7
  • GAIAeDR3 catalog now the initial catalog of choice for a posteriori alignment during standard pipeline processing, as well as for SVM/MVM processing.
  • SVM/MVM processing will loop over catalogs, fit methods and fit geometries in looking for a successful fit, using the first successful fit it computes.
    • CATALOGS used: GAIAeDR3, GSC242, 2MASS (in this order)
    • methods: relative, image-by-image
    • geometries: rscale, rshift, shift (each with different minimum cross-matches)
  • SVM processing will always generate both point source and extended source catalogs, even if the catalogs contain no rows of sources and measurements.
    • point source catalog will be generated using TinyTim PSF-based detection
    • extended source (segment) catalog will only have sources larger than the PSF kernel deblended.
    • catalog columns will closely resemble the Hubble Legacy Archive (HLA) catalogs columns
  • Grism/Prism exposures do not get aligned, but instead get the WCS correction from direct images
  • Added logic to handle visits where there are only Grism/Prism exposures with no direct images
  • S_REGION keyword:
    • added to FLT/FLC file headers
    • revised region computation to match closely the actual exposure footprint within mosaic
  • Always runs updatewcs on input files to insure pipeline-default WCSs are always present
    • Add WCSNAME=OPUS if no IDCTAB WCS was created by updatewcs (NGOODPIX=0, ...).