class IfoResponse : public FDFilterBase Convert a Frequency series from strain units to the ADC response
| | IfoResponse (void) Construct a null IFO response filter |
| | IfoResponse (const std::string& title, const std::string& file) Construct and initialize an IFO response filter |
| | ~IfoResponse (void) Ifo response filter destructor |
| | clone (void) const Clone an ifo response filter |
| | read (const std::string& title, const std::string& file) Initialize an IFO response filter from a specified file. |
| | readXml (const std::string& title, const std::string& istr) Read calibration information from an xml file |
| | readFrame (const std::string& title, const std::string& istr) Read calibration information from a framefile |
| | setFreq (double fMin, double fMax, double dF) Set the frequency range to be filtered |
| | setResponse (const Time& t) const Calculate the time-dependent response transfer function for the specified time |
| | Apply (const FSeries& fIn, FSeries& fOut) Filter a frequency series. |
| | Apply (const FSpectrum& fIn, FSpectrum& fOut) Filter a spectrum |
Convert a Frequency series from strain units to the ADC response
IfoResponse(const std::string& title, const std::string& file)
virtual ~IfoResponse(void)
IfoResponse* clone(void) const
void read(const std::string& title, const std::string& file)
void readXml(const std::string& title, const std::string& istr)
void readFrame(const std::string& title, const std::string& istr)
void setFreq(double fMin, double fMax, double dF)
fMax - Maximum frequency to be filtered.
dF - Frequency increment.
void setResponse(const Time& t) const
virtual void Apply(const FSeries& fIn, FSeries& fOut)
fOut - Output frequency series in ADC units.
virtual void Apply(const FSpectrum& fIn, FSpectrum& fOut)
alphabetic index hierarchy of classes
Please send questions and comments to zweizig_j@ligo.caltech.edu
generated by doc++