Skip to content

Commit

Permalink
Merge branch 'master' into JP-3690
Browse files Browse the repository at this point in the history
  • Loading branch information
emolter authored Aug 27, 2024
2 parents 5272ac9 + 9667e6c commit 6e9e319
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
28 changes: 17 additions & 11 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ datamodels
- Added `ModelLibrary` class to allow passing on-disk models between steps in the
image3 pipeline. [#8683]

documentation
-------------

- Add changelog to documentation. [#8716]

emicorr
-------

Expand Down Expand Up @@ -1188,7 +1193,7 @@ datamodels
----------

- Added support for user-supplied ``group_id`` either via
``model.meta.group_id`` attribute or as a member of the ASN table. [#7997]
``model.meta.group_id`` attribute or as a member of the ASN table. [#7997]

refpix
------
Expand Down Expand Up @@ -1393,7 +1398,7 @@ datamodels
documentation
-------------

- Fixed a reference to the ``ramp_fitting` module in the user documentation. [#7898]
- Fixed a reference to the ``ramp_fitting`` module in the user documentation. [#7898]

engdb_tools
-----------
Expand Down Expand Up @@ -1795,6 +1800,7 @@ regtest
-------

- Updated input filenames for NIRCam ``wfss_contam`` tests [#7595]

srctype
-------

Expand Down Expand Up @@ -1854,7 +1860,7 @@ other
-----

- Remove use of deprecated ``pytest-openfiles`` plugin. This has been replaced by
catching ``ResourceWarning``s. [#7526]
catching ``ResourceWarning``. [#7526]

- Remove use of ``codecov`` package. [#7543]

Expand Down Expand Up @@ -2529,7 +2535,7 @@ residual_fringe
---------------

- Removed reading and saving data as a ModelContainer. Data now read in and saved
as an IFUImageModel. [#7051]
as an IFUImageModel. [#7051]


set_telescope_pointing
Expand Down Expand Up @@ -3591,7 +3597,7 @@ cube_build
- Fix incorrect spatial footprint for single band MRS IFU cubes [#6478]

dark_current
----------
------------

- Refactored the code in preparation for moving the code to STCAL. [#6336]

Expand Down Expand Up @@ -3633,7 +3639,7 @@ datamodels
- Added SOSS-specific extraction parameters to core schema; add new
datamodel to store SOSS model traces and aperture weights [#6422]

- Added the ``MirLrsPathlossModel`` for use in the ``pathloss` step. [#6435]
- Added the ``MirLrsPathlossModel`` for use in the ``pathloss`` step. [#6435]

- Added new column 'reference_order' to 'planned_star_table' in
guider_raw and guider_cal schemas [#6368]
Expand Down Expand Up @@ -3727,7 +3733,7 @@ lib
- Move setting of the default method to calc_transforms. [#6482]

linearity
--------
---------

- Use the common code in STCAL for linearity correction. [#6386]

Expand Down Expand Up @@ -4710,7 +4716,7 @@ cube_build
appropriate channel/grating is skipped [#5347]

- If outlier detection has flagged all the data on a input file as DO_NOT_USE, then
skip the file in creating an ifucube [*5347]
skip the file in creating an ifucube [#5347]

- Refactor DataTypes handling of ModelContainer. [#5409]

Expand Down Expand Up @@ -6329,7 +6335,7 @@ pipeline
- ``calwebb_tso3`` was changed to allow processing of exposures
with ``EXP_TYPE=MIR_IMAGE.`` [#3633]

- - ``calwebb_tso3`` was changed to allow tso photometry processing of exposures
- ``calwebb_tso3`` was changed to allow tso photometry processing of exposures
with (``EXP_TYPE=MIR_IMAGE`` and tsovisit = True) or with (``EXP_TYPE=MIR_IMAGE``) [#3650]

- Changed the default value of good_pixel from 4 to 6 for all outlier
Expand Down Expand Up @@ -7489,7 +7495,7 @@ csv_tools
---------

cube_build
---------
----------
- Removed spaxel.py and replace class with set of arrays [#2472]

- reworked in mapping of the detector pixel to the sky spaxel so that consistent
Expand Down Expand Up @@ -7779,7 +7785,7 @@ csv_tools
---------

cube_build
---------
----------


cube_skymatch
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ Package Documentation
:caption: Package Documentation

jwst/package_index.rst
jwst/changes.rst
7 changes: 7 additions & 0 deletions docs/jwst/changes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. currentmodule:: jwst

***********
Change Log
***********

.. include:: ../../CHANGES.rst

0 comments on commit 6e9e319

Please sign in to comment.