com.isti.jevalresp
Class RespInfoBlk

java.lang.Object
  extended by com.isti.jevalresp.RespInfoBlk

public class RespInfoBlk
extends java.lang.Object

Class RespInfoBlk holds a block of data describing an evaluated response. (Used by 'RunBlks.java'.)


Field Summary
 java.lang.String channelName
           
 ComplexBlk[] cSpectraArray
           
 java.lang.String fileName
           
 double[] freqArr
           
 java.lang.String networkName
           
 java.lang.String siteName
           
 java.lang.String stationName
           
 
Constructor Summary
RespInfoBlk(java.lang.String stationName, java.lang.String channelName, java.lang.String networkName, java.lang.String siteName, ComplexBlk[] cSpectraArray, double[] freqArr)
          Constructs a block of data describing an evaluated response.
RespInfoBlk(java.lang.String stationName, java.lang.String channelName, java.lang.String networkName, java.lang.String siteName, ComplexBlk[] cSpectraArray, double[] freqArr, java.lang.String fileName)
          Constructs a block of data describing an evaluated response.
 
Method Summary
 java.lang.String toString()
          Returns a string containing the station, channel, network and site names.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

stationName

public final java.lang.String stationName

channelName

public final java.lang.String channelName

networkName

public final java.lang.String networkName

siteName

public final java.lang.String siteName

cSpectraArray

public final ComplexBlk[] cSpectraArray

freqArr

public final double[] freqArr

fileName

public final java.lang.String fileName
Constructor Detail

RespInfoBlk

public RespInfoBlk(java.lang.String stationName,
                   java.lang.String channelName,
                   java.lang.String networkName,
                   java.lang.String siteName,
                   ComplexBlk[] cSpectraArray,
                   double[] freqArr,
                   java.lang.String fileName)
Constructs a block of data describing an evaluated response.

Parameters:
stationName - station name.
channelName - channel name.
networkName - network name.
siteName - site/location name.
cSpectraArray - array of response values.
freqArr - array of frequencies.
fileName - the name of the file that the response came from.

RespInfoBlk

public RespInfoBlk(java.lang.String stationName,
                   java.lang.String channelName,
                   java.lang.String networkName,
                   java.lang.String siteName,
                   ComplexBlk[] cSpectraArray,
                   double[] freqArr)
Constructs a block of data describing an evaluated response.

Parameters:
stationName - station name.
channelName - channel name.
networkName - network name.
siteName - site/location name.
cSpectraArray - array of response values.
freqArr - array of frequencies.
Method Detail

toString

public java.lang.String toString()
Returns a string containing the station, channel, network and site names.

Overrides:
toString in class java.lang.Object
Returns:
a string containing the station, channel, network and site names.