Example #1
0
 def __init__(self, characteristic_grid, max_cell):
     SimpleSamplerTool.__init__(self, characteristic_grid)
     self.construct_hemisphere_grid(self.incr)
     self.max_cell = max_cell
Example #2
0
 def __init__(self,characteristic_grid,max_cell):
   SimpleSamplerTool.__init__(self,characteristic_grid)
   self.construct_hemisphere_grid(self.incr)
   self.max_cell=max_cell