ARLO Nester
|
Functions | |
def | visualizeAudio (request, audioID) |
Visualize an audio file. More... | |
def | tagRandomWindow (request, randomWindowTaggingBiasID, trialIndex) |
Visualize RandomWindows. More... | |
def | createAudioSpectra (request) |
Create the Spectra displays for the web pages. More... | |
def workspace.tools.views.visualize.createAudioSpectra | ( | request | ) |
Create the Spectra displays for the web pages.
This functions is called through AJAX and works directly with the VisualizeAudioForm to navigate through files. The form and this function work together to display, generate, and navigate spectra from a file.
request | The Django HTTP request object |
def workspace.tools.views.visualize.tagRandomWindow | ( | request, | |
randomWindowTaggingBiasID, | |||
trialIndex | |||
) |
Visualize RandomWindows.
Step through a set of randomly generated vindows and tag.
request | The Django HTTP request object |
randomWindowTaggingBiasId | The database Id of the random window job. |
trialIndex | Which window are we on. |
def workspace.tools.views.visualize.visualizeAudio | ( | request, | |
audioID | |||
) |
Visualize an audio file.
Simple navigation interface, not tagging controls.
request | The Django HTTP request object |
audioID | The Database ID of the audio file to visualize |