DObutterworthbp.h

Classes

butterworthbp -- class for creating and accessing Butterworth objects from Glish (full description)

class butterworthbp : public ApplicationObject

Interface

Public Members
butterworthbp()
~butterworthbp()
void logSummary()
virtual String className() const
virtual Vector<String> methods() const
virtual MethodResult runMethod(uInt which, ParameterSet &parameters, Bool runMethod)
virtual Vector<String> noTraceMethods() const

Description

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

This class is named after Butterworth Type I polynomials

Synopsis

Example

Motivation

This class was created to support systematic errors in the simulator tool. It can be used by Jones matrix classes to vary gains in a predictable way, mimicing natural processes of the atmosphere or instrumental effects.

Thrown Exceptions

To Do

Member Description

butterworthbp()

create the DO

~butterworthbp()

destroy the DO

void logSummary()

GlishRecord marshall();

virtual String className() const

virtual Vector<String> methods() const

virtual MethodResult runMethod(uInt which, ParameterSet &parameters, Bool runMethod)

virtual Vector<String> noTraceMethods() const