Skip to content

Commit 9c56df1

Browse files
committed
typo
1 parent 661e468 commit 9c56df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/roman_datamodels/maker_utils/_datamodels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def mk_level2_image(*, shape=(4088, 4088), n_groups=8, filepath=None, **kwargs):
136136
)
137137
wfi_image["cal_logs"] = mk_cal_logs(**kwargs)
138138

139-
wfi_image["wcs"] = None
139+
wfi_image["meta"]["wcs"] = None
140140

141141
return save_node(wfi_image, filepath=filepath)
142142

@@ -191,7 +191,7 @@ def mk_level3_mosaic(*, shape=(4088, 4088), n_images=2, filepath=None, **kwargs)
191191
)
192192
wfi_mosaic["cal_logs"] = mk_cal_logs(**kwargs)
193193

194-
wfi_mosaic["wcs"] = None
194+
wfi_mosaic["meta"]["wcs"] = None
195195

196196
return save_node(wfi_mosaic, filepath=filepath)
197197

0 commit comments

Comments
 (0)