vice.yields.agb.interpolator.yields

Type : list [elements of type list, storing float types]

The fractional net yields of the given element on which the yield grid is sampled.

Example Code

>>> import vice
>>> example = vice.yields.agb.interpolator('c')
>>> example.yields[0]
[0.00233122,
 0.00206212,
 0.00163226,
 0.00150313,
 0.000781408,
 0.000406231,
 -5.03077e-05,
 -0.000150308,
 -0.000317615,
 -0.000422]
>>> example.yields[2]
[0.00760034,
 0.00650061,
 0.0060516,
 0.00610347,
 0.00510498,
 0.00443045,
 0.00347925,
 0.0035931,
 0.0026206,
 0.002503]
>>> example = vice.yields.agb.interpolator('c', study = "karakas10")
>>> example.yields[0]
[0.000250197, -3.861e-05, -6.944e-05, -0.0001502]
>>> example.yields[2]
[0.00773393, 0.00111333, -5.62667e-05, -0.0004974]