diff --git a/docs/pyerrors/input/json.html b/docs/pyerrors/input/json.html index 09fa0f4e..9a41e23f 100644 --- a/docs/pyerrors/input/json.html +++ b/docs/pyerrors/input/json.html @@ -100,7 +100,7 @@ ---------- ol : list List of objects that will be exported. At the moments, these objects can be - either of: Obs, list, numpy.ndarray. + either of: Obs, list, numpy.ndarray, Corr. All Obs inside a structure have to be defined on the same set of configurations. description : str Optional string that describes the contents of the json file. @@ -319,7 +319,7 @@ ---------- ol : list List of objects that will be exported. At the moments, these objects can be - either of: Obs, list, numpy.ndarray. + either of: Obs, list, numpy.ndarray, Corr. All Obs inside a structure have to be defined on the same set of configurations. fname : str Filename of the output file. @@ -352,7 +352,7 @@ def import_json_string(json_string, verbose=True, full_output=False): """Reconstruct a list of Obs or structures containing Obs from a json string. - The following structures are supported: Obs, list, numpy.ndarray + The following structures are supported: Obs, list, numpy.ndarray, Corr If the list contains only one element, it is unpacked from the list. Parameters @@ -539,7 +539,7 @@ def load_json(fname, verbose=True, gz=True, full_output=False): """Import a list of Obs or structures containing Obs from a .json.gz file. - The following structures are supported: Obs, list, numpy.ndarray + The following structures are supported: Obs, list, numpy.ndarray, Corr If the list contains only one element, it is unpacked from the list. Parameters @@ -591,7 +591,7 @@ ---------- ol : list List of objects that will be exported. At the moments, these objects can be - either of: Obs, list, numpy.ndarray. + either of: Obs, list, numpy.ndarray, Corr. All Obs inside a structure have to be defined on the same set of configurations. description : str Optional string that describes the contents of the json file. @@ -813,7 +813,7 @@ to a .json(.gz) file