HarmonicWaveform§

class typed_lisa_toolkit.types.HarmonicWaveform[ModeT: tuple[int, int] | tuple[int, int, int], RepT: AnyReps][source]§

Multi-mode waveform.

Note

To build a HarmonicWaveform, use the factory functions: harmonic_waveform() or hw().

get(k[, d]) D[k] if k in D, else d.  d defaults to None.§
items() a set-like object providing a view on D's items§
keys() a set-like object providing a view on D's keys§
pick(modes: Any)§

Return a new instance containing only the specified modes.

values() an object providing a view on D's values§
property domain§

Physical domain shared by all harmonics.

property harmonics§

All harmonic modes and their order.

property xp§

The underlying array namespace (numpy-like module).