File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,17 @@ jobs:
54
54
environment-file : glacier_image_correlation/environment.yml
55
55
environment-name : image-correlation
56
56
57
- - name : modify autoRIFT package
57
+ - name : Modify autoRIFT Package
58
+ # current release has deprecated numpy functions https://github.com/nasa-jpl/autoRIFT/issues/97
58
59
run : |
59
60
git clone https://github.com/gbrencher/autoRIFT.git
60
61
cp -f autoRIFT/geo_autoRIFT/autoRIFT/autoRIFT.py /home/runner/micromamba/envs/image-correlation/lib/python3.12/site-packages/autoRIFT/
61
62
62
- - name : download data and run autoRIFT software
63
+ - name : Download Data and Run autoRIFT Software
63
64
run : |
64
65
python glacier_image_correlation/image_correlation.py ${{ inputs.img1_product_name }} ${{ inputs.img2_product_name }}
65
66
66
- - name : Upload velocity
67
+ - name : Upload Velocity Map as Artifact
67
68
uses : actions/upload-artifact@v4
68
69
with :
69
70
name : ${{ inputs.workflow_name }}
You can’t perform that action at this time.
0 commit comments