MicroLIA.simulate
Created on Thu Jun 28 20:30:11 2018
@author: danielgodinez
Module Contents
Classes
Template-fitting periods for single-band RR Lyrae |
|
Multiband version of RR Lyrae template-fitting modeler |
- class MicroLIA.simulate.RRLyraeTemplateModeler(filts='ugriz', optimizer=None, fit_period=False, optimizer_kwds=None)[source]
Bases:
BaseTemplateModelerTemplate-fitting periods for single-band RR Lyrae
This class contains functionality to evaluate the fit of the Sesar 2010 RR Lyrae templates to single-band data.
- Parameters:
filts (list or iterable of characters (optional)) – The filters of the templates to be used. Items should be among ‘ugriz’. Default is ‘ugriz’; i.e. all available templates.
optimizer (PeriodicOptimizer instance (optional)) – Optimizer to use to find the best period. If not specified, the LinearScanOptimizer will be used.
fit_period (bool (optional)) – If True, then fit for the best period when fit() method is called.
optimizer_kwds (dict (optional) – Dictionary of keyword arguments for constructing the optimizer
See also
RRLyraeTemplateModelerMultibandmultiband version of template model
- class MicroLIA.simulate.RRLyraeTemplateModelerMultiband(optimizer=None, fit_period=False, optimizer_kwds=None, *args, **kwargs)[source]
Bases:
PeriodicModelerMultibandMultiband version of RR Lyrae template-fitting modeler
This class contains functionality to evaluate the fit of the Sesar 2010 RR Lyrae templates to multiband data.
- Parameters:
optimizer (PeriodicOptimizer instance (optional)) – Optimizer to use to find the best period. If not specified, the LinearScanOptimizer will be used.
See also
RRLyraeTemplateModelersingle band version of template model