update of project parameters upon re-processing of a single image
LubomirK opened this issue · 2 comments
LubomirK commented
It seems that Focus updates the Project parameters for the various programmes it calls when just a single image is re-processed for testing. I.E. all newly processed images are processed with test parameters that don't have to be good.
rdrighetto commented
This was done on purpose with the opposite scenario in mind: once good
parameters are defined after testing on one image, it is not necessary to
manually change the parameters for every image. I'll study a way to make
this optional.
…--
Ricardo Diogo Righetto
2017-09-22 9:50 GMT+02:00 LubomirK <notifications@github.com>:
It seems that Focus updates the Project parameters for the various
programmes it calls when just a single image is re-processed for testing.
I.E. all newly processed images are processed with test parameters that
don't have to be good.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#202>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHVvf-VpntoIQ1nRCfv7SV9DZjBYW1Bxks5sk2asgaJpZM4PgWGN>
.
sthennin commented
Well, there are GLOBAL parameters that have the "globe" in front of the value, which are then valid for all images.
And then there are LOCAL parameters, that don't have the "globe". These are only valid for the one image.
The definition, which parameter is global and which is local, is done in apps/resources/config/2dx_master.cfg , but I wouldn't change this, except if you have a really good reason for it.