summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-21Input parser template instantiation.Vasile Vilvoiu
Using std:: types.
2021-07-20Revert "Change M_PI to std::numbers::pi."Vasile Vilvoiu
This reverts commit 0f515bbd97712bf0fb11012b898e314770d5255e. Won't compile under gcc as deployed with Ubuntu 20.04.
2021-07-20Change M_PI to std::numbers::pi.Vasile Vilvoiu
2021-07-20No window constructor for FFT.Vasile Vilvoiu
NaN fix in FFT::Resample. FFT::Crop index fix.
2021-07-20Fixed window function term computation.Vasile Vilvoiu
Adjust coefficients to numpy/scipy implementations.
2021-07-19Move normalization from ValueMap to FFT class.Vasile Vilvoiu
2021-07-19ValueMap constructor sanity checks.Vasile Vilvoiu
2021-07-17Remove spdlog as a dependency.Vasile Vilvoiu
Closes #19.
2021-07-16Fix typo in CHANGELOG.Vasile Vilvoiu
2021-07-16Increment version to 0.9.1Vasile Vilvoiu
2021-07-16Re-generate example images.Vasile Vilvoiu
2021-07-16Round very small values to zero in tick labels.Vasile Vilvoiu
Sometimes, due to representation errors, we have an axis boundary that should be zero but is actually negative and very small. In order to avoid printing "-0" we round off these values to zero.
2021-07-16Adaptive tick spacing, based on tick label width.Vasile Vilvoiu
Fixes #18.
2021-07-16Remove use of typeof() extension.Vasile Vilvoiu
2021-07-16Render texture onto window on each iteration.Vasile Vilvoiu
Keep colormap in renderer so we don't pass the colormapped windows like animals. Pre-render empty window. Fixes #15.
2021-07-16Fix branch on uninitialized value.Vasile Vilvoiu
2021-07-16Add support for arbitrary scales, with custom units.Vasile Vilvoiu
Add support for linear scales. Logging of scale to stderr. Closes #9.
2021-07-15Support "-" for input/output files as stdin/stdout.Vasile Vilvoiu
Support dumping output file to stdout. Switch logger to stderr, make it multithreaded. Log input/output files. Closes #8, closes #10, closes #13.
2021-07-15Fix small typos in README file.Vasile Vilvoiu
Closes #7.
2021-07-15Update e-mail address in copyright notices, README and manpage.Vasile Vilvoiu
Closes #14.
2020-12-29Initial commitVasile Vilvoiu