module documentation

Command line script for generating spikeograms of ANF simulations

Usage:

    > python scripts/spikeogramorator.py --help
Function get_destination_path Generates output folder for the given mat_file and input_folder:
Function process_simulation function to run in each work
Variable args Undocumented
Variable condition_folders Undocumented
Variable generator Undocumented
Variable generator_dict Undocumented
Variable mat_files Undocumented
Variable parser Undocumented
Variable path_string Undocumented
def get_destination_path(mat_file, input_folder): (source)

Generates output folder for the given mat_file and input_folder:

    <output_folder> / <*condition_folders> / <*mat_file sub-folders> / <mat_file-name> .pt

output_folder is set from the script arguments

condition_folders are constructed by mode and bin-width

mat_file sub-folders are the sub-folders that the mat_file resides in beyond the input_folder

Parameters
mat_filefullpath of the .mat-file
input_folderfullpath of the input-folder
Returns
full output path for the spikeogram
def process_simulation(mat_file, input_folder): (source)

function to run in each work

Parameters
mat_file
input_folder
Returns

Undocumented

condition_folders = (source)

Undocumented

generator = (source)

Undocumented

generator_dict = (source)

Undocumented

mat_files = (source)

Undocumented

Undocumented

path_string = (source)

Undocumented