1919No installation steps or administrative rights are necessary. Extract
2020the archive, and run the executables in the ``bin `` subdirectory as::
2121
22- tar -xvf StereoPipeline-3.0 .0-2021-10-15 -x86_64-Linux.tar.bz2
23- ./StereoPipeline-3.0 .0-2021-10-15 -x86_64-Linux/bin/stereo --help
22+ tar -xvf StereoPipeline-3.1 .0-2022-05-18 -x86_64-Linux.tar.bz2
23+ ./StereoPipeline-3.1 .0-2022-05-18 -x86_64-Linux/bin/stereo --help
2424
2525The result of the last command should be a help message.
2626
@@ -63,9 +63,9 @@ found. To do so, follow the ISIS installation instructions, but
6363create a new conda environment (not the one with your current ISIS),
6464and right before you would run ``conda install isis ``, run ``conda
6565search isis `` to find all of the versions of ISIS available for
66- installation. For example, if you wanted to install ISIS 5.0.1 , and
66+ installation. For example, if you wanted to install ISIS 6 , and
6767it is available in the ``conda search isis `` listing, you can run
68- ``conda install isis=5.0.1 `` and then follow the remainder of the ISIS
68+ ``conda install isis=6 `` and then follow the remainder of the ISIS
6969installation instructions.
7070
7171In closing, running the Stereo Pipeline executables only requires
@@ -176,7 +176,7 @@ Fetching pre-compiled ASP with conda
176176------------------------------------
177177
178178ASP's official releases can be fetched with ``conda ``. The latest such
179- release is version 3.0 .0, published on July 27, 2021 . See
179+ release is version 3.1 .0, published on May 18, 2022 . See
180180:numref: `news ` for what changed since then. The newer functionality
181181is available only with the daily build (:numref: `precompiled_binaries `).
182182
@@ -237,9 +237,9 @@ environments, which you don't want.
237237
238238Install ASP with the command::
239239
240- conda install stereo-pipeline==3.0 .0
240+ conda install stereo-pipeline==3.1 .0
241241
242- This will install ASP 3.0 .0 together with ISIS 5.0.1 . Note that the
242+ This will install ASP 3.1 .0 together with ISIS 6 . Note that the
243243latest build (see above) may have more fixes or features than this
244244official release.
245245
@@ -258,11 +258,11 @@ found as a set of .yaml files in the ``conda`` subdirectory of the
258258Stereo Pipeline GitHub repository. So, alternatively, the installation
259259can happen as::
260260
261- conda env create -f asp_3.0 .0_linux_env.yaml
261+ conda env create -f asp_3.1 .0_linux_env.yaml
262262
263263or::
264264
265- conda env create -f asp_3.0 .0_osx_env.yaml
265+ conda env create -f asp_3.1 .0_osx_env.yaml
266266
267267depending on your platform. Then invoke, as earlier::
268268
@@ -293,11 +293,11 @@ The environments having the ASP dependencies are in the ``conda``
293293directory of the Stereo Pipeline repository, as above. After
294294downloading those, one can run on Linux::
295295
296- conda env create -f asp_deps_3.0 .0_linux_env.yaml
296+ conda env create -f asp_deps_3.1 .0_linux_env.yaml
297297
298298or on the Mac::
299299
300- conda env create -f asp_deps_3.0 .0_osx_env.yaml
300+ conda env create -f asp_deps_3.1 .0_osx_env.yaml
301301
302302This will create an ``asp_deps `` environment. Activate it with::
303303
@@ -337,7 +337,7 @@ Building VisionWorkbench and Stereo Pipeline on Linux::
337337 $envPath/bin/git clone \
338338 git@github.com:visionworkbench/visionworkbench.git
339339 cd visionworkbench
340- git checkout 3.0 .0 # check out the desired commit
340+ git checkout 3.1 .0 # check out the desired commit
341341 mkdir -p build
342342 cd build
343343 $envPath/bin/cmake .. \
@@ -354,7 +354,7 @@ Building VisionWorkbench and Stereo Pipeline on Linux::
354354 $envPath/bin/git clone \
355355 git@github.com:NeoGeographyToolkit/StereoPipeline.git
356356 cd StereoPipeline
357- git checkout 3.0 .0 # check out the desired commit
357+ git checkout 3.1 .0 # check out the desired commit
358358 mkdir -p build
359359 cd build
360360 $envPath/bin/cmake .. \
@@ -374,7 +374,7 @@ Building VisionWorkbench and ASP on OSX (just as above, but omitting the compile
374374 $envPath/bin/git clone \
375375 git@github.com:visionworkbench/visionworkbench.git
376376 cd visionworkbench
377- git checkout 3.0 .0 # check out the desired commit
377+ git checkout 3.1 .0 # check out the desired commit
378378 mkdir -p build
379379 cd build
380380 $envPath/bin/cmake .. \
@@ -389,7 +389,7 @@ Building VisionWorkbench and ASP on OSX (just as above, but omitting the compile
389389 $envPath/bin/git clone \
390390 git@github.com:NeoGeographyToolkit/StereoPipeline.git
391391 cd StereoPipeline
392- git checkout 3.0 .0 # check out the desired commit
392+ git checkout 3.1 .0 # check out the desired commit
393393 mkdir -p build
394394 cd build
395395 $envPath/bin/cmake .. \
0 commit comments