You're reading an old version of this documentation. For up-to-date information, please have a look at v0.5.

Roadmap

A few ideas how to develop the project further, currently a list as a reminder for the main developers themselves, in no particular order, though with a tendency to list more important aspects first:

For version 0.2

  • Implement derived importers for Magnettech files

    • Magnettech stores datasets in individual files, be it individual scans for accumulations or different steps in a series of measurements.

    • At least for goniometer, power, and modulation amplitude sweeps, these should be transformed into single datasets.

    • Requires interpolation of data, as each individual dataset has its own x axis (usually field).

For later versions

  • Start to (re)implement functionality test-driven.

  • Handling of Magnettech files

    • Renaming to sensible conventions (recursively through directories)

  • Batch processing (via recipes?)

    • Basic preprocessing, plot, export as PNG/PDF, figure caption for dokuwiki

Todos

A list of todos, extracted from the code and documentation itself, and only meant as convenience for the main developers. Ideally, this list will be empty at some point.

Todo

Does not work properly. Already gives wrong values with simulated data without a hyperfine-coupling. Reimplement with other method…

original entry

Todo

Do not rely on dataset from recipe properties but use the dataset from apply_to that is imported into the context. Further deal with (meta)data in the context thus that those are easily usable in a template.

original entry