Can confirm that these configs are being picked up for DC2 processing, i.e., running the processCcd gen2 command line task:
$ processCcd.py /datasets/DC2/repo --show config | grep approxOrderX
|
without this ticket branch gives:
...
|
config.charImage.background.approxOrderX=6
|
config.charImage.detection.background.approxOrderX=6
|
config.charImage.detection.tempLocalBackground.approxOrderX=6
|
config.charImage.detection.tempWideBackground.approxOrderX=6
|
...
|
and with it gives:
...
|
config.charImage.background.approxOrderX=1
|
config.charImage.detection.background.approxOrderX=1
|
config.charImage.detection.tempLocalBackground.approxOrderX=1
|
config.charImage.detection.tempWideBackground.approxOrderX=1
|
...
|
Jenkins run for this branch.