Skip to content

Releases: spacetelescope/drizzlepac

Drizzlepac Release V3.3.2rc0

10 Feb 19:48
110462c
Compare
Choose a tag to compare
Pre-release

Modification to the pyproject.toml file to support NumPy used by CALCOS 3.4.0.

Drizzlepac v3.4.0 Release Candidate 3

26 Jan 21:10
03a8865
Compare
Choose a tag to compare
Pre-release

This release candidate includes the following fixes and improvements to 3.4.0rc2:

  • update how make_poller_files.py generates visit numbers to account an edge case [#1221]
  • Fix incorrect drizzling of 0-weight input pixels [#1222]
  • Add explicit dependency on spherical-geometry and set min version [#1232]
  • Update apriori test to be more explicit with errors [#1233]
  • Insure both FLT and FLC headers have same a posteriori fit keywords [#1238]
  • MVM: Make tool to quantify quality of GAIA alignment generic for general use [#1241]
  • Fix logic to not align grism data in standard pipeline [#1243]
  • Streamline and modernize build process [#1244]
  • Remove nictools as a dependency [#1245]
  • RickerWavelet Kernel for SBC needs to have dimensions which are odd [#1246]
  • Address issue of logging for PyTest tests [#1247]
  • Refine headers for filter and total products [#1249]
  • Remove logic from align [#1250]

Drizzlepac v3.4.0 Release Candidate 2

06 Jan 14:55
62161bb
Compare
Choose a tag to compare
Pre-release

Includes changes to:

  • version limits for spherical_geometry to use numpy >= 1.22 correctly (limits use to numpy >= 1.22)
  • hap/test_apriori pytest to be less stringent and more descriptive when errors occur

Drizzlepac v3.4.0 Release Candidate 1

05 Jan 00:13
38cb6e8
Compare
Choose a tag to compare
Pre-release

Initial release candidate of code that supports multi-visit mosaic (MVM) processing.

Drizzlepac v3.3.1

19 Nov 14:27
e1e59e9
Compare
Choose a tag to compare

This release fixes a number of issues found in v3.3.0; namely,

  • #1174: SVM: Do not create a bare manifest file
  • #1175: Only remove source catalog rows where all flags are bad
  • #1178: Fix the units of a few variables in the output Point and Segmentation catalogs
  • #1181: Create an empty manifest file for datasets which do not process (e.g., Grism/Prism only)
  • Replace -9999.9 with -9999.0 in catalogs
  • #1162: Convert the masked values/empty strings ("") and nans to a numeric indicator in the output catalogs so the catalogs can more easily be ingested into a database.
  • #1160 : Add WCS keywords to catalog metadata
  • #1157 : Improve logic for reporting nmatches
  • Make manifest filename more consistent with rest of products(#1146)
  • ISO column name fix (#1155)
  • fix for segment threshold error.
  • a change to the requirements to force use of photutils v1.1.0 or less, since v1.2.0 introduces some unexpected differences in the alignment.

Drizzlepac v3.3.1 Release Candidate 6

04 Nov 14:26
e1e59e9
Compare
Choose a tag to compare
Pre-release

Updated to include changes from:

Drizzlepac v3.3.1 Release Candidate 5

20 Oct 20:50
5d96633
Compare
Choose a tag to compare
Pre-release

Update v3.3.1 release branch for release candidate 5 to include:

  • Replace -9999.9 with -9999.0 in catalogs
  • Update MVM processing to turn off alignment to GAIA by default and remove unmodified FLC files (from disk and manifest file)
  • Turn off generation of MVM exposure level products

The MVM updates were provided to enable continued testing of the MVM code.

Drizzlepac v3.3.1 Release Candidate 4

15 Oct 00:20
9033060
Compare
Choose a tag to compare
Pre-release

Update release branch 3.3.x for release candidate 4 with:

  • #1162: Convert the masked values/empty strings ("") and nans to a numeric indicator in the output catalogs so the catalogs can more easily be ingested into a database.
  • #1160 : Add WCS keywords to catalog metadata
  • #1157 : Improve logic for reporting nmatches

Drizzlepac v3.3.1 Release Candidate 3

12 Oct 19:58
b163ad6
Compare
Choose a tag to compare
Pre-release

Update 3.31 release candidate with fixes for:

  • manifest filename (#1146)
  • ISO column name fix (#1155)
  • get_sky_cell fix (#1158)

Drizzlepac v3.3.1 Release Candidate 2

07 Oct 14:09
ea1203a
Compare
Choose a tag to compare
Pre-release

v3.3.0 plus fix for segment threshold error.