select

pyarts.cat.select.select(ws, lines, qid, fmin=-inf, fmax=inf, safe=1)[source]

Select a single band

Parameters:
  • ws (Workspace) – A pyarts workspace

  • lines (pyarts workspace variable) – An ArrayOfAbsorptionLines (modified in-place)

  • qid (pyarts workspace variable) – An ArrayOfQuantumIdentity to select a band

  • fmin (float) – The minimum frequency

  • fmax (float) – The maximum frequency

  • safe (int) – Whether or not to disallow removing lines unsafely (e.g., with line mixing you need the whole band)

Returns:

lines modified