File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -127,10 +127,18 @@ def _polar(pol):
127127 EOP .acquisitionType ("NOMINAL" ),
128128 EOP .productType (header .mph ['PRODUCT' ][:10 ]),
129129 EOP .status ("ARCHIVED" ),
130- EOP .acquisitionStation (header .mph ['ACQUISITION_STATION' ].strip ()),
131- EOP .processingDate (time_prod ),
132- EOP .processingStation (header .mph ['PROC_CENTER' ].strip ()),
133- EOP .processorVersion (header .mph ['SOFTWARE_VER' ].strip ()),
130+ EOP .downlinkedTo (
131+ EOP .DownlinkInformation (
132+ EOP .acquisitionStation (header .mph ['ACQUISITION_STATION' ].strip ()),
133+ ),
134+ ),
135+ EOP .processing (
136+ EOP .ProcessingInformation (
137+ EOP .processingDate (time_prod ),
138+ EOP .processingCenter (header .mph ['PROC_CENTER' ].strip ()),
139+ EOP .processorVersion (header .mph ['SOFTWARE_VER' ].strip ()),
140+ ),
141+ ),
134142 )
135143
136144 xml_eop = SAR .EarthObservation (
You can’t perform that action at this time.
0 commit comments