public class Filter extends UnaryOpModule
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAllowedFilterType() |
double |
getAttenuation() |
double |
getCutFreq1() |
double |
getCutFreq2() |
int |
getDownSample() |
String |
getFilterType() |
double |
getRate() |
int |
getSize() |
void |
initModule() |
Object |
processInput(String input,
String output,
Object val,
long timeStamp) |
void |
setAttenuation(double attenuation) |
void |
setCutFreq1(double cutFreq1) |
void |
setCutFreq2(double cutFreq2) |
void |
setDownSample(int downSample) |
void |
setFilterType(String filterType) |
void |
setRate(double rate) |
void |
setSize(int size) |
getAttRegex, getPrefix, getSuffix, processUpdate, setAttRegex, setPrefix, setSuffixalias, getComponentTree, getEnvironment, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, listens, percolateSignal, postStart, sendSignal, sendSignalWithTimeLimit, setEnvironment, setName, setNObserverThreads, setObservables, setTickMillis, shutdownNow, signal, startTicking, tick, updateaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchange, getCheckedValueFromConfiguration, getChildren, getComponentByName, getFullPath, getParent, getParentObject, injectResources, listChildren, notifyChange, notifyChangeWithoutPreliminaryChecks, proceduralWalk, setBulkParameter, start, submitChange, submitChanges, treeWalk, validateBulkChangepublic String getFilterType()
public void setFilterType(String filterType)
public double getRate()
public void setRate(double rate)
public int getSize()
public void setSize(int size)
public double getCutFreq1()
public void setCutFreq1(double cutFreq1)
public double getCutFreq2()
public void setCutFreq2(double cutFreq2)
public double getAttenuation()
public void setAttenuation(double attenuation)
public String[] getAllowedFilterType()
public void setDownSample(int downSample)
public int getDownSample()
public void initModule()
initModule in class org.lsst.ccs.framework.Modulepublic Object processInput(String input, String output, Object val, long timeStamp)
processInput in class UnaryOpModuleCopyright © 2015 LSST. All rights reserved.