Skip to content

Commit

Permalink
Added documentation suggested by Jim
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Collins committed May 1, 2024
1 parent 16da2ef commit 5d13023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/docker/Dockerfile_dswx_ni
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ COPY --chown=dswx_user:dswx_user ${PGE_SOURCE_DIR} ${PGE_DEST_DIR}
# Switch to root for installing into Conda Env
USER 0:0

# Set the default shell to run commands within the Conda environment named "DSXW-SAR" using bash
SHELL ["conda", "run", "-n", "DSWX-SAR", "/bin/bash", "-c"]

# Install dependencies into existing Conda Env
Expand Down
1 change: 1 addition & 0 deletions src/opera/test/data/test_dswx_ni_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RunConfig:
ProgramPath: mkdir
ProgramOptions:
- '-p dswx_ni_pge_test/output_dir;'
# Create dummy output files containing 1 mb of random data each, but with the expected file names
- 'dd if=/dev/urandom of=dswx_ni_pge_test/output_dir/OPERA_L3_DSWx-NI_T11SLS_20110226T061749Z_20240329T181033Z_LSAR_30_v0.1_B01_WTR.tif bs=1M count=1;'
- 'dd if=/dev/urandom of=dswx_ni_pge_test/output_dir/OPERA_L3_DSWx-NI_T11SLS_20110226T061749Z_20240329T181033Z_LSAR_30_v0.1_B02_BWTR.tif bs=1M count=1;'
- 'dd if=/dev/urandom of=dswx_ni_pge_test/output_dir/OPERA_L3_DSWx-NI_T11SLS_20110226T061749Z_20240329T181033Z_LSAR_30_v0.1_B03_CONF.tif count=1;'
Expand Down

0 comments on commit 5d13023

Please sign in to comment.