AllenNeuralDynamics / aind-smartspim-stitch

Stitching and fusion pipeline in the cloud
MIT License
3 stars 1 forks source link

Refactor SmartSPIM stitching capsule to generate metadata independently #23

Closed camilolaiton closed 1 year ago

camilolaiton commented 1 year ago

Right now, I am generating the metadata inside of the important methods that compute the tile alignment, optimization and fuse. This is not optimal because it makes this software to be used only by AIND since it validates that some previous metadata exists. I want to refactor this so it could be used by other laboratories.

camilolaiton commented 1 year ago

Adding this feature enhancement in 8ae702c