input module

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

input.get_broadband_albedo(star)[source]