mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-23 21:58:12 +01:00
Move fluence calcs to physics from landscape. Update LandScapeBuilder to accommodate config and segments
This commit is contained in:
@ -4,7 +4,9 @@ from pg_rad.physics import attenuation
|
||||
from pg_rad.physics import fluence
|
||||
|
||||
from pg_rad.physics.attenuation import (get_mass_attenuation_coeff,)
|
||||
from pg_rad.physics.fluence import (phi_single_source,)
|
||||
from pg_rad.physics.fluence import (calculate_fluence_along_path,
|
||||
calculate_fluence_at, phi,)
|
||||
|
||||
__all__ = ['attenuation', 'fluence', 'get_mass_attenuation_coeff',
|
||||
'phi_single_source']
|
||||
__all__ = ['attenuation', 'calculate_fluence_along_path',
|
||||
'calculate_fluence_at', 'fluence', 'get_mass_attenuation_coeff',
|
||||
'phi']
|
||||
|
||||
Reference in New Issue
Block a user