f418d61f7ed9c7d0ce9d52e3055edcc605eaf119,lazyflow/examples/02_arrayShifter.py,OpArrayShifter2,getOutSlot,#OpArrayShifter2#Any#Any#Any#,54

Before Change


        //make shape of the input known
        shape = self.inputs["Input"].shape
        //get N-D coordinate out of slice
        ostart, ostop = sliceToRoi(key, shape)    
        //copy original array        
        rstart, rstop = ostart.copy(), ostop.copy()
      

After Change


        //make shape of the input known
        shape = self.inputs["Input"].shape
        //get N-D coordinate out of slice
        rstart, rstop = sliceToRoi(key, shape)    
    
        //shift the reading scope 
        rstart -=  self.shift
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: ilastik/ilastik
Commit Name: f418d61f7ed9c7d0ce9d52e3055edcc605eaf119
Time: 2011-08-15
Author: claus.ripp@iwr.uni-heidelberg.de
File Name: lazyflow/examples/02_arrayShifter.py
Class Name: OpArrayShifter2
Method Name: getOutSlot


Project Name: ilastik/ilastik
Commit Name: f418d61f7ed9c7d0ce9d52e3055edcc605eaf119
Time: 2011-08-15
Author: claus.ripp@iwr.uni-heidelberg.de
File Name: lazyflow/examples/01_arrayShifter.py
Class Name: OpArrayShifter1
Method Name: getOutSlot


Project Name: ilastik/ilastik
Commit Name: f418d61f7ed9c7d0ce9d52e3055edcc605eaf119
Time: 2011-08-15
Author: claus.ripp@iwr.uni-heidelberg.de
File Name: lazyflow/examples/03_arrayShifter.py
Class Name: OpArrayShifter3
Method Name: getOutSlot