Skip to content

Releases: spacetelescope/drizzlepac

Drizzlepac v3.6.1

10 Aug 16:01
7562ef3
Compare
Choose a tag to compare

What's Changed

  • Fixed an incompatiblity in the minmed code for cosmic ray rejection
    with the numpy version >=1.25by @mcara in #1573
  • Fixed projection cell identification in overlapping regions by @s-goldman in #1572
  • Force the version of matplotlib to be <= 3.6.3 as the newer versions of
    the library cause problems with the calcloud preview generation by @mdlpstsci in #1571

Drizzlepac v3.6.1 release candidate 1

28 Jun 17:44
1818e0a
Compare
Choose a tag to compare
Pre-release

High-Level Summary

This build of Drizzlepac is strictly a bug-fix release in particular to address a conflict between the CalCloud preview generation and Matplotlib v3.7.1. A rollback to Matplotlib <= v3.6.3 was necessary to address the problem.

What's Changed

  • Fix an incompatibility with NumPy v1.25 in minmed.py module @mcara #1573
  • Fix projection cell identification in overlapping regions @s-goldman #1572
  • Ensure version of Matplotlib <= 3.6.3 for now by @mdlpstsci in #1571

Full Changelog: 3.6.1rc0...3.6.1rc1

Drizzlepac v3.6.1 release candidate 0

15 Jun 21:15
a26c0c1
Compare
Choose a tag to compare
Pre-release

High-Level Summary

This build of Drizzlepac is strictly a bug-fix release to address a conflict between the CalCloud preview generation and Matplotlib v3.7.1. A rollback to Matplotlib <= v3.6.3 was necessary to address the problem.

What's Changed

Full Changelog: 3.6.0...3.6.1rc0

Drizzlepac v3.6.0

13 Jun 14:46
394a4d5
Compare
Choose a tag to compare

High-Level Summary

This build of Drizzlepac contains a number of bug fixes, as well as infrastructure changes in support and anticipation of Hubble Advanced Product (HAP) processing for WFPC2 data in upcoming builds.

What's Changed

  • Reset crder units by @stsci-hack in #1485
  • Handle empty images more gracefully by @stsci-hack in #1490
  • Update to use photutils catalog wcs correctly by @stsci-hack in #1489
  • Let photeq fail without crashing pipeline by @stsci-hack in #1491
  • Update SkyCell docstring with examples by @stsci-hack in #1513
  • Process all EXT WFPC2 targets by @stsci-hack in #1505
  • Find neighbor pcells by @stsci-hack in #1503
  • Delete WFPC2 CAL FLT files by @stsci-hack in #1514
  • Removed the use of the ASTROMETRY_STEP_CONTROL environment variable by @mdlpstsci in #1517
  • Update docstring for extract_sources and add default kernel by @stsci-hack in #1519
  • Add the EXPNAME keyword to be retained in the ACS SVM and MVM headers by @mdlpstsci in #1530
  • Fixed the S_REGION bug - ensure the polygon is closed by @mdlpstsci in #1533
  • Update S_REGION keyword for standard pipeline drizzle products by @s-goldman in #1535
  • Add the DATE keyword to the drizzle product primary header (HLA-961) by @s-goldman in #1537
  • Ensure the SVM FLT/FLC files all contain a valid S_REGION by @mdlpstsci in #1536
  • Ensure DATE-* keywords conform to the FITS standard (ISO-8601) for "DATE" by @s-goldman in #1539
  • WFPC2: Issue a specific error code and create an empty manifest file for bad data by @mdlpstsci in #1550
  • Protect against using compute_sregion for no valid images by @mdlpstsci in #1547
  • Exception error now reported to include the name of the file being processed by @mdlpstsci in #1552
  • Fix a bug in buildFileListOrig causing crash when updatewcs=True by @mcara in #1549
  • Fix Bad RA coordinates for skycells in the "North Pole" projection cell by @s-goldman in #1560
  • Modified the criteria for catalog rejection based upon expected CR contamination by @mdlpstsci in #1559

Full Changelog: 3.5.1...3.6.0

Drizzlepac v3.6.0 release candidate 2

24 May 15:28
538871b
Compare
Choose a tag to compare

Drizzlepac v3.6.0 release candidate 1

10 May 18:58
1ed7caf
Compare
Choose a tag to compare

Drizzlepac v3.6.0 release candidate 0

28 Apr 15:41
bde8d90
Compare
Choose a tag to compare
Pre-release

High-Level Summary

DRAFT
This build of Drizzlepac contains the software updates in support of the initial release of Hubble Advanced Product (HAP) datasets for WFPC2.

What's Changed

New Contributors

Full Changelog: 3.5.1...3.6.0rc0

Drizzlepac v3.5.1

07 Feb 16:26
cd50eb3
Compare
Choose a tag to compare

High-Level Summary

  • Put the verify_guiding() function into use in order to ignore exposures where the guide star lock was lost and the stars appear trailed.
  • Improved the feedback to the user when access to the catalog service fails so it is more apparent what has happened.
  • Handle the situation when an image has been cleaned of cosmic rays and there are no sources left to measure.
  • When the active WCS solution is 'a priori' are residual FITS keywords which may be present due to a previous 'a posteriori' solution are deleted to alleviate confusion.
  • Handle the situation of not be able to find a FWHM due to a fitting problem.
  • Clean up the CRDER FITS keywords to have the correct values and units, and add a descriptive comment.
  • Handle empty input images gracefully.
  • Make properly use of the PhotUtils catalog WCS.
  • Added user-oriented documentation for reading the output Point and Segmentation source catalogs programmatically with Astropy or Pandas.
  • Modified the compute_2d_background() function to accommodate API changes in PhotUtils while keeping the source code backwards compatible.
  • Provide support for Numpy 1.26 "str" deprecation and ensure backwards compatibility.

What's Changed

Full Changelog: 3.5.0...3.5.1

Drizzlepac v3.5.1 release candidate 2

26 Jan 21:43
f900237
Compare
Choose a tag to compare

Drizzlepac v3.5.1 release candidate 1

19 Jan 16:26
b637827
Compare
Choose a tag to compare