Skip to content
Snippets Groups Projects
Verified Commit e7896c80 authored by Owen Graham's avatar Owen Graham
Browse files

Recommend `amrc:~ograham/uncat-sum/uncat-sum`

parent 90a322d3
No related branches found
No related tags found
No related merge requests found
...@@ -82,14 +82,14 @@ CAPE DENISON, and DOME C II. ...@@ -82,14 +82,14 @@ CAPE DENISON, and DOME C II.
## Usage ## Usage
To put the sections back in separate files, run: To put the sections back in separate files, log into
`amrc.ssec.wisc.edu` and run:
```sh ```sh
./uncat-sum -v /data2/ftp/pub/aws/summary/monthly/2003/feb03e.sum ~ograham/uncat-sum/uncat-sum -v /data2/ftp/pub/aws/summary/monthly/2003/feb03e.sum
``` ```
Assuming the `uncat-sum` script is in the current directory, this will This will create the following files:
create the following files:
- `089810203.sum` from 8981 MOUNT SIPLE - `089810203.sum` from 8981 MOUNT SIPLE
- `089840203.sum` from 8984 POSSESSION ISLAND - `089840203.sum` from 8984 POSSESSION ISLAND
...@@ -113,7 +113,7 @@ into the dir `summaries`, you would run: ...@@ -113,7 +113,7 @@ into the dir `summaries`, you would run:
```sh ```sh
for i in /data2/ftp/pub/aws/summary/monthly/*/*[0-9][0-9][ew].sum; do for i in /data2/ftp/pub/aws/summary/monthly/*/*[0-9][0-9][ew].sum; do
./uncat-sum "$i" --dir summaries ~ograham/uncat-sum/uncat-sum "$i" --dir summaries
echo "uncatted $(basename "$i")" echo "uncatted $(basename "$i")"
done done
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment