Package edu.sc.seis.seisFile.mseed
Class Blockette200
java.lang.Object
edu.sc.seis.seisFile.mseed.Blockette
edu.sc.seis.seisFile.mseed.DataBlockette
edu.sc.seis.seisFile.mseed.Blockette200
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class edu.sc.seis.seisFile.mseed.DataBlockette
info, swapBytes
-
Constructor Summary
ConstructorsConstructorDescriptionBlockette200
(byte[] info, boolean swapBytes) Blockette200
(float signal, float period, float background, Btime signalOnset, String eventDetector) -
Method Summary
Modifier and TypeMethodDescriptionboolean
float
getName()
float
float
int
getSize()
int
getType()
void
writeASCII
(PrintWriter out) Writes an ASCII version of the blockette.Methods inherited from class edu.sc.seis.seisFile.mseed.DataBlockette
checkMinimumSize, toBytes, toBytes, trimToSize, write
Methods inherited from class edu.sc.seis.seisFile.mseed.Blockette
toString, writeASCII
-
Constructor Details
-
Blockette200
-
Blockette200
- Throws:
SeedFormatException
-
-
Method Details
-
getName
-
getSize
public int getSize() -
getType
public int getType() -
getSignal
public float getSignal()- Returns:
- - the signal amplitude field
-
getPeriod
public float getPeriod()- Returns:
- - the signal period field
-
getBackground
public float getBackground()- Returns:
- - the background estimate field
-
getSignalOnset
- Returns:
- - the signal onset time field
-
getEventDetector
-
writeASCII
Description copied from class:Blockette
Writes an ASCII version of the blockette. This is not meant to be a definitive ascii representation, merely to give something to print for debugging purposes. Ideally each field of each blockette should be printed in the order they appear in the blockette in a visually appealing way.- Specified by:
writeASCII
in classBlockette
- Parameters:
out
- a Writer
-
equals
-