Source code for NuRadioReco.utilities.ice
"""
implementation of ice models
"""
[docs]def get_refractive_index(depth, site='southpole'):
if(depth <= 0):
return 1.3
else:
return 1.000293
"""
implementation of ice models
"""
[docs]def get_refractive_index(depth, site='southpole'):
if(depth <= 0):
return 1.3
else:
return 1.000293