Skip to content

Commit

Permalink
Add note in README about required stereo files
Browse files Browse the repository at this point in the history
Resolves #22
  • Loading branch information
bpurinton committed Jul 12, 2024
1 parent e0ab252 commit 17cb3d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ The directory `original_code/` contains initial notebooks compiled from recent p

The functionality of these notebooks is being ported to the `asp_plot/` directory, which is the package `asp_plot`.

## Files you will need from ASP processing

During the `stereo` or `parallel_stereo` steps at the heart of the Ames Stereo Pipeline, you can add this to the command to ensure that the files needed for plotting are retained, and files that are not required are cleaned up:

```
--keep-only '.mask .txt .exr .match -L.tif -L_sub.tif -R_sub.tif -D_sub.tif -D.tif -RD.tif -F.tif -PC.tif'
```

Not all of those files are used in the plotting, but all are useful for re-processing and detailed analyses.

## Install via pip

```
Expand Down

0 comments on commit 17cb3d8

Please sign in to comment.