@@ -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
------------
@@ -73,7 +73,7 @@ cube_build
73
73
- Ensure that NaNs and DO_NOT_USE flags match up in all input data before
74
74
building a cube. [#8557]
75
75
76
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587 ]
76
+ - Replaced deep copies of NIRSpec WCS objects within most loops. [#8793 ]
77
77
78
78
datamodels
79
79
----------
@@ -98,7 +98,7 @@ flat_field
98
98
- Ensure that NaNs and DO_NOT_USE flags match up in all science, error,
99
99
variance, and DQ extensions for all modes. [#8557]
100
100
101
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587 ]
101
+ - Replaced deep copies of NIRSpec WCS objects within most loops [#8793 ]
102
102
103
103
general
104
104
-------
@@ -121,7 +121,7 @@ master_background
121
121
- Either of ``"background" `` or ``"bkg" `` in slit name now defines the slit
122
122
as a background slit, instead of ``"bkg" `` only. [#8600]
123
123
124
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587 ]
124
+ - Replaced deep copies of NIRSpec WCS objects within most loops [#8793 ]
125
125
126
126
model_blender
127
127
-------------
@@ -136,7 +136,7 @@ mrs_imatch
136
136
msaflagopen
137
137
-----------
138
138
139
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587 ]
139
+ - Replaced deep copies of NIRSpec WCS objects within most loops. [#8793 ]
140
140
141
141
nsclean
142
142
-------
@@ -150,7 +150,7 @@ nsclean
150
150
can still be called from the ``calwebb_spec2 `` pipeline on NIRSpec rate
151
151
data, but it is now deprecated. [#8669]
152
152
153
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587 ]
153
+ - Replaced deep copies of NIRSpec WCS objects within most loops. [#8793 ]
154
154
155
155
outlier_detection
156
156
-----------------
@@ -177,13 +177,15 @@ pathloss
177
177
- Ensure that NaNs and DO_NOT_USE flags match up in all output science, error,
178
178
variance, and DQ extensions. [#8557]
179
179
180
+ - Replaced deep copies of NIRSpec WCS objects within most loops [#8793]
181
+
180
182
photom
181
183
------
182
184
183
185
- Ensure that NaNs and DO_NOT_USE flags match up in all output science, error,
184
186
variance, and DQ extensions. [#8557]
185
187
186
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587 ]
188
+ - Replaced deep copies of NIRSpec WCS objects within most loops. [#8793 ]
187
189
188
190
pipeline
189
191
--------
@@ -192,6 +194,12 @@ pipeline
192
194
optional `on_disk ` parameter to govern whether models in the library should be stored
193
195
in memory or on disk. [#8683]
194
196
197
+ - Replaced deep copies of NIRSpec WCS objects within most loops. [#8793]
198
+
199
+ pixel_replace
200
+ -------------
201
+
202
+ - Replaced deep copies of NIRSpec WCS objects within most loops. [#8793]
195
203
196
204
ramp_fitting
197
205
------------
@@ -578,8 +586,6 @@ pathloss
578
586
wavelengths for point and uniform sources if the ``wavecorr `` wavelength
579
587
zero-point corrections for point sources have been applied. [#8376]
580
588
581
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587]
582
-
583
589
photom
584
590
------
585
591
@@ -632,8 +638,6 @@ pixel_replace
632
638
- Added estimated errors and variances for replaced pixels, following the
633
639
interpolation scheme used for the data. [#8504]
634
640
635
- - Replaced deep copies of NIRSpec WCS objects within most loops [#8587]
636
-
637
641
ramp_fitting
638
642
------------
639
643
0 commit comments