Source code for kosmatau3d.properties

'''
The :code:`properties` subpackage containing various methods to examine the properties of the 
both the clumpy ensemble description of PDRs as well as the individual clumps.
'''

from kosmatau3d.properties import fuv_models
from kosmatau3d.properties import grid_interpolation
from kosmatau3d.properties.data_check import *


[docs] def help(): print('This is a submodule containing various methods to examine the properties of the ' 'clumpy ensemble description of PDRs.') return