-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #1203. Eliminate use of data sampling to calculate complex displa…
…y limits. The sample size was 200 and in no way could be representative of an arbitrary complex valued image displayed in log-absolute. This was probably done for perceived performance; but modern processors make the performance issue minimal. So do not sample; just use the full range until a good general sampling solution is implemented.
- Loading branch information
Showing
2 changed files
with
5 additions
and
55 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