ARLO Nester
Classes | Functions
workspace.tools.views.transcriptCreation Namespace Reference

Classes

class  CreateTranscriptForm
 

Functions

def createTranscriptForTagSet (request, projectId)
 
def createCSVForTagSet (tagSets, user, formSettings)
 Generate a CSV file of Tags from a list of TagSets. More...
 

Function Documentation

def workspace.tools.views.transcriptCreation.createCSVForTagSet (   tagSets,
  user,
  formSettings 
)

Generate a CSV file of Tags from a list of TagSets.

Parameters
tagSetsA list of TagSet objects.
userUser object.
formPopulated CreateTranscriptForm from the interface with PitchTrace settings
Returns
Path of the destination file, relative to MEDIA_ROOT
def workspace.tools.views.transcriptCreation.createTranscriptForTagSet (   request,
  projectId 
)