gw.domains.base.Domain
gw.domains.base.Domain()Defines the physical domain on which the data of interest live.
This includes a specification of the bins or points, and a few additional properties associated with the data.
Attributes
| Name | Description |
|---|---|
| domain_dict | Enables to rebuild the domain via calling build_domain(domain_dict). |
| duration | Waveform duration in seconds. |
| f_max | The maximum frequency [Hz] is set to half the sampling rate. |
| max_idx | |
| min_idx | |
| noise_std | Standard deviation of the whitened noise distribution |
| sampling_rate | The sampling rate of the data [Hz]. |
Methods
| Name | Description |
|---|---|
| time_translate_data | Time translate strain data by dt seconds. |
| update |
time_translate_data
gw.domains.base.Domain.time_translate_data(data, dt)Time translate strain data by dt seconds.
update
gw.domains.base.Domain.update(new_settings)