diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2026-07-11 18:34:34 +0200 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2026-07-11 18:35:26 +0200 |
| commit | 169ddcb09cd26fa0a685f691f63b49e70e1be93b (patch) | |
| tree | 201622d62d02db2719998f5510b70f4fda03e1d8 /src/calibration.h | |
| parent | 7703c9efc6768d3a25eec4266594ab594cc91d4c (diff) | |
minor fixes and debugging
Diffstat (limited to 'src/calibration.h')
| -rw-r--r-- | src/calibration.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/calibration.h b/src/calibration.h index 4876c17..113cad9 100644 --- a/src/calibration.h +++ b/src/calibration.h @@ -23,6 +23,9 @@ void dumpCalibrationPixels(const std::vector<std::shared_ptr<Pixels> > &calibrat bool dump(const CalibrationTablePtr &table, const QString &filename); // TODO: implement median filter +/*! + * \brief filter - N pixels at pos -> 1 avg pixels at pos + */ QList<Pixels> filter(const QList<Pixels> &rawProfiles); bool calibrateX(const QList<Pixels> &rawProfiles, CalibrationTablePtr table); |
