Skip to content

Commit

Permalink
Update offsets_pipeline.yml to 4, 5, 6 yr pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrencher authored Feb 26, 2024
1 parent 4a3c811 commit 35303b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/offsets_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ jobs:
burstId: ${{ inputs.burstId }}
polarization: ${{ inputs.polarization }}
nlooks: ${{ inputs.looks }}
dt: 3
dt: 4
secrets: inherit
denseOffsets6:
uses: ./.github/workflows/offsets_timeseries.yml
with:
burstId: ${{ inputs.burstId }}
polarization: ${{ inputs.polarization }}
nlooks: ${{ inputs.looks }}
dt: 6
dt: 5
secrets: inherit
denseOffsets8:
uses: ./.github/workflows/offsets_timeseries.yml
with:
burstId: ${{ inputs.burstId }}
polarization: ${{ inputs.polarization }}
nlooks: ${{ inputs.looks }}
dt: 8
secrets: inherit
dt: 6
secrets: inherit

0 comments on commit 35303b2

Please sign in to comment.