Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
_
A
add(SeisTraceProperty)
- Method in class org.javaseis.properties.
SeisTraceProperties
Add a property description to this trace property handler
addComments(String)
- Method in class org.javaseis.io.
Seisio
Adds to the JavaSeis file-structure comments (history).
addExtent(long, long)
- Method in class org.javaseis.io.
ExtentManager
Add an extent to a virtual file.
addTraceProperty(PropertyDescription)
- Method in class org.javaseis.properties.
TraceProperties
Adds specified trace property to storage.
ALACRITY
- Static variable in class org.javaseis.properties.
DataDomain
Squared velocity
allocate()
- Method in class org.javaseis.array.
MultiArray
Convenience method to allocate primitive storage once all other fields are set
allocateArray(Class, int)
- Method in class org.javaseis.parallel.
DistributedGrid
Allocate a distributed array based on the sizes of the resident axes of the DistributedGrid.
allocateArray(Class, int, int[], int[])
- Method in class org.javaseis.parallel.
DistributedGrid
Allocate a distributed array based on the sizes of the resident axes of the DistributedGrid.
allocateExtents()
- Method in class org.javaseis.io.
ExtentManager
Create all extents for a new virtual file based on extentPolicy
allocateExtents()
- Method in class org.javaseis.io.
VirtualIO
AMPLITUDE
- Static variable in class org.javaseis.properties.
DataDomain
Amplitude
argsToProperties(String[])
- Static method in class org.javaseis.properties.
SeisProperties
Convert a set of program arguments to Properties object Convention used is "-arg1 value1 -arg2 value2" translates to "arg1" = "value1", "arg2 = "value2", etc.
arrayCopyByteToFloat(int, byte[], float[])
- Method in class org.javaseis.compress.
TraceCompressor
Copies trace data from byte array to float array.
arrayCopyFloatToByte(int, float[], byte[])
- Method in class org.javaseis.compress.
TraceCompressor
Copies trace data from float array to byte array (clipping if necessary).
arrayCopyFloatToShort(int, float[], short[])
- Method in class org.javaseis.compress.
TraceCompressor
Copies trac edata from byte array to float array.
arrayCopyShortToFloat(int, short[], float[])
- Method in class org.javaseis.compress.
TraceCompressor
Copies trace data from short array to float array.
assertAllValuesInitialized()
- Method in class org.javaseis.io.
Seisio.TraceMap
Asserts that all trace map values have been initialized (i.e.
AxisDefinition
- Class in
org.javaseis.properties
The AxisDefinition class provides...
AxisDefinition(AxisLabel, Units, DataDomain, long, long, long, double, double)
- Constructor for class org.javaseis.properties.
AxisDefinition
Axis definition constuctor.
AxisLabel
- Class in
org.javaseis.properties
This class encapsulates an axis label.
AxisLabel(String, String)
- Constructor for class org.javaseis.properties.
AxisLabel
Creates a new AxisLabel.
Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
_