NoiseModel

class beast.observationmodel.noisemodel.noisemodel.NoiseModel(astfile, *args, **kwargs)[source]

Bases: object

Initial class of noise models

Methods Summary

__call__(self, sedgrid) Call self as a function.
fit(self, \*args, \*\*kwargs)
load_data(self)

Methods Documentation

__call__(self, sedgrid)[source]

Call self as a function.

fit(self, *args, **kwargs)[source]
load_data(self)[source]