HarmonicProjectedWaveform§

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

Multi-mode waveform projected onto the detector response in different channels.

Note

To build a HarmonicProjectedWaveform, use the factory function: harmonic_projected_waveform() or hpw().

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 channel_names: tuple[str, ...]§

All channel names.

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).