@@ -287,6 +287,7 @@ def burst_from_xml(annotation_path: str, orbit_path: str, tiff_path: str,
287
287
azimuth_steer_rate = np .radians (float (product_info_element .find ('azimuthSteeringRate' ).text ))
288
288
radar_freq = float (product_info_element .find ('radarFrequency' ).text )
289
289
range_sampling_rate = float (product_info_element .find ('rangeSamplingRate' ).text )
290
+ orbit_direction = product_info_element .find ('pass' ).text
290
291
291
292
image_info_element = tree .find ('imageAnnotation/imageInformation' )
292
293
azimuth_time_interval = float (image_info_element .find ('azimuthTimeInterval' ).text )
@@ -379,8 +380,9 @@ def burst_from_xml(annotation_path: str, orbit_path: str, tiff_path: str,
379
380
range_sampling_rate , range_pxl_spacing ,
380
381
(n_lines , n_samples ), az_fm_rate , doppler ,
381
382
rng_processing_bandwidth , pol , burst_id ,
382
- platform_id , center_pts [i ], boundary_pts [i ],
383
- orbit , tiff_path , i , first_valid_sample ,
383
+ platform_id , center_pts [i ],
384
+ boundary_pts [i ], orbit , orbit_direction ,
385
+ tiff_path , i , first_valid_sample ,
384
386
last_sample , first_valid_line , last_line ,
385
387
range_window_type , range_window_coeff )
386
388
0 commit comments