jacg / petalo

PET scanner image reconstruction
1 stars 4 forks source link

Metadata #16

Open jacg opened 2 years ago

jacg commented 2 years ago

Keeping track of the metadata describing the parameters affecting reconstructed images, is far too painful and error-prone.

One idea is to define a consistent scheme for encoding metadata in filesystem paths and use skim to find matching data.

However, if #15 is implemented, maybe the configuration file can serve as an adequate store of metadata. In which case, the output directory should be automatically generated from a hash of the config file's contents. Thus, no metadata would be stored in the path itself, but within files in the output directory.

jacg commented 2 years ago