opera-adt / COMPASS

COregistered Multi-temPorAl Sar Slc
Apache License 2.0
38 stars 18 forks source link

Optimization of function call `make_browse_image` #145

Closed seongsujeong closed 1 year ago

seongsujeong commented 1 year ago

This PR address the issue regarding the runtime when generating browse image. The browse image is generated by using make_browse_image in s1_geocode_slc. Currently the function takes cfg.bursts as input, so that the browse images for all input bursts are generated in each burst for loop. This PR replaces cfg.bursts into bursts so that the browse image is generated only for the corresponding bursts in the loop.