pipeline.domain.spectralwindow

Functions

compress(values)

Compress (if possible) a sequence of values.

Classes

ArithmeticProgression(start, delta, num_terms)

A representation of an arithmetic progression that can generate sequence elements on demand.

Channel(start, end, effective_bw)

Representation of a channel within a spectral window.

ChannelList(chan_freqs, chan_widths, effbw)

A container/generator for Channel objects.

SpectralWindow(spw_id, name, spw_type, …)

SpectralWindow is a logical representation of a spectral window.

SpectralWindowWithChannelSelection(subject, …)

SpectralWindowWithChannelSelection decorates a SpectralWindow so that the spectral window ID also contains a channel selection.