forked from isce-framework/tophu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass scratch directory to underlying unwrapper (isce-framework#39)
`tophu.multiscale_unwrap()` may be passed the path of a scratch directory in which to put its intermediate outputs. Previously, it did not communicate this to the underlying unwrap callback functor, though, so the unwrapper would just put its scratch outputs in the default temporary directory. This is undesirable because: * The user may want control over where all scratch outputs are written in order to avoid writing to drives with low bandwidth or low available disk space. * The user may want intermediate outputs to persist in a known location after unwrapping for debugging purposes. This update causes the scratch directory location to be propagated to the underlying unwrapper in order to address this issue.
- Loading branch information
Showing
4 changed files
with
301 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.