Trees | Indices | Help |
---|
|
Collection of dataline representing point spectra.
Spectra
contains an array of
DataLines
and coordinates representing where in a
data field the spectrum was acquired.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Creates a new Spectra object containing zero spectra.
Since: 2.7 |
Creates a new Spectra object similar to an existing one, but containing zero spectra. Use Spectra.duplicate() if you want to copy a spectra object including the spectra in it.
Since: 2.7 |
Emits signal "data_changed" on a spectra object. Since: 2.7 |
Gets SI unit used for the location co-ordinates of spectra.
Since: 2.7 |
Sets the SI unit corresponding to the location co-ordinates of the spectra object. It does not assume a reference on
Since: 2.7 |
Gets the coordinates of one spectrum.
Since: 2.7 |
Finds the index of the spectrum closest to the location specified by the coordinates x and y.
Since: 2.7 |
Sets the location coordinates of a spectrum.
Since: 2.7 |
Gets the number of spectra in a spectra object.
Since: 2.7 |
Gets a dataline that contains the spectrum at index i.
Since: 2.7 |
Replaces the ith spectrum in the spectra object with a the supplied spectrum, new_spectrum. It takes its own reference to the New_Spectrum dataline.
Since: 2.7 |
Sets selected state of a spectrum in a spectra object.
Since: 2.7 |
Gets the selected state of a spectrum in a spectra object.
Since: 2.7 |
Appends a new_spectrum to the spectra collection with a position of x,
y.
Since: 2.7 |
Removes the ith spectrum from the Spectra collection. The subsequent spectra are moved down one place.
Since: 2.7 |
Gets the title of spectra.
Since: 2.7 |
Sets the title of the spectra collection.
Since: 2.7 |
Gets the spectrum abscissa label of a spectra object.
Since: 2.40 |
Sets the spectrum abscissa label of a spectra object.
Since: 2.40 |
Gets the spectrum ordinate label of a spectra object.
Since: 2.40 |
Sets the spectrum ordinate label of a spectra object.
Since: 2.40 |
Removes all spectra from the collection. Since: 2.7 |
Gets the list of the indices to spectra ordered by their distance from a given point. List positions
Since: 2.7 |
Convenience macro doing gwy_serializable_duplicate() with all the necessary typecasting.
Since: 2.7 |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |