trace Data Maps
fun traceDataMaps(repNums: List<Int> = replicationNumbers, startTime: Double = 0.0, endTime: Double = Double.MAX_VALUE): Map<Int, Map<String, DoubleArray>>(source)
Returns a map of replication number → trace data map for each replication in repNums over the time window [startTime, endTime].
Each replication is retrieved independently; replications absent from the trace produce empty inner maps. The returned map preserves the order of repNums.
The default for repNums is replicationNumbers (all recorded replications). For large traces, pass an explicit subset to limit how much data is loaded.
Parameters
rep Nums
replication numbers to retrieve; defaults to all in the trace
start Time
lower bound of the time window; defaults to 0.0
end Time
upper bound of the time window; defaults to Double.MAX_VALUE