hepi.load

Module Contents

Functions

load_json_with_metadata(file)

Load xsec data from json in to something that works within hepi's plotting.

load_json(f[, dimensions])

Attributes

load

hepi.load.load_json_with_metadata(file)[source]

Load xsec data from json in to something that works within hepi’s plotting.

Parameters:
  • f – readable object, e.g. open(filepath:str).

  • dimensions (int) – 1 or 2 currently supported.

hepi.load.load_json(f, dimensions=1)[source]
hepi.load.load[source]