Changes between Version 12 and Version 13 of QuickStart

Show
Ignore:
Author:
ansgar (IP: 131.152.19.232)
Timestamp:
06/23/08 15:03:43 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStart

    v12 v13  
    2727{{{ 
    2828#!python 
    29 im.ApplyIP( alg.filter.GaussianFilter(4.0) ) # apply temporary algorithm object in-place 
     29im.ApplyIP( alg.GaussianFilter(4.0) ) # apply temporary algorithm object in-place 
    3030}}} 
    3131