Opened 12 years ago
Closed 12 years ago
#162 closed defect (fixed)
filter not work
Reported by: | jyu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 8.4 |
Component: | petascope | Version: | 8.3 |
Keywords: | wcps filter | Cc: | |
Complexity: | Medium |
Description
for c in ( mr )return encode(
coverage cov
over $px x( -1 : 1 ),
$py y( -1 : 1 )
values list < -1; -1; -1;
-1; 8; -1;
-1; -1; -1 >
, "csv" )
result in
<ows:ExceptionText>Runtime error while processing request</ows:ExceptionText>
see ccip demo of the convolution on Lena:
http://kahlua.eecs.jacobs-university.de/~earthlook/demos/ccip/processing/processing.php
Note:
See TracTickets
for help on using tickets.
fixed, and note that it's "value list" not "values list"