Split Vectors from Experiment
This scripts extract a desired vector from the output vector file as it comes from the simulation output. It create a directory with the vector name, leaving inside a single file, one by vector. The header of each vector file indicates the where it comes from: vector id, experiment and owner module. The format of these files is time, value. So, they are time series. If the vector name is present in several modules, you will have a single file by each module. The vector filename is composed by : Experiment-ReplicaID-vectorID.vec.
Examples:
$ splitVectorsFromExperiment.sh Example "bandwidth from Example.sw_gw"
$ splitVectorsFromExperiment.sh Example "bandwidth from Example.sw_gw" "winavg(100)"
Download