LISOUSI: Line Source Simulation
lisousi.h File Reference

prototypes and structs for lisousi (prototypes) More...

#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
#include <gsl/gsl_sf_bessel.h>
#include <tfxx/commandline.h>
#include <tfxx/xcmdline.h>
#include <tfxx/error.h>
#include <tfxx/stringfunc.h>
#include <tfxx/rangestring.h>
#include <tfxx/rangelist.h>
#include <tfxx/misc.h>
#include <tsxx/anyfilter.h>
#include <tsxx/convolve.h>
#include <datrwxx/readany.h>
#include <datrwxx/writeany.h>
#include <sffxx.h>
#include <sffostream.h>
#include <aff/dump.h>
#include <aff/seriesoperators.h>
#include <aff/subarray.h>
#include <tsxx/ovtaper.h>
#include <fourier/fftwaff.h>
Include dependency graph for lisousi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  IntegParam
 
struct  Options
 
struct  Parameters
 time series parameters. More...
 

Macros

#define TF_LISOUSI_H_VERSION   "TF_LISOUSI_H V1.0"
 

Typedefs

typedef ts::filter::Ttimeseries Ttimeseries
 
typedef Ttimeseries::Tseries Tseries
 
typedef fourier::fft::DRFFTWAFF TFourier
 

Enumerations

enum  Efdtype {
  Ffdfarfield, Ffdexplosion, Ffdzforce, Ffdwizforce,
  Ffdlamb
}
 

Variables

TFourier Fourier
 
Tseries filter
 
Tseries taper
 
Tseries workseries
 
const TFourier::Tcoeff IME =TFourier::Tcoeff(0.,1.)
 
const TFourier::Tcoeff CFTfac =exp(-IME*M_PI_4)
 

Detailed Description

prototypes and structs for lisousi (prototypes)


Author
Thomas Forbriger
Date
17/04/2013

prototypes and structs for lisousi (prototypes)

Copyright (c) 2013 by Thomas Forbriger (BFO Schiltach)


lisousi is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

lisousi is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

REVISIONS and CHANGES

  • 17/04/2013 V1.0 Thomas Forbriger

Definition in file lisousi.h.