Committing patch from issue 1240: "Partial profile handling"
This commit is contained in:
@@ -57,7 +57,7 @@ void PreProcess::read(const rtengine::procparams::ProcParams* pp, const ParamsEd
|
||||
hdpixelconn.block (true);
|
||||
|
||||
if(pedited ){
|
||||
hotDeadPixel->set_inconsistent (!pedited->raw.hotDeadPixel);
|
||||
hotDeadPixel->set_inconsistent (!pedited->raw.hotDeadPixelFilter);
|
||||
lineDenoise->setEditedState( pedited->raw.linenoise ? Edited : UnEdited );
|
||||
greenEqThreshold->setEditedState( pedited->raw.greenEq ? Edited : UnEdited );
|
||||
}
|
||||
@@ -81,7 +81,7 @@ void PreProcess::write( rtengine::procparams::ProcParams* pp, ParamsEdited* pedi
|
||||
if (pedited) {
|
||||
pedited->raw.linenoise = lineDenoise->getEditedState ();
|
||||
pedited->raw.greenEq= greenEqThreshold->getEditedState ();
|
||||
pedited->raw.hotDeadPixel = !hotDeadPixel->get_inconsistent();
|
||||
pedited->raw.hotDeadPixelFilter = !hotDeadPixel->get_inconsistent();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user