diff --git a/rtengine/procparams.cc b/rtengine/procparams.cc index 0f364012b..9f6f26cf5 100644 --- a/rtengine/procparams.cc +++ b/rtengine/procparams.cc @@ -2436,19 +2436,19 @@ const std::vector& RAWParams::BayerSensor::getMethodStrings() { static const std::vector method_strings { "amaze", - "igv", + "amazevng4", + "rcd", + "dcb", "lmmse", + "igv", + "ahd", "eahd", "hphd", "vng4", - "dcb", - "ahd", - "rcd", "fast", "mono", - "none", "pixelshift", - "amazevng4" + "none" }; return method_strings; } diff --git a/rtengine/procparams.h b/rtengine/procparams.h index 48b2603c0..121fb8afa 100644 --- a/rtengine/procparams.h +++ b/rtengine/procparams.h @@ -1224,19 +1224,19 @@ struct RAWParams { struct BayerSensor { enum class Method { AMAZE, - IGV, + AMAZEVNG4, + RCD, + DCB, LMMSE, + IGV, + AHD, EAHD, HPHD, VNG4, - DCB, - AHD, - RCD, FAST, MONO, - NONE, PIXELSHIFT, - AMAZEVNG4 + NONE }; enum class PSMotionCorrectionMethod {