CALDP-2024.10.2-4+enchilada-py311-linux-x86_64
Conda is required to manage installation of the delivery environment.
A fresh installation of Miniforge3 is not required for each CALDP
delivery, however. An existing conda installation may be used. The
method described here allows for multiple entirely separate pipeline
installations.
A POSIX-compatible shell (e.g. bash
) is required for all
steps below. Python dependencies are taken directly from PyPI or
development repositories as needed, so conda's ability to install hybrid
conda/pip environments from a YAML specification is used. This requires
first downloading the specification file and then creating the
environment with it.
Installing Conda
If conda is not available on the target system, it will need to be
installed and configured before the delivery environment can be
installed.
For detailed instructions of this step, please visit: https://conda.io/projects/conda/en/latest/user-guide/install/index.html
Miniforge3:
wget https://github.com/conda-forge/miniforge/releases/download/24.9.0-0/Miniforge3-24.9.0-0-Linux-x86_64.sh
bash Miniforge3-24.9.0-0-Linux-x86_64.sh
$HOME/Miniforge3/condabin/conda init
Installing CALDP
Option 1: Install this
delivery
conda env create \
--file https://ssb.stsci.edu/stasis/releases/hst/CALDP-2024.10.2+enchilada/delivery/CALDP-2024.10.2-4+enchilada-py311-linux-x86_64.yml
Activate this delivery
conda activate CALDP-2024.10.2-4+enchilada-py311-linux-x86_64
Option 2: Install the
latest delivery
Warning: The latest
URL may provide
software different than what is presented by the release notes section
below!
conda env create \
--name CALDP-latest-py311 \
--file https://ssb.stsci.edu/stasis/releases/hst/CALDP-2024.10.2+enchilada/delivery/latest-py311-linux-x86_64.yml
Activate the latest delivery
conda activate CALDP-latest-py311
Each new delivery iteration will need to be installed using one of
the above commands.
Software Release Notes
gwcs
What's Changed
Full Changelog: https://github.com/spacetelescope/gwcs/compare/0.19.0...0.21.0
tweakwcs
What's Changed
Full Changelog: https://github.com/spacetelescope/tweakwcs/compare/0.8.6...0.8.7
stwcs
What's Changed
New Contributors
Full Changelog: https://github.com/spacetelescope/stwcs/compare/1.7.0...1.7.3
stsci.stimage
What's Changed
New Contributors
Full Changelog: https://github.com/spacetelescope/stsci.stimage/compare/0.2.8...0.2.9
stsci.image
What's Changed
Full Changelog: https://github.com/spacetelescope/stsci.image/compare/2.3.8...2.3.9
fitsblender
What's Changed
New Contributors
Full Changelog: https://github.com/spacetelescope/fitsblender/compare/0.4.3...0.4.4
spherical_geometry
What's Changed
Full Changelog: https://github.com/spacetelescope/spherical_geometry/compare/1.3.1...1.3.2
What's Changed
New Contributors
Full Changelog: https://github.com/spacetelescope/stsci.tools/compare/4.0.1...4.1.0
stsci.skypac
What's Changed
New Contributors
Full Changelog: https://github.com/spacetelescope/stsci.skypac/compare/1.0.9...1.0.10
What's Changed
Full Changelog: https://github.com/spacetelescope/wfpc2tools/compare/1.0.4...1.0.5
What's Changed
New Contributors
Full Changelog: https://github.com/spacetelescope/wfc3tools/compare/1.4.0...1.5.0
What's Changed
Full Changelog: https://github.com/spacetelescope/stistools/compare/1.4.3...1.4.4
What's Changed
Full Changelog: https://github.com/spacetelescope/nictools/compare/1.1.4...1.1.5
crds
What's Changed
Full Changelog: https://github.com/spacetelescope/crds/compare/12.0.3...12.0.4
What's Changed
Full Changelog: https://github.com/spacetelescope/costools/compare/1.2.5...1.2.6
calcos
What's Changed
Full Changelog: https://github.com/spacetelescope/calcos/compare/3.5.1...3.6.0
stsci.imagestats
What's Changed
Full Changelog: https://github.com/spacetelescope/stsci.imagestats/compare/1.8.2...1.8.3
What's Changed
Full Changelog: https://github.com/spacetelescope/acstools/compare/3.7.0...3.7.1
drizzlepac
What's Changed
- Add automated HLA classic sourcelist comparison by @dulude in https://github.com/spacetelescope/drizzlepac/pull/541
- Modified SkyFootprint build method by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/547
- Transform HLA classic RA and Dec values into HAP reference frame for
better quality sourcelist comparisons by @dulude in https://github.com/spacetelescope/drizzlepac/pull/548
- Issue521 sort poller by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/558
- Add rms to headers by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/555
- Close open files in align upon error by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/561
- Fix logic for getting MDRIZTAB pars by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/568
- Update SVM processing to use HAP names for input exposures by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/567
- Fix simple poller input by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/543
- Add SVM footprint keywords to product headers by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/569
- Implement v1.0 of single fit for entire visit by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/553
- Removed last character in the root filename to fix a bug by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/570
- Correct problem in tweakback by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/551
- compare_sourcelists.py refactor by @dulude in https://github.com/spacetelescope/drizzlepac/pull/571
- Fixed bug in generating the manifest list by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/574
- Add init for read_hla package by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/576
- Improved the boolean mask creation for use with segmentation catalog
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/575
- Retain alignment reference catalog at the end of processing by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/577
- Fix bug introduced in commit fc98ce6 for diagnostic mode only. by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/579
- Add hdrname to hdulist by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/580
- proposed bug fix for 2dhist int bin number requirement by @srodney
in https://github.com/spacetelescope/drizzlepac/pull/583
- Check the input file to make sure it does not have zero size. by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/585
- Fix crash due to float number of bins passed to histogram2d by
@mcara in https://github.com/spacetelescope/drizzlepac/pull/587
- Modified the handling of the filter values to accommodate SBC names
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/586
- Do not look for CCDGAIN keyword in SBC FITS headers. by @mdlpstsci
in https://github.com/spacetelescope/drizzlepac/pull/589
- Segmented Catalog Updates by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/592
- Modify SVM code to handle "no sources found" gracefully by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/597
- Fix background subtraction by @dulude in https://github.com/spacetelescope/drizzlepac/pull/598
- Fix HSTDP 2019.5.1 bugs by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/593
- Minimum changes in pipeline code needed to use new tweakwcs by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/596
- Make hla_flag_filter.py concentration index limits user-definable by
@dulude in https://github.com/spacetelescope/drizzlepac/pull/599
- Remove duplicate function; refer to correct fit_info values by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/601
- Fix a bug in how minobj is used by @mcara in https://github.com/spacetelescope/drizzlepac/pull/604
- Refine overlap diff for blank images by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/608
- Insure blank images are actually blank by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/609
- Add astrometric residual computation as JSON file by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/607
- Bug fix for overlap computation on blank fields by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/612
- Apply CR flagging every time WCS fails verification by @stsci-hack
in https://github.com/spacetelescope/drizzlepac/pull/614
- Map stored token value on to a var that codecov honors. by @rendinam
in https://github.com/spacetelescope/drizzlepac/pull/613
- Remove codecov --token flag; rely upon env var instead. by @rendinam
in https://github.com/spacetelescope/drizzlepac/pull/615
- Merge old similarity with overlap diff by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/617
- Fix various bugs by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/616
- Add docstring to alignment viewer code by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/610
- Insure background subtraction is consistently applied by @stsci-hack
in https://github.com/spacetelescope/drizzlepac/pull/619
- Diagnostic updates and other miscellaneous code tweaks by @dulude in
https://github.com/spacetelescope/drizzlepac/pull/602
- Fix bugs in alignment_viewer by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/620
- Fix fitmask exceptions for blank images by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/621
- Insure src catalog always has same number of columns by @stsci-hack
in https://github.com/spacetelescope/drizzlepac/pull/622
- Segmentation catalog bug in diagnostic mode by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/623
- Basic structure to support the invocation of the SVM quality
assurance analysis by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/624
- Creation of diagnostic_utils.py, retrofit of selected diagnostic
routines by @dulude in https://github.com/spacetelescope/drizzlepac/pull/611
- Initial module to evaluate the SVM data products by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/625
- Report the number and disposition of GAIA sources which overlap the
footprint of the SVM image product. by @dulude in https://github.com/spacetelescope/drizzlepac/pull/626
- Add Zenodo DOI badge by @mcara in https://github.com/spacetelescope/drizzlepac/pull/627
- Add PyYAML to the setup.py which is needed for HAP SVM processing.
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/628
- Reset initialization for pipeline QA test by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/632
- Added the compare_photometry() routine to the
svm_quality_analysis.py module. by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/633
- Compare RA/Dec of cross-matches sources in Point and Segment
Catalogs by @dulude in https://github.com/spacetelescope/drizzlepac/pull/629
- Enable control over fitgeom in alignment by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/635
- Rework within_footprint to work by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/637
- Ensure return variable is initialized. by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/638
- Fix "SVM coordinate comparison can fail" bug by @dulude in https://github.com/spacetelescope/drizzlepac/pull/641
- Add SVM Q+A function to statistically characterize the distribution
of GAIA sources identified within a given HAP final product image
footprint by @dulude in https://github.com/spacetelescope/drizzlepac/pull/636
- Improve memory usage in alignment for SVM processing by @stsci-hack
in https://github.com/spacetelescope/drizzlepac/pull/643
- Fix an error condition for QA code by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/650
- Add call to execute
svm_quality_analysis.characterize_gaia_distribution() in hapsequencer.py
by @dulude in https://github.com/spacetelescope/drizzlepac/pull/646
- Correct debug statement in AlignmentTable by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/652
- Address error case in AlignmentTable by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/654
- Added an additional test to svm_quality_analysis.py. by @mdlpstsci
in https://github.com/spacetelescope/drizzlepac/pull/648
- Resolve HSTDP2020.2 WCS exceptions by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/655
- add general info section to json files, standardize 'generation
date/time' and 'time since epoch' values across all json files by
@dulude in https://github.com/spacetelescope/drizzlepac/pull/656
- Prototype Bokeh graphic to support SVM quality assessment data by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/661
- Move subroutine hapsequencer.run_sourcelist_comparision() to
svm_quality_analysis.py. by @dulude in https://github.com/spacetelescope/drizzlepac/pull/660
- compare_sourcelists.py : Store statistical summaries computed for
each comparison to the .json file by @dulude in https://github.com/spacetelescope/drizzlepac/pull/662
- Improve catalog memory by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/663
- Initial fix for manifest file by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/664
- Update imports of interpret_big_flags to use astropy instead by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/665
- Updates to SVM Quality Test "report wcs". by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/668
- Fix a crash when finding sources in very large images by @mcara in
https://github.com/spacetelescope/drizzlepac/pull/670
- Add json harvester script by @dulude in https://github.com/spacetelescope/drizzlepac/pull/667
- Address problems from testing svm0.2.5 by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/669
- Fix critical bugs in svm026 by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/672
- Add new parameter for pipeline use of custom rules files by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/674
- New PC size of 4.2, SC size of about 0.2 by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/477
- update diagnostic_utils.py to accept new inputs by @dulude in https://github.com/spacetelescope/drizzlepac/pull/678
- Update poller_utils to interpret MVM poller files by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/676
- Rename hlautils directory to haputils by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/675
- Updated SVM Quality Analysis tests by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/681
- Insure rscale as primary/default fit mode for all alignment by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/679
- Update relative astrometric resids to use HapDiagnostics by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/680
- update json harvester code to process 'units' and 'descriptions'
information from json files, write dataframe and metadata to HDF5 file
by @dulude in https://github.com/spacetelescope/drizzlepac/pull/682
- Comment out Windows builds for now by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/683
- Generate a Bokeh graphic which can be used as an example for other
plotting routines by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/685
- Update all alignment parameter files to force use of rscale only by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/686
- Remove override of TEST_BIGDATA definition by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/687
- Add HAPLEVEL to ExposureProduct file headers by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/688
- Use Bokeh for relative alignment scalar plots by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/684
- Updated report_wcs() in svm_quality_analysis.py by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/689
- Fix cal QA errors found during testing by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/693
- Update QA plots with useful Bokeh tools by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/692
- Add taskname to quality_analysis by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/696
- Update photometry graphics by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/694
- Expand search for JSON files in harvester by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/691
- Generated standalone version of wcs_graphics.py by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/695
- SVM Q&A: Create graphics routine for "find_gaia_sources" by
@dulude in https://github.com/spacetelescope/drizzlepac/pull/698
- Use min obj as define in default parameter config files by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/706
- Only determine astrometric residuals for aposteriori WCSs by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/708
- Add CPDIS and DP to the list of distortion keywords by @mcara in https://github.com/spacetelescope/drizzlepac/pull/709
- Add pipeline Q&A vector plots by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/711
- Fix WCSUTIL import from #710 by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/712
- Update docs to describe astrometry processing more fully by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/671
- Fix clumsy text in runastrodriz docs by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/713
- Update adrizzle teal interface by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/714
- Activate automatic publication to PyPI upon release by @rendinam in
https://github.com/spacetelescope/drizzlepac/pull/716
- Remove stsci.disttools and d2to1 from azure pipeline env. by
@rendinam in https://github.com/spacetelescope/drizzlepac/pull/718
- Simplify logic for archiving WCS in tweakreg by @mcara in https://github.com/spacetelescope/drizzlepac/pull/715
- Filter out specific drizzle-generated header keywords so that they
will not be included in the "header" sections of SVM QA json files. by
@dulude in https://github.com/spacetelescope/drizzlepac/pull/720
- Catch when HDRNAME is missing by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/721
- Generate cross-filter point-source comparisons by @dulude in https://github.com/spacetelescope/drizzlepac/pull/719
- HAPFigure class in support of HAP graphics by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/699
- Filter out various header keywords from json file harvesting by
@dulude in https://github.com/spacetelescope/drizzlepac/pull/722
- Add skeleton MVM sequencer for testing by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/726
- Remove deprecated code by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/725
- Upgraded the photometry_graphics to use the new API by @mdlpstsci in
https://github.com/spacetelescope/drizzlepac/pull/733
- Implement graphic depicting differences in the number of sources
detected in Point and Segment by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/724
- Use new API for pipeline Q&A astrometry plots by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/723
- Add generation of absolute astrometry residuals to pipeline Q&A
tests by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/734
- Updated wcs graphics routines by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/738
- Update SVM point-to-segment catalog xmatch comparison plots by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/739
- Fix problems identified in Build 2020.4 testing by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/742
- Use EPOCH for GAIADR2 catalog positions by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/743
- Add interfilter crossmatched residuals graphics by @dulude in https://github.com/spacetelescope/drizzlepac/pull/741
- Fix logic for singleton QA Gaia Plotting by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/745
- Fix QA indexing problem by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/746
- Fix runastrodriz errors by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/747
- Fix SVM GAIA catalog bugs by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/749
- Only try to generate QA JSONs for data with sources by @stsci-hack
in https://github.com/spacetelescope/drizzlepac/pull/753
- Update pipeline graphics to only plot valid data by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/755
- Remove pysynphot as dependency by @pllim in https://github.com/spacetelescope/drizzlepac/pull/754
- Update to Segmentation SVM processing via use of RickerWavelet
kernel for crowded fields by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/756
- First draft of SVM documentation framework by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/748
- Wrote documentation for aperture catalog generation by @dulude in https://github.com/spacetelescope/drizzlepac/pull/760
- Updated svm_quality_analysis module to generate additional data by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/759
- Create "Delta_Mag vs Mag" and "Separation vs Mag" graphics by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/761
- PIPELINE and SVM Q&A: Capture exceptions generated by the
PIPELINE and SVM quality analysis routines by @dulude in https://github.com/spacetelescope/drizzlepac/pull/762
- PIPELINE and SVM Q&A: Capture exceptions generated by the
PIPELINE and SVM quality graphics routines by @dulude in https://github.com/spacetelescope/drizzlepac/pull/763
- Added proper argparse-controlled fault-tolerant command-line
interface to svm_quality_graphics.py by @dulude in https://github.com/spacetelescope/drizzlepac/pull/764
- svm_quality_graphics.py code updates and bugfixes by @dulude in https://github.com/spacetelescope/drizzlepac/pull/765
- Fix logic for SVM with multiple detectors and possiblity of
detection of no sources by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/771
- Handle empty images in alignment by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/772
- Improved JSON data collection for "number of sources" statistics by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/773
- SVM Q&A: Develop command-line interface for pipeline graphics by
@dulude in https://github.com/spacetelescope/drizzlepac/pull/768
- Get QA to not crash with blank images by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/775
- Define a shared location on disk for HLA comparison output files by
@dulude in https://github.com/spacetelescope/drizzlepac/pull/776
- MNT: Remove nose and move scikit-image dependencies by @pllim in https://github.com/spacetelescope/drizzlepac/pull/780
- Update all WCSs with correct WCSTYPE keyword value by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/784
- Use WHT array to refine point catalog by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/785
- Add HAPLEVEL as attribute to HAPProduct class by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/789
- Fix crash in tweakreg when updatehdr is false by @mcara in https://github.com/spacetelescope/drizzlepac/pull/801
- Fixed display of flag values in catalog headers by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/798
- Update runastrodriz to work under Windows by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/794
- Trim source catalogs based on Flag value by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/805
- Updated NSIGMA for source identification to 7.5 by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/806
- Change how OS is recognized by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/807
- Utilize the weight image in the catalog creation algorithms by
@dulude in https://github.com/spacetelescope/drizzlepac/pull/811
- Implement an alternative way to compute the background in support of
Segmentation by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/810
- Revert "Updated NSIGMA for source identification to 7.5" by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/812
- MVM: Add command-line interface to sequencer by @dulude in https://github.com/spacetelescope/drizzlepac/pull/813
- Refine segmentation algorithm by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/820
- MVM: Set parameters based on input files by @dulude in https://github.com/spacetelescope/drizzlepac/pull/822
- Re-organize/streamline background computation algorithms by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/827
- Fix a bug introduced when cleaning up two-dimensional images by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/828
- Get single-image CR algorithm working by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/815
- Try another fit to GAIA if necessary by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/829
- Scale parameters relative to HLA plate scale by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/835
- Set the gain to a value of 1.0 when processing ACS/SBC data by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/834
- Write the Segment "regions" file (*.reg) for use with ds9 after the
catalog sources have been trimmed by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/836
- Refine auto kernel by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/832
- Add computation for the minimum allowable threshold by @mdlpstsci in
https://github.com/spacetelescope/drizzlepac/pull/837
- Implement catalog rejection based on expected CR levels by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/839
- Insure default value for n1 exptime by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/840
- Removed debug code from catalog_utils by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/844
- Implement env variables for catalog generation by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/845
- Fix saturation mask application to input files by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/847
- Fix problem defining masks for use in point catalog generation by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/850
- Add interdetector crossmatch statistics utility
"interdetector_sourcelist_crossmatch.py" to comparison_utils by @dulude
in https://github.com/spacetelescope/drizzlepac/pull/849
- Address identically zero background seen in SBC images by @mdlpstsci
in https://github.com/spacetelescope/drizzlepac/pull/846
- Erode the footprint mask to ensure false sources are not detected
along any boundary by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/851
- Make mvm names consistent by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/841
- Change analyze error to warning by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/857
- Initial draft of catalog rejection description by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/853
- Update of catalog generation documentation by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/854
- Insure IPPPSSOO keyword has correct value by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/861
- MVM: output from poller utility should only contain specified sky
cells when input from a "pipeline" poller file by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/864
- Populate HAP keywords in copied HAP input files by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/866
- Add FINE and COARSE IR SkyCell layers by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/858
- WIP: Too many resources are used even when and MVM poller file is
used as input by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/867
- Remove hard-coded values for the "good" FWHM search range by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/872
- Revise MVM manifest name to be more generic by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/873
- Manage MVM input data by @dulude in https://github.com/spacetelescope/drizzlepac/pull/874
- Rename static mask by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/876
- Add renamed input files to MVM manifest file by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/875
- Create more specific static mask name by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/888
- Revise SkyCell API by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/878
- Fixed two bugs during SVM testing: attribute not part of a class and
error in joining tables by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/898
- User can't specify a custom parameter file for SVM processing when
executing from the command line by @dulude in https://github.com/spacetelescope/drizzlepac/pull/896
- Fix segment background determination and use by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/895
- Fix arithmetic in the docstring for dqbits by @mcara in https://github.com/spacetelescope/drizzlepac/pull/904
- Add DRIZCORR as rejection criteria by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/906
- Add S_REGION to FLC files by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/910
- MVM: Only generate sky cell layers being updated by input exposures
by @dulude in https://github.com/spacetelescope/drizzlepac/pull/911
- Fix a bug in tweakback due to which updated WCS's name is ignored by
@mcara in https://github.com/spacetelescope/drizzlepac/pull/913
- Insure all processing results in updated WCSs by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/907
- update version of python to >=3.7 by @nden in https://github.com/spacetelescope/drizzlepac/pull/915
- fix align test, update Jenkins job title by @nden in https://github.com/spacetelescope/drizzlepac/pull/916
- Update version info from 3.2.x by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/927
- Fix HAPEXPNAME in HDRTAB for EXP HAP Products by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/926
- Address problem of the deblend step taking too long by @mdlpstsci in
https://github.com/spacetelescope/drizzlepac/pull/917
- Implement deconvolution-based point-catalog creation by @stsci-hack
in https://github.com/spacetelescope/drizzlepac/pull/903
- runsinglehap.py documentation cleanup and overall drizzlepac project
HTML documenation theme change by @dulude in https://github.com/spacetelescope/drizzlepac/pull/935
- Update astrometry documentation by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/936
- Add DRIZPARS keyword to drizzle header by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/934
- Set a common active WCS for direct as well as corresponding
Grism/Prism images by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/929
- Clean up manifest file and disk as necessary by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/941
- Store FITS keyword WCS solutions as a dictionary for use in multiple
routines by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/944
- Fix errors found in 1k dataset test by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/942
- Singlevisit documentation update by @dulude in https://github.com/spacetelescope/drizzlepac/pull/947
- Update alignment functions docstrings by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/943
- Handle situation of no viable Total Data Products in the visit by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/946
- Updated the SVM user documentation by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/953
- Fix EXTNAME/EXTVER in simple FITS files by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/954
- Fix PSF point-catalog memory issues, plus more by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/950
- Improved the way WCS solutions are manipulated for visits with
Grism/Prism data by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/956
- Redo S_REGION computation by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/951
- Ensure diagnostic files do not get created during standard
processing by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/958
- New SREGION computation based on WCS footprint by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/962
- Debugging issues with archiving and restoring WCS solutions from
headerlets by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/963
- Insure HDRNAME is always valid by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/966
- Add more error cases for FWHM use by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/965
- Fix bugs in point-catalog generation by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/971
- Ensure the PHOT keywords can be found in the SVM product header by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/969
- Correct computation of CR threshold factor by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/972
- Make MVM test datasets by @dulude in https://github.com/spacetelescope/drizzlepac/pull/964
- Fixed the logic with regard to "reject_catalogs" and "diagnostic
mode". by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/974
- Fix svm qa logic by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/976
- Reset a column to its original name "RA" from the temporary name of
"#RA" by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/983
- Make corner detection more robust by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/985
- Fix all photutils imports by @larrybradley in https://github.com/spacetelescope/drizzlepac/pull/988
- Update default astrometry catalogs used for a posteriori processing
by @dulude in https://github.com/spacetelescope/drizzlepac/pull/986
- Updates to catalog columns by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/996
- Deleted obsolete modules from drizzlepac repository by @mdlpstsci in
https://github.com/spacetelescope/drizzlepac/pull/1000
- Add weight column to ref catalog for SVM alignment by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/1001
- Iterate over SkyMatch options by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1007
- Replaced deprecated STWCS calls by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1008
- Enable user epoch selection in creating GAIA catalogs by @stsci-hack
in https://github.com/spacetelescope/drizzlepac/pull/1006
- Insure IDCSCALE always exists by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1005
- Determine success criteria for MVM alignment fitting by @dulude in
https://github.com/spacetelescope/drizzlepac/pull/1009
- WIP: Modified align_to_gaia() method of the FilterProduct to use
logic provided by Astrometry WG by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1002
- Change API for align.perform_align by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1010
- Use correct weights from standardized catalogs by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1011
- Fix support of astrometric catalog names by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1012
- Modified to have a single align_to_gaia method which loops over
catalogs, fit methods, and fit geometries by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1013
- Apply limits on cross-matches to fit quality by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1014
- Adjust threshold for point-catalog generation by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1017
- Add more diagnostic info to logs by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1015
- Insure correct versions get reported for WCS by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1016
- Clarified message issued when a downgrade in the fit geometry is
done. by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1018
- Add logic to avoid relative fit with singletons by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1023
- Update default fit pars by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1027
- Update defaults for pipeline catalog use by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1029
- Update inputs for fitting by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1028
- Update CHANGE log and RTD docs for next release by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1032
- Skip inconsistent fits during relative alignment by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/1033
- Refactor code in updatewcs_with_shift by @mcara in https://github.com/spacetelescope/drizzlepac/pull/1038
- Correct astrodrizzle example use of the wcskey by @mcara in https://github.com/spacetelescope/drizzlepac/pull/1045
- Initialize fit for each attempt by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1047
- Insure IDCTAB is current in FLT files by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1046
- make_poller_files.py: minor bugfix by @dulude in https://github.com/spacetelescope/drizzlepac/pull/1044
- Fix memory corruption in the linear blot algorithm by @mcara in https://github.com/spacetelescope/drizzlepac/pull/1048
- Define bounded WCS for SkyCell footprint by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1043
- Minimize memory usage of SkyFootprint by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1049
- WIP: Changes made to use the "bounding box WCS" by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1051
- Fix list input parsing for get_sky_cells by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1056
- Fixed abbreviated "long string" values in the FITS header by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1057
- Initialize the SkyFootprint attribute, self.footprint_member by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1058
- Fix incorrect MVM skycell/projection cell identification bug by
@dulude in https://github.com/spacetelescope/drizzlepac/pull/1059
- Fixed the clean up of the Rules files by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1061
- Remove unused variable
var
by @jneu in https://github.com/spacetelescope/drizzlepac/pull/1064
- Fix indexing of SkyCell IDs by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1065
- Address unreasonable deblending times for segments by @mdlpstsci in
https://github.com/spacetelescope/drizzlepac/pull/1067
- Fix the construction of the manifest filename for MVM processing by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1070
- Update docs for aqutils by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1072
- Fix the code in cell_utils.py which is generating a FutureWarning by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1073
- Remove indirect dependencies by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1071
- Fix MVM poller by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1076
- Reset parameters for shift alignment by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1075
- Fix to handle an undefined manifest filename by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1080
- Only apply DRIZPARS when returned by tweakwcs by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1078
- Fix fitgeom use in log msg by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1079
- Fixed bug to access the dataset filenames properly AND remove zero
exposure images from processing by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1081
- Create Drizzled MVM FLC files by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1085
- MVM: Skip any image/chip in the MVM visit list with no skycell
overlap by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1088
- Allow local files in poller files by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1087
- Update HAPLEVEL for MVM products by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1091
- Turn off CTX creation for MVM products by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1095
- Switch to using astropy's bitmask module. by @mcara in https://github.com/spacetelescope/drizzlepac/pull/1098
- Keep using stsci.tools.bitmask for compatibility with numpy 1.21 by
@mcara in https://github.com/spacetelescope/drizzlepac/pull/1100
- Update dependency requirements. Remove unused dependencies by @mcara
in https://github.com/spacetelescope/drizzlepac/pull/1103
- Use intrinsic int, bool, and float types instead of numpy by @mcara
in https://github.com/spacetelescope/drizzlepac/pull/1102
- Create code to generate custom mosaics that span multiple skycells
by @dulude in https://github.com/spacetelescope/drizzlepac/pull/1097
- Update some nightly regression tests by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1107
- Initial version of MVM tools: find files in the region of interest,
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1104
- Fix hap apriori pytest by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1109
- Fix multiprocessing incompatibility with Python >= 3.8 by @mcara
in https://github.com/spacetelescope/drizzlepac/pull/1101
- Added functionality to combine image cutouts, mvm_combine. This â¦
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1110
- Update to using PHOTUTILS 1.1.0 by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1096
- Support general input poller file name by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1112
- Compute mvm sregion by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1106
- SVM: Handle multiple total data products (TDP) when first TDP
processed has no sources by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1115
- Fix amutils after update to PHOTUTILS 1.1.0 by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1116
- Remove reference to source_properties by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1117
- Update pyproject to use oldest-supported-numpy by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1118
- Add build-backend to pyproject.toml, to force PEP517 build by
@zanecodes in https://github.com/spacetelescope/drizzlepac/pull/1121
- MVM: Insure SVM-derived WCS gets used as input to MVM processing by
@dulude in https://github.com/spacetelescope/drizzlepac/pull/1125
- which_skycell.py simple bugfix by @dulude in https://github.com/spacetelescope/drizzlepac/pull/1128
- Remove dependence on photutils private functions by @larrybradley in
https://github.com/spacetelescope/drizzlepac/pull/1127
- Only deblend large sources by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1131
- Generate empty source catalogs by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1122
- Ensure hapcut utilities will work on MVM exposure-level products by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1119
- Function mvm_analyze_wrapper determines the viability of an image
for MVM processing by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1132
- MVM: Make alignment to GAIA optional by @dulude in https://github.com/spacetelescope/drizzlepac/pull/1133
- Minimize use of fitting for shift only by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1129
- Add FWHM measurement to the output Segmentation filter catalogs by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1136
- Improve make_poller_files.py by @dulude in https://github.com/spacetelescope/drizzlepac/pull/1138
- Add the Kron radius as an output measurement for the catalog by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1142
- Update change log for v3.3.0 by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1143
- Fixed a bug which caused the proper naming of the output manifest by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1146
- MVM: create documentation page for custom mosaic creation code by
@dulude in https://github.com/spacetelescope/drizzlepac/pull/1144
- Define segment thresholds for basically empty images by @stsci-hack
in https://github.com/spacetelescope/drizzlepac/pull/1152
- Update v3.3.0 user docs by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1149
- Change names of Segmentation columns to avoid confusion with Source
Extractor column measurements by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1155
- Fix use of filename in get_sky_cells by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1158
- Improve logic for reporting nmatches by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1157
- Add WCS keywords to catalog metadata by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1160
- Convert the masked values/empty strings ("") and nans to a numeric
indicator by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1162
- Modified azure-pipeline.yml to use ubuntu-latest versus ubuntu-16.04
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1166
- No longer create MVM exposure level DRC images by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1167
- Remove unmodified input files from disk and manifest file by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1163
- Change floating point fill value from -9999.9 to -9999.0 by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1165
- SVM: Do not create a bare manifest file by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1174
- Change MVM manifest filename by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1176
- Only remove rows where all flags are bad by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1175
- Implement logic to ignore small and non-CTE data by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/1170
- Fix the units of a few variables in the output Point and
Segmentation catalogs by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1178
- Initial draft of the descriptive documentation MVM hapcut utilities
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1150
- Use correct version of get_envvar function by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1179
- Create an empty manifest file for datasets which do not process
(e.g., Grism/Prism only) by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1181
- Create tool to quantify the quality of the alignment to GAIA sources
in MVM products by @dulude in https://github.com/spacetelescope/drizzlepac/pull/1184
- Improvements/updates made to MVM utilities while documenting the
code by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1148
- Added "demonstration" routine, test_svm_demo.py, which uses fixtures
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1185
- Add pytest for WFC3/IR SVM processing by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1191
- Add new pytest for SVM HRC and SBC processing by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1190
- Pipeline align problems by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1187
- Added a new PyTest test_svm_j97e06 by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1189
- Adding a new WFC3 test for both UVIS and IR images and catalogs. by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1192
- Adding WFC3 PyTest - IR and UVIS by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1195
- Fix an issue with WFPC2 flat field file extension name by @mcara in
https://github.com/spacetelescope/drizzlepac/pull/1193
- Add logic to create empty catalogs for blank data by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/1199
- SVM: Ensure list of headerlets contains all the WCS solutions
available by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1202
- Ignore largest by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1198
- Avoid empty HDRTAB rows by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1205
- Fix logging setup for SVM processing by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1209
- Add Python 3.10 to Azure test matrix by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1208
- Turn on Python 3.10 Jenkins testing by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1210
- Add support for MVM header rules files by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1201
- Modify publish-to-pypi.yml to build wheels by @zanecodes in https://github.com/spacetelescope/drizzlepac/pull/1156
- Fix logic for adding HAPEXPNAME to HDRTAB table by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1215
- Special handling of SBC/HRC MVM data, clarify messsages, return
codes by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1211
- Compute own NMATCHES value for fit validation by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1217
- Set NMATCH limits for fitgeoms to INS requested values by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1218
- Reduce memory use in hapmultisequencer by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1219
- Prevent WCS consistency update from overwriting latest idctab by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1220
- Remove guppy import by @mcara in https://github.com/spacetelescope/drizzlepac/pull/1224
- Temporarily "skip" the HAP PyTests which fail in their assertions.
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1231
- Remove the prefix "hst_" from the manifest filename for MVM
products. by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1230
- Add explicit dependency on spherical-geometry and set min version by
@mcara in https://github.com/spacetelescope/drizzlepac/pull/1232
- Update apriori test to be more explicit with errors by @stsci-hack
in https://github.com/spacetelescope/drizzlepac/pull/1233
- Insure both FLT and FLC headers have same a posteriori fit keywords
by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1238
- update how make_poller_files.py generates visit numbers to account
an edge case by @dulude in https://github.com/spacetelescope/drizzlepac/pull/1221
- Fix logic to not align grism data in standard pipeline by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1243
- RickerWavelet Kernel for SBC needs to have dimensions which are odd
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1246
- Address issue of logging for PyTest tests by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1247
- Build process by @nden in https://github.com/spacetelescope/drizzlepac/pull/1244
- Remove logic from align by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1250
- Remove nictools as a dependency by @nden in https://github.com/spacetelescope/drizzlepac/pull/1245
- MVM: Make tool to quantify quality of GAIA alignment generic for
general use by @dulude in https://github.com/spacetelescope/drizzlepac/pull/1241
- Fix incorrect drizzling of 0-weight input pixels by @mcara in https://github.com/spacetelescope/drizzlepac/pull/1222
- Refine headers for filter and total products by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1249
- Insure focus comparison works on Linux by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1255
- Generate correct HDRNAME (finally?) by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1265
- SVM/MVM: Update/fix HAP code "exit" statement handling by @dulude in
https://github.com/spacetelescope/drizzlepac/pull/1267
- Improve source detection for SBC data by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1262
- Remove extraneous version variables by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1256
- Change to using relative version imports by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1271
- Add product rules files for deletion by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1269
- Figures for the MVM utilities descriptions by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1273
- Protect actions being performed on a potentially NoneType object by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1278
- Modified three tests to remove the "skip" to enable the tests to
execute by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1274
- Update requirements to allow astropy 5.0 use by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1280
- Generate SVM QA JSONs again by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1279
- Simplify machinery for rendering help or doc strings by @mcara in https://github.com/spacetelescope/drizzlepac/pull/1252
- Add mvm docs to describe MVM processing steps by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1272
- Update Release Notes for v3.4.0 release by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1251
- Limit markupsafe version for astropy use by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1286
- Reset tasknames to work with TEAL by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1285
- Lower markupsafe dependency again by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1290
- Update pyproject file for public release by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1293
- Protect computations when photflam is equal to 0.0 by @mdlpstsci in
https://github.com/spacetelescope/drizzlepac/pull/1295
- MVM: Define MVM-specific processing parameters for drizzling by
@dulude in https://github.com/spacetelescope/drizzlepac/pull/1277
- Remove IPPPSSOO keyword from MVM product headers (again) by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1297
- skip building wheels on i686 by @nden in https://github.com/spacetelescope/drizzlepac/pull/1296
- Fix problem with astropy 5.0 table interpretation by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/1292
- Statistics for SVM and MVM by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1300
- SVM: add/remove/update Astrodrizzle Parameter files by @dulude in https://github.com/spacetelescope/drizzlepac/pull/1303
- Fix setup.py by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1306
- Explicitly update boolean column in ASN tables by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1307
- Upgrading from MacOS 10.14 to 10.15 as 10.14 is no longer available
by @BGannon2 in https://github.com/spacetelescope/drizzlepac/pull/1311
- Refine HAP Pytests success criteria by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1313
- Synchronize output WCS specifications for SVM processing by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1312
- Smooth out determination of S_REGION vertices by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1315
- Ignore git information for installations in conda envs by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1309
- Ensure units of catalog variables comply with Astropy by @mdlpstsci
in https://github.com/spacetelescope/drizzlepac/pull/1316
- Apply default alignment fit parameters for zero exptime exposures by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1319
- Fix bug caused by Astropy Tables being interpreted as QTables by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1320
- Revise logic for when mask keywords are computed by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/1323
- Restrict version of Photutils to < 1.4.0. by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1326
- Add MEANWHT and MEDWHT keywords to drizzle products by @mdlpstsci in
https://github.com/spacetelescope/drizzlepac/pull/1324
- Correctly extract visit id for HAP diagnostics by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1325
- Add documentation describing mvm products and artifacts by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1322
- Add release notes for 3.4.1final by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1328
- Pull changes from #1299 to master by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1330
- Fix typo in ACS MVM header rules file by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1332
- Update astropy min version to 5.0.4 by @WilliamJamieson in https://github.com/spacetelescope/drizzlepac/pull/1335
- Clarify comment portion of FITS card for MEANWHT and MEDWHT. by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1349
- Avoid archiving duplicate WCS solutions in SVM processing by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1333
- Update installation dependencies for fitsblender and skypac by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1354
- Flag and ignore bad images based on detecting linear features by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1351
- Update pyproject.toml astropy min version by @WilliamJamieson in https://github.com/spacetelescope/drizzlepac/pull/1347
- Improve algorithm for identifying and filtering large segments by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1357
- Carry over IDCSCALE keyword when updating WCS to match Grism WCS by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1355
- Ignore layers with no overlapping exposures by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1360
- Update crder units by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1362
- This change addresses bugs associated with the big_segments
attribute of the segmentation image by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1365
- Update the WFC3 rules files -- MERGE after PR#1365 by @mdlpstsci in
https://github.com/spacetelescope/drizzlepac/pull/1366
- Only allow "verify_guiding" check for MVM processing by @mdlpstsci
in https://github.com/spacetelescope/drizzlepac/pull/1368
- Fix the size of the HAPEXPNAME column in the HDRTAB of the MVM
output DRZ/DRZ file by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1371
- Pass along default WCSNAME by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1370
- Re-design tweakback by @mcara in https://github.com/spacetelescope/drizzlepac/pull/1372
- Bugfix: point-cat-fxm files being left around by @dulude in https://github.com/spacetelescope/drizzlepac/pull/1369
- Updates to create the MVM quality analysis infrastructure by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1378
- Fixed skycell size in pixels as quoted in the documentation. by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1387
- Ensure Ramp filter data is not used for MVM processing by @mdlpstsci
in https://github.com/spacetelescope/drizzlepac/pull/1393
- Added requested values and clarification text regarding photometry
to the catalogs by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1390
- Modified the docstring which defines the HAPLEVEL and its associated
meaning by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1395
- Modified the "exposure level" products to have a HAPLEVEL = 1 by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1398
- Created the mvm_quality_analysis.py module by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1396
- Get full S_REGION outline by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1401
- Update readthedocs for SVM catalog generation by @dulude in https://github.com/spacetelescope/drizzlepac/pull/1400
- Reorganized how information is stored in the JSON files by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1404
- MVM: Add quality test that cross-matches SVM catalog info in regions
of MVM overlap and statistically quantifies results by @dulude in https://github.com/spacetelescope/drizzlepac/pull/1405
- Initial version of mvm_quality_graphics.py module by @mdlpstsci in
https://github.com/spacetelescope/drizzlepac/pull/1408
- Delete all reference catalogs during SVM processing by @stsci-hack
in https://github.com/spacetelescope/drizzlepac/pull/1409
- Visualize results of overlap crossmatch analysis from
mvm_quality_analysis.py by @dulude in https://github.com/spacetelescope/drizzlepac/pull/1410
- Update runastrodriz to work with WFPC2 singletons by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/1412
- MVM: Update cross-match routine to read pipeline poller file by
@dulude in https://github.com/spacetelescope/drizzlepac/pull/1413
- Exit immediately if no new MVM inputs by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1414
- Revert sky matching upon any error by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1411
- Added try/except blocks for exceptions generated with regions do not
have cross matches by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1419
- Update SVM to support WFPC2 subarray exposures by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1418
- Added MVM WCS graphics to mvm_quality_graphics module by @mdlpstsci
in https://github.com/spacetelescope/drizzlepac/pull/1421
- Add Python 3.10 tests by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1420
- Add WFPC2 support for MVM processing by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1422
- Support additional RADESYS options for input files by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/1423
- Ensure the gain variables are defined for all detectors by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1425
- Essentially remove restriction on PhotUtils package version by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1426
- Update change log for v3.4.3 by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1427
- Update 343 changelog by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1428
- Verify astrometry headerlets and remove bad ones by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/1424
- Update code to use tweakwcs 0.8.0 by @mcara in https://github.com/spacetelescope/drizzlepac/pull/1430
- Insure catalogs can be successfully created for all sparse fields by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1431
- Update change log for v3.5.0 release candidate by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1432
- Insure correct filetype gets defined for filter and total products
by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1433
- Update to fully support numpy v1.23 by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1434
- Remove Python 3.7 tests from Jenkins builds by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1436
- Make sure WFPC2 parameter files get installed by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1438
- Add GitHub actions by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1437
- use canonical filename of RTD configuration and enable
nitpicky
by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1440
- Prevent astroquery code from throwing an Exception for SVM requests
by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1441
- Fix command line interface for runastrodriz by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1444
- Use verify_guiding correctly for pipeline and SVM processing by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1443
- Implement update of WFPC2 header for best references in runastrodriz
by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1446
- Add runastrodriz manifests by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1447
- SVM: Fix logic for catalogs and cosmic ray checking by @mdlpstsci in
https://github.com/spacetelescope/drizzlepac/pull/1450
- small change to test PEP517 build of C extension by @zacharyburnett
in https://github.com/spacetelescope/drizzlepac/pull/1452
- Add error handling/improved messages to CatalogSearch functions by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1451
- Add the missing CHANGELOG comment for PR#1450 by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1454
- Protect against there being no sources left to measure by @mdlpstsci
in https://github.com/spacetelescope/drizzlepac/pull/1466
- Cleanup SCI header (FLT/C, DRZ/C) keywords remaining from an 'a
aposteriori' active WCS solution by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1465
- Protect against inability to find a FWHM due to a fitting problem by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1467
- Update wfpc2 shadow mask by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1469
- Updated the release date of v3.5.0. by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1468
- Turn on CR classify in align for WFPC2 by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1470
- Implement photometric equalization for WFPC2 pipeline by @stsci-hack
in https://github.com/spacetelescope/drizzlepac/pull/1471
- update
stregion
to include Python 3.11 build patch by
@zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1472
- Replace WFPC2 detector names pc and wf with only wfpc by @stsci-hack
in https://github.com/spacetelescope/drizzlepac/pull/1473
- Rename WFPC2 pipeline DRZ products by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1474
- Update default WFPC2 HAP parameters by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1475
- refactor for Tox 4 by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1477
- Ignore headerlets for primary WCS solutions by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1476
- Updates to the SVM quality analysis to accommodate WFPC2 by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1478
- Fix Numpy 1.24 str deprecation by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1483
- Enable user specified CRDS URL for WFPC2 processing by @stsci-hack
in https://github.com/spacetelescope/drizzlepac/pull/1481
- Fix WFPC2 config file typos by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1479
- Avoid trying to delete non-existent readonly cache flag from
environment by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1484
- Update required to compute_2d_background() in astrometric_utils.py
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1480
- Documented how to read programmatically the catalog files by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1482
- Reset crder units by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1485
- Update WFPC2 RT to work with new DRZ name by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1487
- Avoid running runastrodriz on calibration data by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1488
- Fix logic in astroquery_utils to properly support regression testing
by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1486
- Handle empty images more gracefully by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1490
- Update to use photutils catalog wcs correctly by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1489
- Let photeq fail without crashing pipeline by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1491
- Handle headerlet WCSNAME check correctly by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1496
- Insure source columns are not masked by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1497
- Revise what HLET files get added to manifest file by @stsci-hack in
https://github.com/spacetelescope/drizzlepac/pull/1498
- Fix default HLET filename by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1501
- Skip processing GSFAIL WFPC2 exposures by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1500
- use nightly wheel for
astropy
by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1502
- Fix typo in pyproject.toml. by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1506
- Fix another typo in pyproject.toml by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1508
- Fix another typo in pyproject.toml (#1508) by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1509
- Turn off Pytest XML output by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1512
- Turn off verify for WFPC2 by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1511
- Update SkyCell docstring with examples by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1513
- Process all EXT WFPC2 targets by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1505
- Find neighbor pcells by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1503
- try setting root directory to be within
clone
by
@zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1515
- Revert "try setting root directory to be within
clone
"
by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1516
- Delete WFPC2 CAL FLT files by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1514
- Removed the use of the ASTROMETRY_STEP_CONTROL environment variable
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1517
- Update docstring for extract_sources and add default kernel by
@stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1519
- Add doc build dependency for install by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1520
- Try to set readthedocs to use an editable pip install by @stsci-hack
in https://github.com/spacetelescope/drizzlepac/pull/1521
- Backout incorrect update to RTD build config by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1522
- Adjust RTD build paths by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1523
- Add numpydoc as RTD build dependency by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1524
- Add more RTD packages for installation by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1525
- Add astrocut to RTD build by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1526
- Fix additional RTD build errors by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1527
- Remove as many RTD warnings as possible by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1528
- Remove the last RTD warnings for v3.5.1 by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1529
- Fixed some Deprecation and Syntax Warnings by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1532
- Add the EXPNAME keyword to be retained in the ACS SVM and MVM
headers by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1530
- use OpenAstronomy workflows and move MacOS jobs to a schedule by
@zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1531
- Fixed the S_REGION bug - ensure the polygon is closed by @mdlpstsci
in https://github.com/spacetelescope/drizzlepac/pull/1533
- Update S_REGION keyword for standard pipeline drizzle products by
@s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1535
- add code owners file by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1538
- Add the DATE keyword to the drizzle product primary header (HLA-961)
by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1537
- Ensure the SVM FLT/FLC files all contain a valid S_REGION by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1536
- Ensure DATE-* keywords conform to the FITS standard (ISO-8601) for
"DATE" by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1539
- Updated JenkinsfileRT by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1540
- Add Python 3.11 to Jenkins tests by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1543
- Updated CHANGELOG.rst by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1544
- Fix a bug in buildFileListOrig causing crash when updatewcs=True by
@mcara in https://github.com/spacetelescope/drizzlepac/pull/1549
- runastrodriz: Report the name of the file being process on exception
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1552
- test against pre-built binaries of
numpy
by
@zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1553
- Protect against using compute_sregion for no valid images by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1547
- Unit test for point kernel by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1542
- WFPC2: Issue a specific error code and create an empty manifest file
for bad data by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1550
- Fix changelog by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1556
- revert astropy prerelease wheel spec and use nightly Scipy wheel
index by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1555
- Five PyTests have had their rtol/atol settings loosened by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1561
- Modified the criteria for catalog rejection based upon expected CR
contamination by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1559
- HLA-783 [MVM]: Bad RA coordinates for skycells in the "North Pole"
projection cell by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1560
- use new wheel index URL by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1564
- Ensure tweakwcs >= 0.8.2 is in use by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1565
- use latest versions of linux and macos runners by @zacharyburnett in
https://github.com/spacetelescope/drizzlepac/pull/1568
- Ensure version of Matplotlib <= 3.6.3 for now by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1571
- HLA-1029: Fix projection cell identification in overlapping regions
by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1572
- Fix an incompatibility with np 1.25 in minmed by @mcara in https://github.com/spacetelescope/drizzlepac/pull/1573
- Update code to update WPFC2 chip gaps by @stsci-hack in https://github.com/spacetelescope/drizzlepac/pull/1551
- HlA-1059: Reference catalog weights corrected by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1616
- HLA-1052: Updated WFPC2 drizzle parameters for HAP by @s-goldman in
https://github.com/spacetelescope/drizzlepac/pull/1617
- Fixed bug in calculation of the measurements for each detected
source by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1614
- WFPC2 json file error due to trailing comma by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1629
- HLA-1048: Redesign of readthedocs documentation by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1620
- Drizzlepac: Ensure the "best" WCS solution is found when using a set
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1638
- Drizzlepac: Updated PyTest test_svm_hrcsbc.py from causing failure
on PR by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1639
- HLA-1060: Fix formerly working HAP PyTest in test_align.py by
@s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1632
- Updates to JenkinsfileRT as suggested by Nadia and Joe. by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1644
- Correctly fix the wcs preferential order REL > IMG, GAIA*3 >
GAIA[2|1] by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1645
- Removed XFAIL marker as tests are xpassing by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1646
- replace astropy VCS checkout with link to wheel URL by
@zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1648
- drop support for Python 3.8 by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1541
- Removed version restriction on Matplotlib by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1649
- Get the CHANGELOG.rst from the last release (3.6.1) by @mdlpstsci in
https://github.com/spacetelescope/drizzlepac/pull/1650
- Allow group specifications as integers or tuples by @mcara in https://github.com/spacetelescope/drizzlepac/pull/1612
- Updated CHANGELOG by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1651
- Add a PR template to github repo by @nden in https://github.com/spacetelescope/drizzlepac/pull/1652
- HLA-1093: Updated WFPC2 params for SVM any_n1.json and any_n2.json
by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1655
- remove unsupported
system_packages
RTD config setting
by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1659
- HLA-1084:Fix regression tests by @nden in https://github.com/spacetelescope/drizzlepac/pull/1658
- SCSB-93: Changes to fix errors expected from Numpy 2.0 by @s-goldman
in https://github.com/spacetelescope/drizzlepac/pull/1667
- HLA-1122: Added log for astrometric catalog source by @s-goldman in
https://github.com/spacetelescope/drizzlepac/pull/1669
- HLA_1122: Added or improved some log messages. by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1674
- HLA-1128: Ensure logging is done and log call to database service.
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1676
- Added docs to make_wht_masks() in catalog_utils.py by @s-goldman in
https://github.com/spacetelescope/drizzlepac/pull/1660
- use PyPI upload workflow from OpenAstronomy by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1677
- HLA-1070: New build badge for github actions, added installation
docs by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1671
- HLA-1111: Updated SVM filenames for WFPC2 by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1678
- HLA-1120: Force a consistent default value for do_verify_guiding by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1682
- HLA-1110: aperture keyword from poller to header by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1683
- HLA-1145: Pin astrocut to avoid urllib3 version conflict by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1689
- HLA-1150: MVM failure due to HAPProduct constructor mismatch by
@s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1693
- Updates to CHANGELOG and add authors by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1694
- Hla 1076 hap intro docs by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1688
- pin Python in RTD environment by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1687
- HLA-1154 Bug fix for processing no_proc_key='WARN' by @s-goldman in
https://github.com/spacetelescope/drizzlepac/pull/1698
- Initial setup for ADRs by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1697
- HLA-1161: MagErrAp2 and other magnitude errors in HAP catalogs have
incorrect negative values by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1700
- HLA-1164: Disable code that changes HAP catalog flag values by
@s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1710
- RT: Allow -dev jobs to fail by @jhunkeler in https://github.com/spacetelescope/drizzlepac/pull/1718
- Update requirements-dev to not use eggs by @nden in https://github.com/spacetelescope/drizzlepac/pull/1721
- HLA-1175: New Readthedocs structure by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1717
- Fix build failure on Python 3.12 by @jhunkeler in https://github.com/spacetelescope/drizzlepac/pull/1714
- HLA-837: Invalid Reference to Pyraf by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1726
- HLA-1190: New installation instructions and small text changes by
@s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1727
- Delete .github/workflows/codesee-arch-diagram.yml by @s-goldman in
https://github.com/spacetelescope/drizzlepac/pull/1728
- HLA-1203: Bug fix for HCALDP Reunion by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1731
- HLA-1144: Runastrodriz: handle an empty list generated by
do_verify_guiding by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1736
- HLA-1192: GitHub branch rename master to main by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1725
- HLA_1187: Modified the value of "check_big_island_only" to be True
even for by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1730
- pyproject.toml specify python_requires >=3.10 by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1737
- Numpy version specified as less than 2.0 in pyproject.toml by
@s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1743
- Update CHANGELOG by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1745
- Fix release candidate version by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1746
- Modified PyTests by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1748
- Skipping 'number of sources' tests as science tests are not part of
t⦠by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1750
- HLA-993: Adding skycell keyword to pipeline and SVM products by
@s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1729
- HLA-1224: Updating todo comments by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1761
- HLA-1220 Added Documentation Regarding SKYCELL Value by @s-goldman
in https://github.com/spacetelescope/drizzlepac/pull/1760
- Fix failing Jenkins tests by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1766
- HLA-1195 Improved S_REGION Around Edges by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1762
- HLA:1061 Re-enable final_fillval set to fill in values when WHT=0 by
@s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1767
- [SonarQube] raise exception class by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1775
- SVM: Reconcile removal of bad segments from segmentation image with
removal of corresponding rows from the "total" or white light source
catalog by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1771
- Update pyproject.toml to force use of stsci-imagestats>=1.8.1 by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1778
- HLA-727 Description of Exit Codes in documentation by @s-goldman in
https://github.com/spacetelescope/drizzlepac/pull/1781
- HLA-1222: Remove the restriction on the version of stsci.imagestats
by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1784
- HLA-1209 Bug fix that allows for user inputs in astrodrizzle with
mdriztab=True by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1774
- Fix jenkins pytests by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1772
- Enable alternate test data trees by @jhunkeler in https://github.com/spacetelescope/drizzlepac/pull/1788
- HLA-1243: final_bits value change in config json for single WFC3/IR
SVM by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1783
- HLA-1216 Remove tophat drizzle kernel and add warning for gaussian
and lanczos3 by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1786
- HLA-1191 GitHub Contributors Guide by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1787
- HLA-1248: Bug fixes and enhancements for the segmentation catalog
wrt the RickerWavelet kernel by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1791
- include Python versions in toxenvs, install HDF5 for macOS tests by
@zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1792
- HLA-1248: Series of bug fixes for the segmentation catalog by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1793
- HLA-1250: Moved test from haputils to drizzlepac/tests by @s-goldman
in https://github.com/spacetelescope/drizzlepac/pull/1795
- ensure extension modules are present in built wheel by
@zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1794
- HLA-1138: Exclude single filter images in the generation of the
total detection image by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1797
- fix (some) SonarQube issues by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1800
- HLA-1254: Address issues caught by SonarQube by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1802
- change instances of
http
to https
by
@zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1803
- [SCSB-155] build with Numpy 2.0 release candidate by @zacharyburnett
in https://github.com/spacetelescope/drizzlepac/pull/1806
- HLA-1257: Remove the use of a custom smoothing kernel for catalog
generation by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1805
- resolve warnings by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1798
- Manually recovered poller files needed for PyTests by @mdlpstsci in
https://github.com/spacetelescope/drizzlepac/pull/1809
- Fixed the internal variable setting for the location of calibration
reference files by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1810
- Move environment variable declaration into env_vars list by
@jhunkeler in https://github.com/spacetelescope/drizzlepac/pull/1814
- Fixes codecov by @jhunkeler in https://github.com/spacetelescope/drizzlepac/pull/1816
- HLA-1265: Streamline some regression tests by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1811
- Adding pytest-cov to pip install by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1822
- HLA-1213: Changes to address proper marking of CRs by @mdlpstsci in
https://github.com/spacetelescope/drizzlepac/pull/1820
- Revert1798 warnings by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1828
- Restrict photutils in pyproject.toml file by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1829
- HLA-1233: Updated config files to use minobj=10 with
fitgeom="rscale" by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1823
- Test for RT, set NumPy<2.0 in dependencies by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1831
- update usage of
ruff
to use ruff check
by
@zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1833
- HLA-1283: Added drizzlepac animation to the docs by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1832
- Testing readthedocs mambaforge versions to fix build failures. by
@s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1834
- Update manageInputCopies to work if input files aren't in working
directory by @rosteen in https://github.com/spacetelescope/drizzlepac/pull/1835
- Renaming archival tests so that they are no longer run daily by
@s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1837
- Upgrade jenkins dev test to python 3.11, fix ci-watson upgrade
failures by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1840
- [Jenkins] fix install conflicts in
3.11-dev
job by
@zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1842
- HLA-1269 Testing with Python 3.12 by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1843
- HLA-1291: Updated the call to hamming function in
deconvolve_utils.py by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1848
- Update CHANGELOG.rst by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1849
- fix SonarQube issues by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1847
- HLA-1295: Fixed the computations associated with rejection of
catalogs due to cosmic rays by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1853
- HLA-1302: Avoid application of cosmic ray threshold for ACS/SBC and
WFC3/IR catalogs by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1858
- [SCSB-170] pin Python<3.13 by @zacharyburnett in https://github.com/spacetelescope/drizzlepac/pull/1861
- Eliminate Python 3.13 from the target list by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1864
- HLA-935: Update HDRTAB for MVM products by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1846
- This ticket is just a bit of tightening up of Python code. by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1871
- HLA-1315: Fix "finally" block handling Grism/Prism under PyTest by
@mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1872
- HLA-1271: Config file update with different values for relative and
absolute alignment by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1860
- HLA-1322: Addressing Numpy 2.0 issues in Astrometric_utils.py by
@s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1875
- Fix CHANGELOG by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1877
- Small update to buildmask for Numpy 2.0 by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1876
- HLA-1327: Added documentation describing the regression tests by
@s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1881
- HLA-1323: s_region fix using simplify-polyline by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1884
- Small change to Rick's Quick Fix by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1886
- Comments added to cell_utils s_region code. by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1888
- Added changelog to s_region simplify-polyline improvement. by
@s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1892
- HLA-1342: Documentation for S_REGION code change by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1891
- HLA-1193/1296/1331: Upgraded all deprecated Photutils calls to
accommodate Photutils 1.13.0 by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1844
- HLA-1284/1287: Properly account for illuminated and non-illuminated
pixels by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1894
- HLA-1348: Isolate dependencies to optional dependencies list if
possible by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1903
- HLA-1350/1240: Update background determination algorithm used for
producing output source catalogs by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1904
- HLA-998: Proper handling of files which have SCI extensions
completely zero in RAW by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1902
- HLA-1361: Pin github devdep tests to python 3.12 by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1905
- HLA-1369: No viable data code 0 changed to code 65 by @s-goldman in
https://github.com/spacetelescope/drizzlepac/pull/1907
- Ignore nans in staticmask call to stsci.imagestats by @s-goldman in
https://github.com/spacetelescope/drizzlepac/pull/1909
- Set devdep github actions tests to python 3.12 (for cron) by
@s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1906
- HLA-1370: Fixed a bug from a previous commit for computing
statistics by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1910
- HLA-1352: Description of JSON files by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1901
- HLA-1384: Force an exit with a return code, KEYWORD_UPDATE_PROBLEM,
in try/exce⦠by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1911
- TST: Use photutils nightly wheel by @pllim in https://github.com/spacetelescope/drizzlepac/pull/1862
- MNT: Use hash for Action workflow versions and update if needed by
@pllim in https://github.com/spacetelescope/drizzlepac/pull/1889
- HLA-1362: Modified the minimum RMS computation used as a
discriminant for choos⦠by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/1908
- Reverting PR #1860 by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1915
- Skipping two regression tests in test_svm_j97e06 by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1916
- Specify numpy > 2.0 by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1918
- HLA-1385 Configuration Parameter Updates for SVM and Pipeline
Products. by @s-goldman in https://github.com/spacetelescope/drizzlepac/pull/1913
New Contributors
Full Changelog: https://github.com/spacetelescope/drizzlepac/compare/3.1.4...3.9.0
hstcal
What's Changed
Full Changelog: https://github.com/spacetelescope/hstcal/compare/3.0.3...3.1.0
t look for CCDGAIN keyword in SBC FITS headers. by @mdlpstsci in https://github.com/spacetelescope/drizzlepac/pull/589