Open martinschorb opened 1 year ago
Hi @martinschorb,
I typically keep a binary export of the mongodb data store ( using mongodump ) because that is a relatively easy way to archive/restore things without needing compute resources.
As long as the code/process you use to import tile specs and generate matches is version controlled, the minimum you'd need to keep track of is:
Hi,
what strategy do you currently advise to archive an alignment procedure when publishing a dataset.
I would like to make the aligned volume available using MoBIE/Neuroglancer but also the raw tile data. In order to enable reproducing the alignment from the raw data, what Render metadata should be archived with it?
Do you just keep the tilespecs of the aligned stack after the solve? Or would you also consider the SIFT matches relevant?
Thanks!