AI-multimodal / aimm-post-processing

This repository is depricated. We will be doing all postprocessing in `aimmdb.postprocessing`.
Other
0 stars 3 forks source link

Implement simplest possible post-processing #7

Closed matthewcarbone closed 2 years ago

matthewcarbone commented 2 years ago

In order to prove we can handle data provenance, we will implement the simplest possible use case. No, it's not taking the average of multiple spectra. It is in fact, do_nothing().

The method should do the following.

  1. Register the parent datapoint that was used to construct it.
  2. Register the current versioneer version of the code used to construct it.
  3. Register the function/method used to construct it.