Skip to content

Commit 795ed7e

Browse files
authored
Update batch_image_correlation.yml
1 parent dfcdace commit 795ed7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/batch_image_correlation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Batch process many image pairs
2-
name: Batch
2+
name: batch_image_correlation
33
run-name: batch image correlation ${{ inputs.npairs }} connections
44

55
on:
@@ -124,7 +124,7 @@ jobs:
124124
shortname = f'{img1_date}_{img2_date}'
125125
pairs.append({'img1_date': img1_date, 'img2_date': img2_date, 'name':shortname})
126126
matrixJSON = f'{{"include":{json.dumps(pairs)}}}'
127-
print(f'Number of Interferograms: {len(pairs)}')
127+
print(f'number of image pairs: {len(pairs)}')
128128
129129
with open(os.environ['GITHUB_OUTPUT'], 'a') as f:
130130
print(f'BURST_IDS={image_dates}', file=f)

0 commit comments

Comments
 (0)