JWSTDP-1.19.0-5-py312-linux-x86_64
Conda is required to manage installation of the delivery environment.
A fresh installation of Miniforge3 is not required for each JWSTDP
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 JWSTDP
Option 1: Install this
delivery
conda env create \
--file https://ssb.stsci.edu/stasis/releases/jwst/JWSTDP-1.19.0/delivery/JWSTDP-1.19.0-5-py312-linux-x86_64.yml
Activate this delivery
conda activate JWSTDP-1.19.0-5-py312-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 JWSTDP-latest-py312 \
--file https://ssb.stsci.edu/stasis/releases/jwst/JWSTDP-1.19.0/delivery/latest-py312-linux-x86_64.yml
Activate the latest delivery
conda activate JWSTDP-latest-py312
Each new delivery iteration will need to be installed using one of
the above commands.
Software Release Notes
jwst
What's Changed
- Prepare for post-1.17.0 development by @tapastro in https://github.com/spacetelescope/jwst/pull/9025
- JP-3784: Fix off-nominal pixel_replace and cube_build output names
by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9019
- Add suffix for SIRS refpix output so it can be okified by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9027
- Bugfix for SIRS reference pixel subtraction by @drlaw1558 in https://github.com/spacetelescope/jwst/pull/9037
- JP-3664: Fix pixel replace numpy 2.0 issues by @drlaw1558 in https://github.com/spacetelescope/jwst/pull/9004
- Update CRDS cache workflow usage to reduce random failures by
@braingram in https://github.com/spacetelescope/jwst/pull/9040
- JP-3834: Update default values for the source finding in tweakreg to
match the algorithm by @mcara in https://github.com/spacetelescope/jwst/pull/9036
- Metadata updates for 1.17.1 by @jhunkeler in https://github.com/spacetelescope/jwst/pull/9043
- Fix GWCS failures due to the API spring cleaning PR by
@WilliamJamieson in https://github.com/spacetelescope/jwst/pull/8965
- try to ignore requirements-sdp.txt for dependabot by @braingram in
https://github.com/spacetelescope/jwst/pull/9051
- JP-3822: restructure outlier detection unit tests by @emolter in https://github.com/spacetelescope/jwst/pull/9052
- JP-3794: Add trace-based extraction option for NIRSpec by @hayescr
in https://github.com/spacetelescope/jwst/pull/9022
- Update CODEOWNERS and remove unused files by @braingram in https://github.com/spacetelescope/jwst/pull/9055
- Update MRS photom documentation by @drlaw1558 in https://github.com/spacetelescope/jwst/pull/9065
- JP-3840: Include gwcs install warning and stasis install details by
@tapastro in https://github.com/spacetelescope/jwst/pull/9066
- Fix extract_1d unit test failure under numpy 2 by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9069
- JP-1649: Add option for user-defined sky levels in skymatch by
@emolter in https://github.com/spacetelescope/jwst/pull/9053
- JP-3838: Update README description of CRDS setup by @drlaw1558 in https://github.com/spacetelescope/jwst/pull/9078
- JP-3769: Add code style F, E, W rules by @emolter in https://github.com/spacetelescope/jwst/pull/9076
- JP-3755: Remove unused options and add unit tests to SOSS extraction
algorithm by @emolter in https://github.com/spacetelescope/jwst/pull/9000
- remove no longer needed warning filter by @braingram in https://github.com/spacetelescope/jwst/pull/9084
- JP-3829: Add flat handling to clean_flicker_noise by @melanieclarke
in https://github.com/spacetelescope/jwst/pull/9064
- Convert np.int to int for logging in numpy 2 by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9101
- JP-3664: Testing changes for numpy 2.0 compatibility by @tapastro in
https://github.com/spacetelescope/jwst/pull/8718
- JP-3769: Style rules example case by @emolter in https://github.com/spacetelescope/jwst/pull/9081
- Fix msa frame transform for opaque images by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9102
- build sdist with python 3.13 (point to workflow fork) by @braingram
in https://github.com/spacetelescope/jwst/pull/9106
- Move mypy type hint checking into pre-commit by @emolter in https://github.com/spacetelescope/jwst/pull/9108
- JP-3862: Apply code style to pixel_replace module by @tapastro in https://github.com/spacetelescope/jwst/pull/9107
- JP-3851: Remove fits_generator by @emolter in https://github.com/spacetelescope/jwst/pull/9111
- Remove unused .flake8 config file by @emolter in https://github.com/spacetelescope/jwst/pull/9115
- Add Codespell to pre-commit by @emolter in https://github.com/spacetelescope/jwst/pull/9097
- Fix sonar scan failures on AMI changes by @emolter in https://github.com/spacetelescope/jwst/pull/9112
- Emicorr speedup by @t-brandt in https://github.com/spacetelescope/jwst/pull/9077
- Style fixes for assign_mtwcs by @emolter in https://github.com/spacetelescope/jwst/pull/9113
- JP-251: Optimal extraction support for MIRI LRS by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/8967
- JP-3859: Apply code style to clean_flicker_noise and nsclean by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9114
- drop support for python 3.10 by @braingram in https://github.com/spacetelescope/jwst/pull/9116
- Fix code style in outlier detection by @emolter in https://github.com/spacetelescope/jwst/pull/9127
- JP-3777: Select first and last groups in ramp fitting by @stscirij
in https://github.com/spacetelescope/jwst/pull/9095
- JP-3697: Jump Step Refactor by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9039
- Remove tomli, no longer relevant for 3.11 by @emolter in https://github.com/spacetelescope/jwst/pull/9133
- set stcal to main, allow python 3.13 by @braingram in https://github.com/spacetelescope/jwst/pull/9105
- JP-3859: Apply code style rules to msaflagopen by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9124
- Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in https://github.com/spacetelescope/jwst/pull/9134
- Bump OpenAstronomy/github-actions-workflows from 1.15.0 to 1.16.0 by
@dependabot in https://github.com/spacetelescope/jwst/pull/9135
- JP-3116: Do not create observation-only Level 2 associations if part
of a background candidate by @tapastro in https://github.com/spacetelescope/jwst/pull/9098
- Add line length ignores for spec strings by @emolter in https://github.com/spacetelescope/jwst/pull/9139
- Apply code style rules to source_catalog by @emolter in https://github.com/spacetelescope/jwst/pull/9138
- Fix formatting error by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9142
- replace usage of
random.random() with
np.random.random() by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9137
- JP-3796: Scale barshadow correction to long slits by @melanieclarke
in https://github.com/spacetelescope/jwst/pull/9085
- JP-3827: Remove unused error from ramp data by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9109
- Apply code style rules to tweakreg by @emolter in https://github.com/spacetelescope/jwst/pull/9130
- Apply code style rules to badpix_selfcal by @emolter in https://github.com/spacetelescope/jwst/pull/9140
- JP-3830: MRS residual cosmic ray shower straylight correction by
@drlaw1558 in https://github.com/spacetelescope/jwst/pull/9126
- Apply code style rules to datamodels submodule by @emolter in https://github.com/spacetelescope/jwst/pull/9131
- Apply code style rules to stpipe by @emolter in https://github.com/spacetelescope/jwst/pull/9150
- Correct error in MSA metadata coordinate description by @hayescr in
https://github.com/spacetelescope/jwst/pull/9154
- Apply code style rules to wfss_contam by @emolter in https://github.com/spacetelescope/jwst/pull/9151
- Apply basic code style changes to lastframe step by @jemorrison in
https://github.com/spacetelescope/jwst/pull/9147
- Replace hidden wcs pipeline attribute with public one by @emolter in
https://github.com/spacetelescope/jwst/pull/9165
- Apply code style rules to soss_extract by @emolter in https://github.com/spacetelescope/jwst/pull/9156
- Xfail test_fgs_guider until CRDS files are repaired by @tapastro in
https://github.com/spacetelescope/jwst/pull/9169
- Update codestyle for first frame step by @jemorrison in https://github.com/spacetelescope/jwst/pull/9170
- JP-3859: Apply code style rules to combine_1d by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9121
- JP-3859: Apply code style rules to master_background by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9123
- Apply code style rules to model_blender by @emolter in https://github.com/spacetelescope/jwst/pull/9157
- JP-3856: Style Updates for Group Scale by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9163
- JP-3856: Code Style Updates to Jump Step by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9159
- JP-3856: Style Updates for Ramp Fitting by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9158
- JP-3855: Style Updates for DQ init by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9161
- JP-3856: Style Updates for Charge Migration by @kmacdonald-stsci in
https://github.com/spacetelescope/jwst/pull/9162
- increase minimum version of asdf-astropy by @braingram in https://github.com/spacetelescope/jwst/pull/9177
- JP-3765: Update documentation of ramp fitting step arguments by
@drlaw1558 in https://github.com/spacetelescope/jwst/pull/9176
- JP-3859: Apply code style rules to wavecorr by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9128
- Move common resample code to stcal by @mcara in https://github.com/spacetelescope/jwst/pull/8986
- JP-3879: Fix resample failure to ingest single datamodels from file
by @emolter in https://github.com/spacetelescope/jwst/pull/9183
- JP-3856: Style Updates for Gain Scale by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9164
- JP-3786: Remove hard assigning NON_SCIENCE to DO_NOT_USE in
flatfield by @drlaw1558 in https://github.com/spacetelescope/jwst/pull/9174
- Fix a bug in resampled_wcs_from_models by @mcara in https://github.com/spacetelescope/jwst/pull/9186
- Apply code style rules to pipelines by @emolter in https://github.com/spacetelescope/jwst/pull/9144
- Use skymatch from stcal by @WilliamJamieson in https://github.com/spacetelescope/jwst/pull/8901
- Fix unsafe initialization of CubeModel from ImageModel by @emolter
in https://github.com/spacetelescope/jwst/pull/9192
- JP-3815: Add support for selecting a list of slit names or source
ids… by @stscirij in https://github.com/spacetelescope/jwst/pull/9171
- Document crpix convention for resample step by @mcara in https://github.com/spacetelescope/jwst/pull/9195
- Apply code style checks to skymatch step by @emolter in https://github.com/spacetelescope/jwst/pull/9202
- JP-3852 and JP-3853: Fix imprint associations for NRS IFU by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9190
- Document image group usage for sky matching by @mcara in https://github.com/spacetelescope/jwst/pull/9080
- Fix test for custom WCS for imaging by @mcara in https://github.com/spacetelescope/jwst/pull/9017
- JP-3861: Apply code style changes for pathloss step by @stscirij in
https://github.com/spacetelescope/jwst/pull/9203
- use astropy for interpret_bit_flags by @braingram in https://github.com/spacetelescope/jwst/pull/9212
- JP-3808: Store scaling factor for WFSS data in background step by
@emolter in https://github.com/spacetelescope/jwst/pull/9204
- JP-3744: set outlier step default to in-memory processing by
@emolter in https://github.com/spacetelescope/jwst/pull/9214
- JP-3812: Add output_ext documentation by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9224
- replace uses of DataModel.write with save by @braingram in https://github.com/spacetelescope/jwst/pull/9219
- JP-3859: Apply code style rules to extract_1d by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9194
- JP-3862: Clean up guider_cds step for code style and CRDS
inconsistencies by @tapastro in https://github.com/spacetelescope/jwst/pull/9141
- Fix interpolated flat suffix in MOS/FS case by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9209
- JP-3897: Fix bad input type to median computation for cubemodels in
outlier detection by @emolter in https://github.com/spacetelescope/jwst/pull/9227
- JP-3858-exp_to_source by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9201
- JP-3691: Add links to JDox by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9228
- JP-3773: Store logs from calibration pipeline in datamodel by
@braingram in https://github.com/spacetelescope/jwst/pull/9211
- test with latest supported Python version by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9217
- Remove mention of unused SOSS reference files in docs by @emolter in
https://github.com/spacetelescope/jwst/pull/9041
- JP-3811: Update imprint documentation to mention association input
by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9222
- Apply basic code style checks to test configuration files by
@emolter in https://github.com/spacetelescope/jwst/pull/9146
- Fix inaccurate warning message for median_error computation by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9247
- JP-3608: Document slit low/high parameters by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9223
- JP-3789 Add more FITS comparison support for regression tests by
@penaguerrero in https://github.com/spacetelescope/jwst/pull/9082
- JP-3790 add residual fringe correction to extract1d table by
@jemorrison in https://github.com/spacetelescope/jwst/pull/9073
- JP-3858-superbias by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9232
- JP-3848 MIRI LRS s_region and resample WCS by @jemorrison in https://github.com/spacetelescope/jwst/pull/9193
- mention cal_logs in docs by @braingram in https://github.com/spacetelescope/jwst/pull/9257
- JP-3858-srctype by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9239
- JP-3858-white_light by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9241
- Add flexible log_watcher fixture by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9262
- JP-3790: apply aperture correction of residual fringe corrected data
by @jemorrison in https://github.com/spacetelescope/jwst/pull/9260
- JP-3915: Bugfix to SIRS kernel subtraction by @drlaw1558 in https://github.com/spacetelescope/jwst/pull/9267
- Apply code style rules to resample by @emolter in https://github.com/spacetelescope/jwst/pull/9248
- JP-3857 update reset step to new code style rules by @jemorrison in
https://github.com/spacetelescope/jwst/pull/9264
- JP-3896: Deprecate or remove various assign_wcs utility functions by
@emolter in https://github.com/spacetelescope/jwst/pull/9221
- JP-3597: Add new algorithm for EMI fit; clean up existing code by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9216
- JP-3913: Add sirskernel to refpix reference types by @melanieclarke
in https://github.com/spacetelescope/jwst/pull/9261
- Import stdatamodels warnings from new exceptions namespace by
@emolter in https://github.com/spacetelescope/jwst/pull/9280
- JP-3917: Apply code style rules to engdblog by @pllim in https://github.com/spacetelescope/jwst/pull/9276
- JP-3860: Apply code style rules to assign_wcs by @emolter in https://github.com/spacetelescope/jwst/pull/9255
- Jp 3861 refpix style by @stscirij in https://github.com/spacetelescope/jwst/pull/9234
- JP-3500: Associate pure parallel WFSS grism images with long wave
direct images by @tapastro in https://github.com/spacetelescope/jwst/pull/9277
- JP-3914: Catch incomplete extraction gracefully by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9266
- actually remove script as followup to #8957 by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9289
- JP-3901: Enable Detector1Pipeline processing of DHS data by
@tapastro in https://github.com/spacetelescope/jwst/pull/9243
- JP-3900: Tests, clean up, and code style for residual_fringe by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9242
- JP-3901: Bugfix and regression coverage by @tapastro in https://github.com/spacetelescope/jwst/pull/9304
- metadata for
1.18.0rc1 by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9306
- include residual fringe test files in package data by @braingram in
https://github.com/spacetelescope/jwst/pull/9316
- Update suggested milestone in PR template by @pllim in https://github.com/spacetelescope/jwst/pull/9318
- JP-3858-tso_photometry by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9294
- JP-3946: Exorcise DeprecationWarning in test suite by @pllim in https://github.com/spacetelescope/jwst/pull/9317
- Move change log instructions to readme by @pllim in https://github.com/spacetelescope/jwst/pull/9321
- JP-3861: Code style changes for extract_2d step by @stscirij in https://github.com/spacetelescope/jwst/pull/9305
- JP-3686: Test using source catalog output as tweakreg abs_refcat by
@emolter in https://github.com/spacetelescope/jwst/pull/9301
- JP-3858-wfs_combine by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9307
- JP-3909: Apply fringe flat and MRS IFU time-dependent correction to
VAR arrays by @pllim in https://github.com/spacetelescope/jwst/pull/9320
- JP-3872: Remove deprecated resample utilities by @emolter in https://github.com/spacetelescope/jwst/pull/9322
- JP-3937: Use isinstance instead of model_type for type checking
datamodels by @emolter in https://github.com/spacetelescope/jwst/pull/9327
- JP-3903: Updating Jump Step Documentation to Include Keyword
Information by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9293
- update verify_install to not use pytest by @braingram in https://github.com/spacetelescope/jwst/pull/9297
- JP-3953: Extrapolate barshadow correction to cover wavelength gaps
by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9326
- Revise phrasing for specific reviews in PR task list by @pllim in https://github.com/spacetelescope/jwst/pull/9328
- Fix inadvertent removal of all by @stscirij in https://github.com/spacetelescope/jwst/pull/9338
- Remove reference to ERR in ramp docs by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9343
- JP-3947 Fix MIRI LRS Flux error by @jemorrison in https://github.com/spacetelescope/jwst/pull/9337
- Clarify when to use closes in PR template by @pllim in https://github.com/spacetelescope/jwst/pull/9345
- Bump actions/setup-python from 5.4.0 to 5.5.0 by @dependabot in https://github.com/spacetelescope/jwst/pull/9351
- JP-3795: Target group association fixes by @melanieclarke in https://github.com/spacetelescope/jwst/pull/8943
- JP-3630: Add slit-specific processing metadata by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9254
- JP-3857 rscd code style updates by @jemorrison in https://github.com/spacetelescope/jwst/pull/9275
- Small update to outlier_detection docs by @ianyuwong in https://github.com/spacetelescope/jwst/pull/9355
- JP-3871 and JP-3676: Removes "OLS" and "GLS" Code from Ramp Fitting
by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9332
- JP-3978: Allow unequal number of target and psf exposures in
calwebb_ami3 by @tapastro in https://github.com/spacetelescope/jwst/pull/9361
- TST: Delete unused jwst/lib/tests/stp_v1.py by @pllim in https://github.com/spacetelescope/jwst/pull/9366
- JP-3958: Provide subarray to WFSS spec2 association for image member
name generation by @tapastro in https://github.com/spacetelescope/jwst/pull/9334
- Revert addition of G004 from PR 9276 by @pllim in https://github.com/spacetelescope/jwst/pull/9367
- JP-3912: Modify some tests for steps that are skipped by default by
@stscirij in https://github.com/spacetelescope/jwst/pull/9364
- update readme for new regtests by @braingram in https://github.com/spacetelescope/jwst/pull/9370
- JP-3912: Fix imatch test by @stscirij in https://github.com/spacetelescope/jwst/pull/9373
- JP-3775: Test ci_watson resource_tracker implementation by @tapastro
in https://github.com/spacetelescope/jwst/pull/9357
- JP-3982: numpy 2.3.0 accommodation by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9376
- JP-3917: Apply code style rules to lib by @pllim in https://github.com/spacetelescope/jwst/pull/9283
- MNT: Forward-port of PR 9374 and PR 9379 (Metadata release 1.18.0)
by @pllim in https://github.com/spacetelescope/jwst/pull/9382
- remove
requirements-sdp.txt by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9386
- BUG: Fix is_nrs_msaspec_flatlamp and remove redundant if-else in
gs_position_acq by @pllim in https://github.com/spacetelescope/jwst/pull/9389
- JP-3982: Ignore fitsdiffs for atoca spectra by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9388
- JP-3923: Localize test warnings (try 2), fix test data packaging,
misc test clean-ups by @pllim in https://github.com/spacetelescope/jwst/pull/9381
- TST: Enable CI for backport PR by @pllim in https://github.com/spacetelescope/jwst/pull/9392
- JP-3857 Code Style changes for linearity step by @jemorrison in https://github.com/spacetelescope/jwst/pull/9368
- JP-3956: Fix error propagation for inverse steps (photom, flatfield)
by @pllim in https://github.com/spacetelescope/jwst/pull/9356
- JP-3858 background by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9359
- JP-3905 add option to save shower model in straylight step for MIRI
MRS data by @jemorrison in https://github.com/spacetelescope/jwst/pull/9378
- JP-3855 Update code style for spectral_leak step by @jemorrison in
https://github.com/spacetelescope/jwst/pull/9395
- JP-3916: Accounting for bias in group 2 saturation flagging by
@hayescr in https://github.com/spacetelescope/jwst/pull/9302
- Update docs to reflect correct definition for pixel scale ratio by
@mcara in https://github.com/spacetelescope/jwst/pull/9403
- JP-3952: Fix log message for assign_wcs get_open_slits by @emolter
in https://github.com/spacetelescope/jwst/pull/9410
- Setting wavelength extension for LRS slit in assign_wcs by
@taylorbell57 in https://github.com/spacetelescope/jwst/pull/9372
- JP-3857 cube build code style changes by @jemorrison in https://github.com/spacetelescope/jwst/pull/9347
- JP-3857 Saturation code style changes by @jemorrison in https://github.com/spacetelescope/jwst/pull/9405
- JP-3857_straylight_code_style by @jemorrison in https://github.com/spacetelescope/jwst/pull/9407
- JP-3989 cube build bug by @jemorrison in https://github.com/spacetelescope/jwst/pull/9416
- Bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot in https://github.com/spacetelescope/jwst/pull/9420
- [SCSB-205]
project.license.file ->
project.license-files by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9422
- Set stpipe dependence to github main by @stscirij in https://github.com/spacetelescope/jwst/pull/9421
- Fix logging message in NIRSpec assign_wcs and turn all invalid
interval warning into error by @pllim in https://github.com/spacetelescope/jwst/pull/9412
- JP-3858-scripts by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9290
- JP-3862: Associations code style by @tapastro in https://github.com/spacetelescope/jwst/pull/9393
- Shared utilities for saving multiple spectra in a flat format by
@emolter in https://github.com/spacetelescope/jwst/pull/9418
- JP-3862: Fix Path methods issue found by sonarscan by @tapastro in
https://github.com/spacetelescope/jwst/pull/9427
- JP-3899: Remove cube_skymatch by @emolter in https://github.com/spacetelescope/jwst/pull/9426
- MNT: Delete test notebooks by @pllim in https://github.com/spacetelescope/jwst/pull/9428
- Follow up of JP-3917: Apply code style rules to lib by @pllim in https://github.com/spacetelescope/jwst/pull/9423
- DOC: Fix association doc references, general doc updates by @pllim
in https://github.com/spacetelescope/jwst/pull/9408
- JP-3810: Add tests, fix bugs, remove unused code for AMI module by
@emolter in https://github.com/spacetelescope/jwst/pull/9263
- JP-3988: Enhance the table reports for STFITSDiff by @penaguerrero
in https://github.com/spacetelescope/jwst/pull/9413
- JP-3986 - Add tests for persistence step by @stscirij in https://github.com/spacetelescope/jwst/pull/9419
- JP-3810: Patch AMI bugs by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9434
- JP-3861: Persistence style updates by @stscirij in https://github.com/spacetelescope/jwst/pull/9390
- JP-3941: Refactor white_light to get correct time stamps and
spectral orders for NIRISS by @emolter in https://github.com/spacetelescope/jwst/pull/9431
- JP-3775: Expand usage of resource_tracker for benchmarking by
@tapastro in https://github.com/spacetelescope/jwst/pull/9433
- JP-3908: Incorporate stfitsdiff into regression tests by
@penaguerrero in https://github.com/spacetelescope/jwst/pull/9414
- Minor clean up by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9444
- JP-3776: Improve AmiAnalyze memory usage by @emolter in https://github.com/spacetelescope/jwst/pull/9442
- JP-3949: Subclass CRDS to take advantage of lazy-loading of metadata
by @emolter in https://github.com/spacetelescope/jwst/pull/9429
- JP-3861: Style formats for the coron package by @stscirij in https://github.com/spacetelescope/jwst/pull/9432
- JP-3939: Add BJD_TDB to white light output table by @emolter in https://github.com/spacetelescope/jwst/pull/9445
- TST: xpass is now a failure by @pllim in https://github.com/spacetelescope/jwst/pull/9458
- Separate nsclean tests from standard runs by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9453
- Fix style in dark_current by @nden in https://github.com/spacetelescope/jwst/pull/9457
- JP-3810 followup: small clean-up tasks in AMI module by @emolter in
https://github.com/spacetelescope/jwst/pull/9441
- JP-3859: Style updates for flat_field by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9464
- Fix refpix log messages by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9478
- JP-3917: Style fix for mrs_imatch by @pllim in https://github.com/spacetelescope/jwst/pull/9474
- Photom style by @stscirij in https://github.com/spacetelescope/jwst/pull/9466
- adding missing argument irs2_mean_subtraction to refpix
documentation by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9477
- adding max and min values for files a and b in table comparison by
@penaguerrero in https://github.com/spacetelescope/jwst/pull/9473
- JP-3857 Fringe Step code style changes by @jemorrison in https://github.com/spacetelescope/jwst/pull/9476
- JP-3906: Support extrapolation of dark files to match arbitrary
science input size by @tapastro in https://github.com/spacetelescope/jwst/pull/9468
- Added ATOCA description to extract1d RtD page by @hover2pi in https://github.com/spacetelescope/jwst/pull/9484
- JP-3895: Adding support for BUNIT!=MJy/sr to tso_photometry by
@taylorbell57 in https://github.com/spacetelescope/jwst/pull/9299
- Atoca utils test should use numpy isclose by @emolter in https://github.com/spacetelescope/jwst/pull/9492
- JP-1028: Propagate slit name through NIRSpec WCS by @melanieclarke
in https://github.com/spacetelescope/jwst/pull/9404
- Replace mentions of WebbPSF with STPSF by @emolter in https://github.com/spacetelescope/jwst/pull/9497
- TST: Refactor test_associations_sdp_pools by @pllim in https://github.com/spacetelescope/jwst/pull/9470
- JP-4016: Fix crashes when max grid size is reached by ATOCA by
@emolter in https://github.com/spacetelescope/jwst/pull/9491
- Remove handling for deprecation warnings by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9498
- JP-3841: Flat spectral table for TSO by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9430
- JP-3837: Allow NIRCam image to match subarray in photom table by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9485
- Test msaflagopen with custom assign_wcs ref file by @nden in https://github.com/spacetelescope/jwst/pull/9495
- coverage: omit config[-3].py files by @jhunkeler in https://github.com/spacetelescope/jwst/pull/9512
- stfitsdiff bug in comparison of header keywords and comments by
@penaguerrero in https://github.com/spacetelescope/jwst/pull/9500
- JP-3940: Change EMIcorr default algorithm by @drlaw1558 in https://github.com/spacetelescope/jwst/pull/9510
- Ignore custom ref files in fitsdiff by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9513
- JP-3923: Hide benign runtime warnings by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9490
- JP-4021: Fix a bug where insufficient valid background pixels case
was not caught for WFSS background step by @emolter in https://github.com/spacetelescope/jwst/pull/9507
- JP-3765: Add regression tests for likelihood algorithm by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9509
- JP-3873: Expand hard-coded NIRSpec wavelength range by @hayescr in
https://github.com/spacetelescope/jwst/pull/9314
- JP-3116: Use duplication checking to prevent undesirable
associations in DMS operations by @tapastro in https://github.com/spacetelescope/jwst/pull/9501
- Ignore WCS computation warning in regtest by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9518
- TST: Move association pool regtest truth to somewhere more intuitive
(for real) by @pllim in https://github.com/spacetelescope/jwst/pull/9521
- TST: New sdp_pool_copy okify_op just for SDP pools regtests by
@pllim in https://github.com/spacetelescope/jwst/pull/9524
- Catch divide by zero warning by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9525
- JP-3795: Use dash instead of underscore to include NRS FS target ID
by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9511
- JP-3995: Make background step able to run with asn files as well by
@penaguerrero in https://github.com/spacetelescope/jwst/pull/9451
- Bump OpenAstronomy/github-actions-workflows from 1.16.0 to 1.17.0 by
@dependabot in https://github.com/spacetelescope/jwst/pull/9530
- JP-3922: Add a slice map to NRS IFU model and WCS by @melanieclarke
in https://github.com/spacetelescope/jwst/pull/9452
- JP-3707: Expose options to disable var and context computation in
resample by @emolter in https://github.com/spacetelescope/jwst/pull/9517
- JP-3825: Implement background subtraction from reference file for
NIS_SOSS by @tapastro in https://github.com/spacetelescope/jwst/pull/9523
- JP-3931: Save x1d, c1d in single-file flat format for wfss modes by
@emolter in https://github.com/spacetelescope/jwst/pull/9402
- TST: Exorcise t_path and TemporaryDirectory from test suite by
@pllim in https://github.com/spacetelescope/jwst/pull/9538
- JP-4024: Set negative NIRSpec flat fields to NaN and DNU by @hayescr
in https://github.com/spacetelescope/jwst/pull/9522
- Give pixfrac and kernel parameters limits for outlier detection by
@emolter in https://github.com/spacetelescope/jwst/pull/9534
- JP-4004: Convolve data with Gaussian for tweakreg segmentation
starfinder by @emolter in https://github.com/spacetelescope/jwst/pull/9463
- JP-4029: fix conflicting aliases for the background step by
@penaguerrero in https://github.com/spacetelescope/jwst/pull/9533
- Fix importing fixtures across subfolders by @emolter in https://github.com/spacetelescope/jwst/pull/9545
- resolve bug in
build.yml, and bump
OpenAstronomy/github-actions-workflows to
2.0.0 by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9549
- Follow up on using custom reference files by @nden in https://github.com/spacetelescope/jwst/pull/9551
- Bump OpenAstronomy/github-actions-workflows from 1.17.0 to 2.0.0 by
@dependabot in https://github.com/spacetelescope/jwst/pull/9556
- MNT: Update CODEOWNERS for Dependabot by @pllim in https://github.com/spacetelescope/jwst/pull/9557
- JP-3490: Remove deprecated call method by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9548
- JP-3929 Use Absolute imports by @jemorrison in https://github.com/spacetelescope/jwst/pull/9540
- Add unit tests for the ipc package by @stscirij in https://github.com/spacetelescope/jwst/pull/9531
- Update README to reflect 1.18.1 patch release by @tapastro in https://github.com/spacetelescope/jwst/pull/9536
- remove description of non-working logging configuration by
@braingram in https://github.com/spacetelescope/jwst/pull/9565
- Move AMI pointing info out of .ami and into .guidestar by @emolter
in https://github.com/spacetelescope/jwst/pull/9560
- Prevent prints in tests by @emolter in https://github.com/spacetelescope/jwst/pull/9564
- JP-3904 Using new nirspec dark model by @jemorrison in https://github.com/spacetelescope/jwst/pull/9493
- JP-3898: Move pub server deprecation to historical footnote by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9563
- JP-4003: Fix crash in assign_moving_target_wcs (try 2) by @pllim in
https://github.com/spacetelescope/jwst/pull/9552
- Revert to FITSDiff for regtest comparisons by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9573
- JP-3861: IPC style updates by @stscirij in https://github.com/spacetelescope/jwst/pull/9569
- Consolidate group_id creation and use read_metadata to make group_id
in ModelLibrary by @emolter in https://github.com/spacetelescope/jwst/pull/9567
- Update resample unit tests by @mcara in https://github.com/spacetelescope/jwst/pull/9278
- Update minimum supported version of asdf-astropy by @tapastro in https://github.com/spacetelescope/jwst/pull/9583
- Temporary python upper pin to avoid logging failures by @tapastro in
https://github.com/spacetelescope/jwst/pull/9582
- add upper pin to drizzle by @braingram in https://github.com/spacetelescope/jwst/pull/9595
- a few more CI fixes for 3.13 pin by @braingram in https://github.com/spacetelescope/jwst/pull/9592
- release metadata for
1.19.0 by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9604
New Contributors
Full Changelog: https://github.com/spacetelescope/jwst/compare/1.17.0...1.19.0rc2
ope/jwst/pull/9565
New Contributors
Full Changelog: https://github.com/spacetelescope/jwst/compare/1.17.0...1.19.0rc2