Changes between Version 79 and Version 80 of FAQ


Ignore:
Timestamp:
Nov 2, 2011, 12:18:37 PM (13 years ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v79 v80  
    122122   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]:
    123123{{{
    124 update C set [10, *:*, *:*] assign shift(inv_tiff($1), [10, 100])
     124update C set [10, *:*, *:*] assign shift(inv_tiff($1), [100, 100])
    125125}}}
     126
     127   Note that the shift vector applies to the second and third dimension (slice defined in the first dimension).
    126128
    127129=== How does the Storage Layout Language work? ===