Changes between Version 1 and Version 2 of Ticket #1293, comment 1
- Timestamp:
- Jul 31, 2019, 8:25:42 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1293, comment 1
v1 v2 3 3 {{{ 4 4 select condense + over i in [0:4] 5 using a[0:99,0:99,i]6 where avg_cells(a[0:99,0:99,i]) > 305 where avg_cells(a[0:99,0:99,i[0]]) > 30 6 using a[0:99,0:99,i] 7 7 from test_grey3d as a 8 8 }}}