From 17cb3d8934a23eeb48d288338976e937e3f3a7b5 Mon Sep 17 00:00:00 2001 From: Ben Purinton Date: Fri, 12 Jul 2024 11:09:00 -0700 Subject: [PATCH] Add note in README about required stereo files Resolves #22 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cfabfe5..cb7946f 100644 --- a/README.md +++ b/README.md @@ -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 ```