File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/roman_datamodels/maker_utils Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -448,9 +448,11 @@ def mk_mosaic_meta(**kwargs):
448
448
meta ["asn" ] = mk_mosaic_associations (** kwargs .get ("asn" , {}))
449
449
meta ["basic" ] = mk_mosaic_basic (** kwargs .get ("basic" , {}))
450
450
meta ["cal_step" ] = mk_cal_step (** kwargs .get ("cal_step" , {}))
451
+ meta ["coordinates" ] = mk_coordinates (** kwargs .get ("coordinates" , {}))
451
452
meta ["individual_image_meta" ] = mk_individual_image_meta (** kwargs .get ("individual_image_meta" , {}))
452
453
meta ["photometry" ] = mk_photometry (** kwargs .get ("photometry" , {}))
453
454
meta ["program" ] = mk_program (** kwargs .get ("program" , {}))
455
+ meta ["ref_file" ] = mk_ref_file (** kwargs .get ("ref_file" , {}))
454
456
meta ["resample" ] = mk_resample (** kwargs .get ("resample" , {}))
455
457
meta ["wcsinfo" ] = mk_mosaic_wcsinfo (** kwargs .get ("wcsinfo" , {}))
456
458
You can’t perform that action at this time.
0 commit comments