removed invalid options (options.packing, options.shift)
This commit is contained in:
parent
5d9abc16e8
commit
654aacf207
|
@ -95,8 +95,6 @@ for file in files:
|
||||||
|
|
||||||
for i, points in enumerate(grid):
|
for i, points in enumerate(grid):
|
||||||
if points == 1:
|
if points == 1:
|
||||||
options.packing[i] = 1
|
|
||||||
options.shift[i] = 0
|
|
||||||
mask = np.ones(3,dtype=bool)
|
mask = np.ones(3,dtype=bool)
|
||||||
mask[i]=0
|
mask[i]=0
|
||||||
size[i] = min(size[mask]/grid[mask]) # third spacing equal to smaller of other spacing
|
size[i] = min(size[mask]/grid[mask]) # third spacing equal to smaller of other spacing
|
||||||
|
|
Loading…
Reference in New Issue