LISOUSI: Line Source Simulation
|
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>
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) |
prototypes and structs for lisousi (prototypes)
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
REVISIONS and CHANGES
Definition in file lisousi.h.