Ignore:
Timestamp:
07/20/10 16:06:33 (22 months ago)
Author:
ddangelo
Message:

Name field of all scripts set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-utils/python/_normalization.py

    r490 r498  
    4747    def __init__(self): 
    4848        self.super(FloatNormalization).__init__() 
    49  
     49         
    5050        self.MinIn.value = -1.0 
    5151        self.MaxIn.value = 1.0 
     
    5353        self.MinOut.value = 0.0 
    5454        self.MaxOut.value = 1.0 
     55         
     56        self.Name.value = "FloatNormalization" 
    5557 
    5658    def evaluate(self): 
Note: See TracChangeset for help on using the changeset viewer.