Opened 3 years ago

Last modified 3 years ago

#2392 assigned defect

rasql - wrong result with scale

Reported by: Bang Pham Huu Owned by: Dimitar Misev
Priority: major Milestone: 10.0
Component: rasserver Version: 9.8
Keywords: Cc: Dimitar Misev, Vlad Merticariu, jean-francois.lecomte@…
Complexity: Medium

Description

This problem is reported from jean-francois.lecomte@…

raw query:

rasql -s islin-hdplnod13 -q "select a[300:599, 300:599, 300:599] from u16s3_cube as a where oid(a)=6145" --out file

scale query:

rasql -s islin-hdplnod13 -q "select scale(a[300:599, 300:599, 300:599], 1) from u16s3_cube as a where oid(a)=6145" --out file

check attached files for the error in scale query.

Attachments (2)

scale.raw.png (70.1 KB ) - added by Bang Pham Huu 3 years ago.
without_scale.raw.png (334.3 KB ) - added by Bang Pham Huu 3 years ago.

Download all attachments as: .zip

Change History (4)

by Bang Pham Huu, 3 years ago

Attachment: scale.raw.png added

by Bang Pham Huu, 3 years ago

Attachment: without_scale.raw.png added

comment:1 by Bang Pham Huu, 3 years ago

Cc: Dimitar Misev Vlad Merticariu jean-francois.lecomte@… added
Owner: set to Dimitar Misev
Status: newassigned

comment:2 by Vlad Merticariu, 3 years ago

Jean Francois already corrected the bug in rasdapy but it remains to be fixed in the c client at


http://rasdaman.org/browser/clientcomm/rasnetclientcomm.cc#L1128

Note: See TracTickets for help on using tickets.