diff options
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); |
