BirdSongToolbox.free_epoch_tools.get_chunk_handlabels

BirdSongToolbox.free_epoch_tools.get_chunk_handlabels(handlabels_list)

Get all of the Hand-labels from all of the ‘labels’ tiers from the handlabels_list

Parameters
handlabels_listlist

List of all Dictionaries containing all of the handlabels for each chunk for one day shape: [chunk_num] -> {‘labels’ : [labels, onsets],

‘female’ : [labels, onsets], ‘KWE’ : [time], ‘old_epochs’ : {‘epoch_#’ : [labels, onsets]} # Only if Labeled the old way }

Returns
labels_listlist

list of labels for all epochs for one day [Chunks] -> [Labels]

onsets_listlist

list of start and end times for all labels for one day [[Chunks]->[Start Time] , [Chunks]->[End Time]]

Examples using BirdSongToolbox.free_epoch_tools.get_chunk_handlabels