LBEM-CH / focus

High Throughput Electron Microscopy Image Processing Software
http://www.focus-em.org
GNU General Public License v2.0
35 stars 14 forks source link

update of project parameters upon re-processing of a single image #202

Open LubomirK opened 6 years ago

LubomirK commented 6 years ago

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 6 years ago

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 https://github.com/C-CINA/focus/issues/202, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVvf-VpntoIQ1nRCfv7SV9DZjBYW1Bxks5sk2asgaJpZM4PgWGN .

sthennin commented 6 years ago

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.