Class BVToTeff_ballesteros

java.lang.Object
gaiasky.util.color.BVToTeff_ballesteros

public class BVToTeff_ballesteros extends Object
  • Constructor Details

    • BVToTeff_ballesteros

      public BVToTeff_ballesteros()
  • Method Details

    • bvToTeff

      public double bvToTeff(double bv)
      Convert the incoming B-V color index [mag] into an effective temperature [K]
      Parameters:
      bv - The B-V color index [mag]
      Returns:
      Effective temperature [K]
    • teffToBv

      public double teffToBv(double teff)
      Convert the incoming effective temperature [K] into a B-V color index [mag]
      Parameters:
      teff - Effective temperature [K]
      Returns:
      The B-V color index [mag]