Home | Trees | Indices | Help |
---|
|
Decorators specifically for SED package
|
|||
|
|||
|
|||
|
|||
|
|
|||
logger = logging.getLogger('SED.DEC')
|
|
Decorator to run SED grid fitting in parallel. This splits up the effective temperature range between teffrange[0] and teffrange[1] in 'threads' parts. This must decorate a 'make_parallel' decorator. |
Decorator to run SED iteratively and zooming in on the minimum. iterations: number of iterative zoom-ins increase: increase in number of grid points in each search (1 means no increase) size: speed of zoomin: the higher, the slower |
Accept 'savefig' as an extra keyword. If it is given, start a new figure and save it to the filename given, and close it! |
Prepare input and output for blackbody-like functions. If the user gives wavelength units and Flambda units, we only need to convert everything to SI (and back to the desired units in the end). If the user gives frequency units and Fnu units, we only need to convert everything to SI ( and back to the desired units in the end). If the user gives wavelength units and Fnu units, we need to convert the wavelengths first to frequency. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Mar 30 10:45:19 2018 | http://epydoc.sourceforge.net |