experiment_section (
self,
parameters,
names,
varied,
)
Start new H1 section in the HTML document.
parameters is a list of the values of all parameters
in an experiment, names holds the names of all
parameters, and varied holds the names of the
parameters that are actually varied.
The three input lists are computed by functions in
this module (or the MultipleLoops class).
|