JaneliaSciComp / BigStitcher-Spark

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

Using the same parameters to process multi-channel data #19

Open s12754 opened 10 months ago

s12754 commented 10 months ago

Hi all! we used BigStitcher-Spark for data stitching, which works well for single-channel data. However, when using multi-channel data, I process each channel one by one through a loop. I am not sure if the stitching parameters between different channels are consistent. I want to use one of these channels for data stitching and then apply the stitching parameters of this channel to other channels. I don't know if there is a way to do this. thanks!