Get Data File from Replicated Vector
This script get the split vector (generated by the splitVectorFromExperiment script) and generate a data file with the data integrated. The argument is only one: the vector name (in quotes). Remember that the splitVectorFromExperiment will create a directory with the split vector inside. The name of this directory is the vector name. This name is the name to use as argument. This script will generate a single file by each module containing the mentioned vector. The module name is in the data file name. The header of the data file indicates the data contained: Experiment Replica Time Obs. Time is the simulated time and Obs is the registered observation at that time.
WARING: once you run this script, the data files are generated. You need to remove these files before to run it again on the same vector, otherwise, the data will be added at the end of the file.
Examples:
$ getDataFromReplicatedVector.sh "Connectivity States"
$ getDataFromReplicatedVector.sh "Smoothed RTT"
Download