get_broadband_albedo module

Calculate Broadband albedo using Broadband_albedo_Calculator from https://github.com/astrovidee/Broadband_albedo_Calculator. This code returns broadband albedo parameters based on the stellar type.

param star:

The star type, which must be one of 'F', 'G', 'K', or 'M'.

type star:

str

returns:
A dictionary with the following keys:

'Asnow', 'A_75', 'A_50', 'A_25', 'A_bi', 'A_o', 'A_l', 'c_2k', 'c_1', 'c_2', 'c_5', 'c_20', 'c_100', 'c_200', 'm'

rtype:

dict

get_broadband_albedo.get_broadband_albedo(star)[source]