1 parent da8d31c commit 495dab6Copy full SHA for 495dab6
1 file changed
docs/src/domains.md
@@ -347,6 +347,7 @@
347
- **mavg** Smoothing by moving average
348
- **savgk**, **savgol** Savitsky-Golay filtering
349
- **rmgap** Remove vertical gaps in spectra, e.g., for ASD NIR data
350
+- **interpl** Sampling spectra by interpolation -- From DataInterpolations.jl
351
352
*Scaling*
353
- **center** Column centering
@@ -356,10 +357,6 @@
356
357
- **blockscal** Scaling of multiblock data
358
- **fblockscal_col, _frob, _mfa, _sd** Scale blocks
359
-### Interpolation
360
-
361
-- **interpl** Sampling spectra by interpolation -- From DataInterpolations.jl
362
363
### Calibration transfer
364
365
- **difmean** Compute a detrimental matrix (for calibration transfer) by difference of two matrix-column means
0 commit comments