JaneliaSciComp / BigStitcher-Spark

Running compute-intense parts of BigStitcher distributed
BSD 2-Clause "Simplified" License
18 stars 10 forks source link

FIRST_WINS strategy for fusion #33

Closed tpietzsch closed 2 months ago

tpietzsch commented 2 months ago

This implements the FIRST_WINS strategy for fusion. It is quick and dirty and will be revised, but it works :-)

It is not yet exposed through command line arguments, but instead hard-coded here: https://github.com/JaneliaSciComp/BigStitcher-Spark/blob/32a6c22d60dd6476ba0b59cd42d6d466b1321a79/src/main/java/net/preibisch/bigstitcher/spark/fusion/WriteSuperBlock.java#L249-L250 @StephanPreibisch @kgabor If one of you want's to take care of that, please go ahead. Otherwise, I'll do it as soon as possible.