ARLO Nester
Static Public Attributes | List of all members
workspace.tools.models.TagAnalysisForm Class Reference
Inheritance diagram for workspace.tools.models.TagAnalysisForm:
Inheritance graph
[legend]
Collaboration diagram for workspace.tools.models.TagAnalysisForm:
Collaboration graph
[legend]

Static Public Attributes

tuple name = forms.CharField(label='Name', max_length=255, initial='default')
 
tuple freqAveragingWindowWidth = forms.IntegerField(label='Freq Averaging Window Width', initial=4)
 
tuple numFramesToAverageNoise = forms.IntegerField(label='Num Frames To Average Noise', initial=20)
 
tuple updateTagPositions = forms.BooleanField(label='updateTagPositions', initial=False, required=False)
 
tuple numFrequencyBands = forms.IntegerField(label='Num Frequency Bands', initial=256)
 
tuple numTimeFramesPerSecond = forms.FloatField(label='Num Time Frames Per Second', initial=250.0)
 
tuple dampingRatio = forms.FloatField(label='Damping Ratio', initial=0.002)
 
tuple minFrequency = forms.FloatField(label='Min Frequency', initial=2000.0)
 
tuple maxFrequency = forms.FloatField(label='Max Frequency', initial=3500.0)
 

Member Data Documentation

tuple workspace.tools.models.TagAnalysisForm.dampingRatio = forms.FloatField(label='Damping Ratio', initial=0.002)
static
tuple workspace.tools.models.TagAnalysisForm.freqAveragingWindowWidth = forms.IntegerField(label='Freq Averaging Window Width', initial=4)
static
tuple workspace.tools.models.TagAnalysisForm.maxFrequency = forms.FloatField(label='Max Frequency', initial=3500.0)
static
tuple workspace.tools.models.TagAnalysisForm.minFrequency = forms.FloatField(label='Min Frequency', initial=2000.0)
static
tuple workspace.tools.models.TagAnalysisForm.name = forms.CharField(label='Name', max_length=255, initial='default')
static
tuple workspace.tools.models.TagAnalysisForm.numFramesToAverageNoise = forms.IntegerField(label='Num Frames To Average Noise', initial=20)
static
tuple workspace.tools.models.TagAnalysisForm.numFrequencyBands = forms.IntegerField(label='Num Frequency Bands', initial=256)
static
tuple workspace.tools.models.TagAnalysisForm.numTimeFramesPerSecond = forms.FloatField(label='Num Time Frames Per Second', initial=250.0)
static
tuple workspace.tools.models.TagAnalysisForm.updateTagPositions = forms.BooleanField(label='updateTagPositions', initial=False, required=False)
static

The documentation for this class was generated from the following file: