diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2020-02-01 20:43:35 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2020-02-01 20:43:35 +0100 |
commit | d9206207dcba0cdf464dc7c092c923516872386c (patch) | |
tree | d3538a4e519ce1928970e65094d794b6c8d7d5a7 /src/meson.build | |
parent | 0ce4e8d52fd491268a56c10dbb32fd5c996e2589 (diff) | |
download | ufo-roof-d9206207dcba0cdf464dc7c092c923516872386c.tar.gz ufo-roof-d9206207dcba0cdf464dc7c092c923516872386c.tar.bz2 ufo-roof-d9206207dcba0cdf464dc7c092c923516872386c.tar.xz ufo-roof-d9206207dcba0cdf464dc7c092c923516872386c.zip |
Flat-field correction (without detector plane handling)
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index 8f8930a..324c744 100644 --- a/src/meson.build +++ b/src/meson.build @@ -2,6 +2,7 @@ plugins = [ 'roof-read', 'roof-build', 'roof-filter', + 'roof-flat-field-correct' ] roof_common_src = [ |