Normalized difference
Goal
Run the norm_diff
step in the container image tagged localhost/norm-diff:latest
.
Run the container
The command to run the norm_diff
step in the container is:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
|
Step
Run the command to run the norm_diff
step with:
sh -x ${WORKSPACE}/scripts/podman-norm-diff.sh
Expected outcome
The folder /workspace/runs
contains:
(base) jovyan@coder-mrossi:~/runs$ tree .
.
├── crop_green.tif
├── crop_nir.tif
└── norm_diff.tif
0 directories, 3 files