Opened 12 years ago
Closed 12 years ago
#204 closed defect (fixed)
WCPS scale fails when there is slicing
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 8.4 |
Component: | petascope | Version: | 8.3 |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
There's an issue with the scale in WCPS, so slicing the 3D cube results in 2D, but then the scale operator doesn't know this and still gives a 3D target minterval to rasql, i.e.
scale( c[ h(0) ], x(0:300), y(0:200) )
translates to
scale( c[*:*,*:*,0], [0:300,0:200,*:*] )
and should be
scale( c[*:*,*:*,0], [0:300,0:200] )
Note:
See TracTickets
for help on using tickets.