Skip to content

Commit

Permalink
all: This is ASP 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Moratto committed Jan 8, 2013
1 parent 61859e2 commit 2a139e3
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
28 changes: 28 additions & 0 deletions NEWS
@@ -1,3 +1,31 @@
*** RELEASE 2.1.0, 8 JANUARY 2012 ***

GENERAL
- Added documentation for processing GeoEye, Digital Globe, and Dawn FC data.
- Fixed implementation of internal RANSAC function.
- DEMError has been renamed IntersectionErr. 3D IntersectionErr is
now recordable in local North East Down format.

SESSIONS
- Added RPC processing session.
- DG sessions now use bicubic interpolation for map projection arithmetic.
- Fixed bug in case where DG XML file had single TLC entry.
- DG sessions now applies velocity abberation corrections.

TOOLS
- Have point2dem use correct nodata value when writting DRGs.
- Fix segfault issue in point2dem due to triangle clipping.
- Hiedr2mosaic python script now supports missing CCD files and
start/stop resume on noproj step for bundle adjustment.
- Max pyramid level used for stereo correlation is configurable with
corr-max-levels option.
- Stereo accepts left-image-crop-win option for processing of
specific image coordinates.
- Stereo_pprc accepts nodata-threshold and nodata-percentage options
for masking (possibly shadows).
- Stereo command should now correctly call secondary excutables so
that their dependencies are loaded.

*** RELEASE 2.0.0, 20 JUNE 2012 ***

GENERAL
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -37,7 +37,7 @@ products of scientific interest such as map projected and mosaicked
imagery.

This version of the Stereo Pipeline is tested against ISIS version
3.4.0. The Stereo Pipeline binary distribution requires this version.
3.4.2. The Stereo Pipeline binary distribution requires this version.
The source distribution recommends this version, but may work with other
versions.

Expand Down
1 change: 1 addition & 0 deletions RELEASEGUIDE
Expand Up @@ -11,6 +11,7 @@ Inside configure.ac, remove "_post" and increment version number from AC_INIT li
3.) Update NEWS

Just summarize all commits that have happened since last release
git log v2.0.0..HEAD --reverse > commits_that_happened

4.) Update version number in DOCS

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -37,7 +37,7 @@ m4_pattern_allow([^PKG_ARBITRARY_QT_NEEDED_HEADERS$])

AC_PREREQ([2.59])
dnl TODO BEFORE RELEASE: update package version
AC_INIT([NASA Ames Stereo Pipeline], [2.0.0_post], [asp@nx.arc.nasa.gov], [StereoPipeline])
AC_INIT([NASA Ames Stereo Pipeline], [2.1.0], [asp@nx.arc.nasa.gov], [StereoPipeline])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
Expand Down
4 changes: 2 additions & 2 deletions m4/ax_config_header_prefix.m4
@@ -1,4 +1,4 @@
dnl __BEGIN_LICENSE__
B0;95;cdnl __BEGIN_LICENSE__
dnl Copyright (c) 2009-2012, United States Government as represented by the
dnl Administrator of the National Aeronautics and Space Administration. All
dnl rights reserved.
Expand All @@ -24,7 +24,7 @@ dnl the prefix to all symbolx, and copy it into the final location if it
dnl has changed.
AC_DEFUN([AX_CONFIG_HEADER_PREFIX],
[
AM_CONFIG_HEADER([$1.pre],
AC_CONFIG_HEADER([$1.pre],
[
echo "/* $1. Generated from $1.pre by config.status. */" > "$1.new"
echo "#ifndef __$2_CONFIG_H__" >> "$1.new"
Expand Down

0 comments on commit 2a139e3

Please sign in to comment.