vice.output.mdf

Type : dataframe

The dataframe read in via vice.mdf with the same name as this output.

See also

vice.mdf

Example Code

>>> import vice
>>> example = vice.output("example")
>>> example.mdf["bin_edge_left"][:10]
        [-3.0, -2.95, -2.9, -2.85, -2.8, -2.75, -2.7, -2.65, -2.6, -2.55]
>>> example.mdf[60]
        vice.dataframe{
                bin_edge_left --> 0.0
                bin_edge_right -> 0.05
                dn/d[fe/h] -----> 0.0
                dn/d[sr/h] -----> 0.0
                dn/d[o/h] ------> 0.0
                dn/d[sr/fe] ----> 0.06001488
                dn/d[o/fe] -----> 0.4337209
                dn/d[o/sr] -----> 0.0
        }