lentil.radiometry.Spectrum.append#

Spectrum.append(other, copy=False)[source]#

Append Spectrum to the end of caller

Parameters:
  • other (Spectrum) – Spectrum to be appended with

  • copy (bool, optional) – If True, the a new Spectrum object is returned. If False (default), the append operation occurs in place.