Skip to content

Commit

Permalink
asap-stereo 0.2.0 release
Browse files Browse the repository at this point in the history
* includes big change to single step pipelines thanks to geodiff maxdisp
estimation
* documentation updates including new install steps for depenendency
isolation
* added stereoquality report code
  • Loading branch information
AndrewAnnex committed May 31, 2021
1 parent b963530 commit 11e1172
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@ All notable changes to ASAP-Stereo will be documented here
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project tries to adhere to [Semantic Versioning](http://semver.org/).

## [0.2.0] - 2021-05-30
## [0.2.0] - 2021-05-31
### Added
- Stereo quality report, adds pvl as dependency
- Stereo quality report functions, adds pvl as dependency
- Downscale parameter to both pipelines for faster processing
- maxdisp estimation using geodiff for ctx and hirise

### Changed
- Changed 2 stage pipeline to use geodiff for max disparity, simplifying pipeline to single step
- Documentation updates for new workflows/install guide
- renamed github workflows

### Removed
- removed 2nd pc_align step for both ctx/hirise
- removed 2nd pc_align step for both ctx/hirise, single step pipeline

### Fixed
- fix for negatives in PEDR file names

## [0.1.0] - 2020-10-31
### Added
Expand Down

0 comments on commit 11e1172

Please sign in to comment.