A B C D E F G H I J K L M N O P R S T U V W _

T

t0 - Variable in class org.javaseis.io.ExtentManager
 
t0 - Variable in class org.javaseis.properties.SeisProperties
 
testAsynchronous() - Method in class org.javaseis.io.test.JTestSeisLock
Use multple threads to simulate locking/unlocking of the file from multple nodes in the same job or multiple jobs.
testComplexForwardFloatArrayInt() - Method in class org.javaseis.tests.SeisFftTest
 
testFileStruct(String, String, String[], int) - Static method in class org.javaseis.io.Seisio
The private method used for "main" test.
testForward() - Method in class org.javaseis.tests.SeisFft3dTest
 
testRealToComplexFloatArrayInt() - Method in class org.javaseis.tests.SeisFftTest
 
testRename() - Method in class org.javaseis.io.test.JTestRenameVirtualDataset
 
testRename() - Method in class org.javaseis.io.test.TestRenameVirtualDataset
 
TestRenameVirtualDataset - Class in org.javaseis.io.test
Simple junit tests to create a virtual dataset, rename it and then open it again to make sure that we can still find all the parts.
TestRenameVirtualDataset() - Constructor for class org.javaseis.io.test.TestRenameVirtualDataset
 
testSetFftParms() - Method in class org.javaseis.tests.SeisFftTest
 
testSynchronous() - Method in class org.javaseis.io.test.JTestSeisLock
Lock and increment a counter in a properties file in a single thread.
TestUtil - Class in org.javaseis.tests
Utility functions for facilitating unit tests.
TestUtil() - Constructor for class org.javaseis.tests.TestUtil
 
TIME - Static variable in class org.javaseis.properties.AxisLabel
The axis label for vertical time.
TIME - Static variable in class org.javaseis.properties.DataDomain
In seconds or milliseconds
toProperties(SeisProperties) - Method in class org.javaseis.io.ExtentListEntry
Convert this list entry to a set of properties
toPropertyString() - Method in class org.javaseis.properties.PropertyDescription
Converts the property general decription to a string.
toPropString() - Method in class org.javaseis.properties.SeisTraceProperty
 
toString() - Method in enum org.javaseis.array.TransposeType
 
toString() - Method in enum org.javaseis.compress.DataCompression
Gets the string representation of the data compression.
toString() - Method in enum org.javaseis.io.ExtentPolicy
 
toString() - Method in class org.javaseis.properties.AxisLabel
Returns a String representation of the object.
toString() - Method in class org.javaseis.properties.DataDomain
Returns a String representation of the object.
toString() - Method in enum org.javaseis.properties.DataFormat
Gets the string representation of the data format.
toString() - Method in enum org.javaseis.properties.DataType
Gets the string representation of the data type.
toString() - Method in class org.javaseis.properties.Units
Returns a String representation of the object.
totalFrames(Seisio) - Method in class org.javaseis.io.SortCreate
Calculate the total number of potential frames in an open JavaSeis dataset.
TRACE_DATA - Static variable in class org.javaseis.io.Seisio
 
TRACE_HEADERS - Static variable in class org.javaseis.io.Seisio
 
TRACE_INDEX - Static variable in class org.javaseis.grid.GridDefinition
 
TRACE_MAP - Static variable in class org.javaseis.io.Seisio
 
TRACE_PROPERTIES - Static variable in class org.javaseis.io.Seisio
 
traceBuffer - Variable in class org.javaseis.io.SortRead
 
TraceCompressor - Class in org.javaseis.compress
The jsTraceCompressor class provides compression support for (trace) data.
TraceCompressor(DataFormat, int, ByteBuffer) - Constructor for class org.javaseis.compress.TraceCompressor
Constructs an instace of jsTraceCompressor.
traceMap - Variable in class org.javaseis.io.SortRead
 
traceMapio - Variable in class org.javaseis.io.SortRead
 
TraceProperties - Class in org.javaseis.properties
The TraceProperites class provides trace properties support for JavaSeis datasets.
TraceProperties() - Constructor for class org.javaseis.properties.TraceProperties
Constructs an instance of TraceProperites.
TraceProperties(ByteBuffer) - Constructor for class org.javaseis.properties.TraceProperties
Constructs an instance of TraceProperites.
TraceProperties(int, PropertyDescription[]) - Constructor for class org.javaseis.properties.TraceProperties
Constructs an instance of TraceProperites.
tracesInFrame - Variable in class org.javaseis.io.SortRead
 
tracesInSort - Variable in class org.javaseis.io.SortRead
 
tracesPerFrame - Variable in class org.javaseis.io.SortRead
 
traceView - Variable in class org.javaseis.io.SortRead
 
trackIoRate(boolean) - Method in class org.javaseis.io.Seisio
 
trackTime - Variable in class org.javaseis.io.ExtentManager
 
trackTime(boolean) - Method in class org.javaseis.io.ExtentManager
Set flag for I/O and lock time tracking
trackTime(boolean) - Method in interface org.javaseis.io.ISeisLock
 
trackTime(boolean) - Method in class org.javaseis.io.SeisLock
 
trackTime(boolean) - Method in class org.javaseis.io.SeisNativeLock
 
trackTime(boolean) - Method in class org.javaseis.io.VirtualIO
Set flag that determines if I/O rate is tracked
trackTime - Variable in class org.javaseis.properties.SeisProperties
 
trackTime(boolean) - Method in class org.javaseis.properties.SeisProperties
Set flag for I/O time tracking
tran1243() - Method in class org.javaseis.array.MultiArray
Transpose the third and fourth dimensions of this MultiArray
tran132() - Method in class org.javaseis.array.MultiArray
Transpose the second and third dimensions of an MultiArray
tran132() - Method in class org.javaseis.parallel.DistributedArray
3D distributed transpose Uses same approach as 2D distributed transpose, but moves vectors rather than individual elements.
tran132(T[]) - Method in class org.javaseis.parallel.DistributedArray
Generic method for object array transpose
tran21() - Method in class org.javaseis.array.MultiArray
Transpose the first two dimensions of a MultiArray If the number of elements per sample is not 1, the transpose is "promoted" to tran132 using the element count as the first dimension.
tran21() - Method in class org.javaseis.parallel.DistributedArray
Transpose a 2D distributed array, where the 2nd dimension is spread across processors.
tran21(T[]) - Method in class org.javaseis.parallel.DistributedArray
Generic method for object array transpose
tran213() - Method in class org.javaseis.parallel.DistributedArray
Transpose the first two dimensions of a 3D DistributedArray If the number of elements per sample is not 1, the transpose is "promoted" to tran1324 using the element count as the first dimension.
transferHeaders(int, boolean) - Method in class org.javaseis.io.Seisio
Transfers headers to/from the header buffer.
transpose(TransposeType) - Method in interface org.javaseis.array.IMultiArray
Transpose the array
transpose(TransposeType) - Method in class org.javaseis.array.MultiArray
Apply the requested transpose to this MultiArray
Transpose - Class in org.javaseis.array
Java implementation of in-memory array transposes.
Transpose() - Constructor for class org.javaseis.array.Transpose
 
transpose(TransposeType) - Method in class org.javaseis.parallel.DistributedArray
Apply the requested transpose to this MultiArray
TransposeType - Enum in org.javaseis.array
Enum for transpose types supported by JavaSeis classes
trc - Variable in class org.javaseis.io.SortMap
 
ttran(int, T, int, T) - Method in interface org.javaseis.parallel.IParallelContext
Transpose a "tiled" array across tasks in this parallel context.
ttran(int, T, int, T) - Method in class org.javaseis.parallel.MPIContext
Transpose a "tiled" array across tasks in this parallel context.
ttran(int, T, int, T) - Method in class org.javaseis.parallel.MPIContextWorld
 
ttran(int, T, int, T) - Method in class org.javaseis.parallel.UniprocessorContext
 
ttranByte(int, byte[], int, byte[]) - Method in interface org.javaseis.parallel.IParallelContext
 
ttranByte(int, byte[], int, byte[]) - Method in class org.javaseis.parallel.MPIContext
 
ttranByte(int, byte[], int, byte[]) - Method in class org.javaseis.parallel.MPIContextWorld
 
ttranByte(int, byte[], int, byte[]) - Method in class org.javaseis.parallel.UniprocessorContext
 
ttranDouble(int, double[], int, double[]) - Method in interface org.javaseis.parallel.IParallelContext
 
ttranDouble(int, double[], int, double[]) - Method in class org.javaseis.parallel.MPIContext
 
ttranDouble(int, double[], int, double[]) - Method in class org.javaseis.parallel.MPIContextWorld
 
ttranDouble(int, double[], int, double[]) - Method in class org.javaseis.parallel.UniprocessorContext
 
ttranFloat(int, float[], int, float[]) - Method in interface org.javaseis.parallel.IParallelContext
 
ttranFloat(int, float[], int, float[]) - Method in class org.javaseis.parallel.MPIContext
 
ttranFloat(int, float[], int, float[]) - Method in class org.javaseis.parallel.MPIContextWorld
 
ttranFloat(int, float[], int, float[]) - Method in class org.javaseis.parallel.UniprocessorContext
 
ttranInt(int, int[], int, int[]) - Method in interface org.javaseis.parallel.IParallelContext
 
ttranInt(int, int[], int, int[]) - Method in class org.javaseis.parallel.MPIContext
 
ttranInt(int, int[], int, int[]) - Method in class org.javaseis.parallel.MPIContextWorld
 
ttranInt(int, int[], int, int[]) - Method in class org.javaseis.parallel.UniprocessorContext
 
ttranLong(int, long[], int, long[]) - Method in interface org.javaseis.parallel.IParallelContext
 
ttranLong(int, long[], int, long[]) - Method in class org.javaseis.parallel.MPIContext
 
ttranLong(int, long[], int, long[]) - Method in class org.javaseis.parallel.MPIContextWorld
 
ttranLong(int, long[], int, long[]) - Method in class org.javaseis.parallel.UniprocessorContext
 
ttranShort(int, short[], int, short[]) - Method in interface org.javaseis.parallel.IParallelContext
 
ttranShort(int, short[], int, short[]) - Method in class org.javaseis.parallel.MPIContext
 
ttranShort(int, short[], int, short[]) - Method in class org.javaseis.parallel.MPIContextWorld
 
ttranShort(int, short[], int, short[]) - Method in class org.javaseis.parallel.UniprocessorContext
 
ttranv(int[], int[], T[], int[], int[], T[]) - Method in interface org.javaseis.parallel.IParallelContext
 
ttranv(int[], int[], T[], int[], int[], T[]) - Method in class org.javaseis.parallel.MPIContext
Transpose for variable length tiles.
ttranv(int[], int[], T[], int[], int[], T[]) - Method in class org.javaseis.parallel.MPIContextWorld
 
ttranv(int[], int[], T[], int[], int[], T[]) - Method in class org.javaseis.parallel.UniprocessorContext
 
ttranvInit(int[], int[], int[], int[]) - Method in interface org.javaseis.parallel.IParallelContext
 
ttranvInit(int[], int[], int[], int[]) - Method in class org.javaseis.parallel.MPIContext
Calulate output lengths of tiles for variable length tiled transpose.
ttranvInit(int[], int[], int[], int[]) - Method in class org.javaseis.parallel.MPIContextWorld
Calulate output lengths of tiles for variable length tiled transpose.
ttranvInit(int[], int[], int[], int[]) - Method in class org.javaseis.parallel.UniprocessorContext
 
type() - Method in enum org.javaseis.array.TransposeType
 
type() - Method in enum org.javaseis.io.ExtentPolicy
 

A B C D E F G H I J K L M N O P R S T U V W _