@@ -28,7 +28,7 @@ assign_wcs
28
28
29
29
- Add helper functions to copy only the necessary parts of the WCS so that
30
30
these parts can be used within loops, avoiding copying the full WCS within
31
- a loop [#8587 ]
31
+ a loop [#8793 ]
32
32
33
33
associations
34
34
------------
@@ -78,7 +78,7 @@ cube_build
78
78
- Ensure that NaNs and DO_NOT_USE flags match up in all input data before
79
79
building a cube. [#8557]
80
80
81
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587 ]
81
+ - Replaced deep copies of NIRSpec WCS objects within most loops. [#8793 ]
82
82
83
83
datamodels
84
84
----------
@@ -106,7 +106,7 @@ flat_field
106
106
- Ensure that NaNs and DO_NOT_USE flags match up in all science, error,
107
107
variance, and DQ extensions for all modes. [#8557]
108
108
109
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587 ]
109
+ - Replaced deep copies of NIRSpec WCS objects within most loops [#8793 ]
110
110
111
111
general
112
112
-------
@@ -131,7 +131,7 @@ master_background
131
131
- Either of ``"background" `` or ``"bkg" `` in slit name now defines the slit
132
132
as a background slit, instead of ``"bkg" `` only. [#8600]
133
133
134
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587 ]
134
+ - Replaced deep copies of NIRSpec WCS objects within most loops [#8793 ]
135
135
136
136
model_blender
137
137
-------------
@@ -146,7 +146,7 @@ mrs_imatch
146
146
msaflagopen
147
147
-----------
148
148
149
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587 ]
149
+ - Replaced deep copies of NIRSpec WCS objects within most loops. [#8793 ]
150
150
151
151
nsclean
152
152
-------
@@ -160,7 +160,7 @@ nsclean
160
160
can still be called from the ``calwebb_spec2 `` pipeline on NIRSpec rate
161
161
data, but it is now deprecated. [#8669]
162
162
163
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587 ]
163
+ - Replaced deep copies of NIRSpec WCS objects within most loops. [#8793 ]
164
164
165
165
outlier_detection
166
166
-----------------
@@ -187,13 +187,15 @@ pathloss
187
187
- Ensure that NaNs and DO_NOT_USE flags match up in all output science, error,
188
188
variance, and DQ extensions. [#8557]
189
189
190
+ - Replaced deep copies of NIRSpec WCS objects within most loops [#8793]
191
+
190
192
photom
191
193
------
192
194
193
195
- Ensure that NaNs and DO_NOT_USE flags match up in all output science, error,
194
196
variance, and DQ extensions. [#8557]
195
197
196
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587 ]
198
+ - Replaced deep copies of NIRSpec WCS objects within most loops. [#8793 ]
197
199
198
200
pipeline
199
201
--------
@@ -202,6 +204,12 @@ pipeline
202
204
optional `on_disk ` parameter to govern whether models in the library should be stored
203
205
in memory or on disk. [#8683]
204
206
207
+ - Replaced deep copies of NIRSpec WCS objects within most loops. [#8793]
208
+
209
+ pixel_replace
210
+ -------------
211
+
212
+ - Replaced deep copies of NIRSpec WCS objects within most loops. [#8793]
205
213
206
214
ramp_fitting
207
215
------------
@@ -590,8 +598,6 @@ pathloss
590
598
wavelengths for point and uniform sources if the ``wavecorr `` wavelength
591
599
zero-point corrections for point sources have been applied. [#8376]
592
600
593
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587]
594
-
595
601
photom
596
602
------
597
603
@@ -644,8 +650,6 @@ pixel_replace
644
650
- Added estimated errors and variances for replaced pixels, following the
645
651
interpolation scheme used for the data. [#8504]
646
652
647
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587]
648
-
649
653
ramp_fitting
650
654
------------
651
655
0 commit comments