SED¶
- class mosfit.modules.SED(**kwargs)[source]¶
Bases:
ModuleTemplate class for SED Modules.
Modules that inherit from the SED class should produce a seds key, which contains a spectral energy distribution for each time. The units of the SED should be in erg/s/Angstrom.
Attributes Summary
Methods Summary
add_to_existing_seds(new_seds, **kwargs)Add SED from module to existing
sedskey.receive_requests(**requests)Receive requests from other
Moduleobjects.send_request(request)Send a request.
set_data(band_sampling_points)Set SED data.
Attributes Documentation
- C_OVER_ANG = 2.9979245799999995e+18¶
Methods Documentation