gw.transforms.noise_transforms.WhitenFixedASD

gw.transforms.noise_transforms.WhitenFixedASD(
    domain,
    asd_file=None,
    inverse=False,
    precision=None,
)

Whiten frequency-series data according to an ASD specified in a file. This uses the ASD files contained in Bilby.

Parameters

Name Type Description Default
domain UniformFrequencyDomain ASD is interpolated to the associated frequency grid. required
asd_file str Name of the ASD file. If None, use the aligo ASD. [Default: None] None
inverse bool Whether to apply the inverse whitening transform, to un-whiten data. [Default: False] False
precision str(single, double) If not None, sets precision of ASD to specified precision. None

Attributes

Name Description
asd_array
inverse