Changes between Version 79 and Version 80 of FAQ
- Timestamp:
- Nov 2, 2011, 12:18:37 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v79 v80 122 122 For example a query to update the 3D collection C with a 2D image of size 255x210 that should replace the region at interval [10, 100:355, 100:310]: 123 123 {{{ 124 update C set [10, *:*, *:*] assign shift(inv_tiff($1), [10 , 100])124 update C set [10, *:*, *:*] assign shift(inv_tiff($1), [100, 100]) 125 125 }}} 126 127 Note that the shift vector applies to the second and third dimension (slice defined in the first dimension). 126 128 127 129 === How does the Storage Layout Language work? ===