SMILE  v2.5
Schwarzschild Modelling Interactive expLoratory Environment
Public Member Functions | Public Attributes | List of all members
smile::CSpectralLine Struct Reference

Definition of one spectral line in one-dimensional time series (nothing to do with spectroscopy!:) More...

#include <orbitan.h>

Public Member Functions

 CSpectralLine (double _freq=0, double _ampl=0, double _phase=0, int _method=0)
 
bool operator< (CSpectralLine S) const
 sort in reverse order of amplitude
 
 operator double () const
 

Public Attributes

double freq
 frequency
 
double ampl
 amplitude
 
double phase
 phase (complex amplitude = ampl * exp(I*phase)
 
int method
 0: Carpintero&Aguilar, 1: Hunter (more precise); other variants are not implemented yet
 

Detailed Description

Definition of one spectral line in one-dimensional time series (nothing to do with spectroscopy!:)


The documentation for this struct was generated from the following file: