Opened 11 years ago

Closed 11 years ago

#379 closed defect (fixed)

Regular tiling does not work for 3D+

Reported by: Dimitar Misev Owned by: Dimitar Misev
Priority: critical Milestone: 8.4.2
Component: qlparser Version: 8.4
Keywords: Cc: damiano, Peter Baumann
Complexity: Hard

Description

To reproduce:

COLL=test
TYPE=GreySet3

RASQL="rasql --username rasadmin --passwd rasadmin"

$RASQL -q "create collection $COLL $TYPE"

$RASQL -q "insert into $COLL values marray x in [0:0,0:0,0:0] values 0c tiling regular [0:99,0:99,0:39] tile size 400000 index rpt_index"

$RASQL -q "update $COLL as m set m[100:355,100:310,0] assign shift(inv_tiff(\$1),[100,100])" --file mr_1.tif

$RASQL -q "select tiff(c[100:355,100:310,0]) from $COLL as c" --out file

Same example but with aligned tiling works fine.

Change History (3)

comment:1 by Dimitar Misev, 11 years ago

Status: newaccepted

comment:2 by Dimitar Misev, 11 years ago

patch submitted.

comment:3 by Dimitar Misev, 11 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.