diff --git a/docs/pyerrors.html b/docs/pyerrors.html index 3ed117d7..1022e220 100644 --- a/docs/pyerrors.html +++ b/docs/pyerrors.html @@ -458,10 +458,10 @@ Make sure to check the autocorrelation time with e.g. pyerrors. The user is advised to provide as detailed information as possible in this field. Examples are: Input files of measurements or simulations, LaTeX formulae or references to publications to specify how the observables have been computed, details on the analysis strategy, ... This field may be any valid JSON type. Strings, arrays or objects (equivalent to dicts in python) are well suited to provide information. -

The only necessary entry of the file is the field +

The only necessary entry of the file is the field -obsdata, an array that contains the actual data.

-

Each entry of the array belongs to a single structure of observables. Currently, these strucutres can be eiter of Obs, list, numpy.ndarray, Corr. All Obs inside a structure (with dimension > 0) have to be defined on the same set of configurations. Different structures, that are represented by entries of the array obsdata, are treated independently. Each entry of the array obsdata has the following required entries:

+

Each entry of the array belongs to a single structure of observables. Currently, these structures can be either of Obs, list, numpy.ndarray, Corr. All Obs inside a structure (with dimension > 0) have to be defined on the same set of configurations. Different structures, that are represented by entries of the array obsdata, are treated independently. Each entry of the array obsdata has the following required entries: