SharpWave / TENASPIS

TENASPIS
10 stars 5 forks source link

saving separate .mat files for different parameters #38

Closed SharpWave closed 8 years ago

SharpWave commented 8 years ago

The code inserted for saving .mat files with different names for different transient length cutoffs is not sustainable - we can't have different files for every possible parameterization.

Perhaps, instead, each run could generate a unique identifier and save the mat files into a separate subdirectory, and in the main directory add to a database of which parameters were used to generate the outputs in each subdirectory.

SharpWave commented 8 years ago

this is doable. We can have a script to back up outputs according to the runtime, along with the parameters.

SharpWave commented 8 years ago

Upon further consideration this isn't something I'm going to worry about for the publication release.