Transient

class mosfit.modules.Transient(**kwargs)[source]

Bases: Module

Structure to store transient data.

Methods Summary

get_data_determined_parameters()

Return list of parameters determined by data.

process(**kwargs)

Process module.

send_request(request)

Send requests to other modules.

set_data(all_data[, req_key_values, ...])

Set transient data.

Methods Documentation

get_data_determined_parameters()[source]

Return list of parameters determined by data.

process(**kwargs)[source]

Process module.

send_request(request)[source]

Send requests to other modules.

set_data(all_data, req_key_values={}, subtract_minimum_keys=[], smooth_times=-1, extrapolate_time=0.0, limit_fitting_mjds=False, exclude_bands=[], exclude_instruments=[], exclude_systems=[], exclude_sources=[], exclude_kinds=[], time_unit=None, time_list=[], band_list=[], band_telescopes=[], band_systems=[], band_instruments=[], band_modes=[], band_bandsets=[])[source]

Set transient data.