module documentation
Command line script for generating spikeograms of ANF simulations
Usage:
> python scripts/spikeogramorator.py --help
Function | get |
Generates output folder for the given mat_file and input_folder: |
Function | process |
function to run in each work |
Variable | args |
Undocumented |
Variable | condition |
Undocumented |
Variable | generator |
Undocumented |
Variable | generator |
Undocumented |
Variable | mat |
Undocumented |
Variable | parser |
Undocumented |
Variable | path |
Undocumented |
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 | fullpath of the .mat-file |
input | fullpath of the input-folder |
Returns | |
full output path for the spikeogram |