vice.yields.agb.interpolator.masses =================================== Type : ``list`` [elements of type ``float``] The stellar masses in :math:`M_\odot` on which the yield grid is sampled. Example Code ------------ >>> import vice >>> example = vice.yields.agb.interpolator('c') >>> example.masses [1.3, 1.5, 2.0, 2.5, 3.0, 4.0, 5.0, 6.0] >>> example = vice.yields.agb.interpolator('c', study = "karakas10") [1.0, 1.25, 1.5, 1.75, 1.9, 2.25, 2.5, 3.0, 3.5, 4.0, 4.5, 5.0, 5.5, 6.0]