This is a major update for plot creation. This PR introduces the following items:
Plots can now be created in batch by providing a plot parameters yml file, an index settings yml file and a folder layout with series of pairs of folders experiment1_xxx, experiments1_WR_xxx etc.
Plots can be normalized: min/max values for index projections are calculated for all indices and used for plotting. This ensures that index plots are comparable.
The image scale unit can be specified
The pixel size can be computed by drawing a line on the image and specifying it's real size
Computing and UI parts of functions have been split in multiple places to simplify programmatic usage in the future
Keyword used to find background reference (usually _WR_) can now be modified
This is a major update for plot creation. This PR introduces the following items:
experiment1_xxx
,experiments1_WR_xxx
etc._WR_
) can now be modified