Skip to content
Snippets Groups Projects
Commit f2069cc7 authored by Stephane Chavin's avatar Stephane Chavin
Browse files

viridis

parent e81e4b3b
Branches
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ if __name__ == '__main__':
parser.add_argument('--duration', type=int,
help='Duration for each spectrogram', default=8)
parser.add_argument('--cmap', type=str, choices=['jet','viridis','cividis'],
help='Colormap of the Spectrograms', default='virids')
help='Colormap of the Spectrograms', default='viridis')
parser.add_argument('--overlap', type=int,
help='Overlap in seconds between 2 spectrograms', default=0)
parser.add_argument(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment