opera-adt / disp-s1

OPERA Displacement workflows
Other
5 stars 7 forks source link

Add a check and failure if passed duplicate CSLCs #125

Open scottstanie opened 2 weeks ago

scottstanie commented 2 weeks ago

To defend against bad input passed in, we should run a quick check on the cslc_file_list to ensure we don't have duplicate (burst_id, sensing_time) tuples.

This should be a quick function using opera_utils.group_by_date and opera_utils.group_by_burst