SpectralWindowWithChannelSelection

class SpectralWindowWithChannelSelection(subject: SpectralWindow, channels: Iterable[int])[source]

Bases: object

Wrapper for SpectralWindow that includes channel selection in the ID.

This class wraps a SpectralWindow and modifies its ID property to include a channel selection string (e.g., '0:10~20;30~40').

id

Spectral window ID with appended channel selection string.

Attributes Summary

id

Returns the spectral window ID including channel selection.

Attributes Documentation

id

Returns the spectral window ID including channel selection.