Opened 4 years ago
Last modified 4 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)
Change History (4)
by , 4 years ago
Attachment: | scale.raw.png added |
---|
by , 4 years ago
Attachment: | without_scale.raw.png added |
---|
comment:1 by , 4 years ago
Cc: | added |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 4 years ago
Note:
See TracTickets
for help on using tickets.
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