Opened 2 years ago
Closed 2 years ago
#2599 closed enhancement (fixed)
Petacsope - pyramid scaling in WCPS
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | trivial | Milestone: | 11.0 |
Component: | petascope | Version: | 10.0 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
for example, a coverage (test_mr) has a pyramid member coverage (test_mr_4), then this query:
for c in (test_mr) return encode(c, {i:"CRS:1"(0:4)}), "png")
always use the base coverage (test_mr) instead of the suitable pyramid member coverage (test_mr_4). It is because of ANTLR4 traverses the query tree from left (coverageExpression) to right (scalingDomain)).
This needs to be enhanced, so test_mr_4 will be used instead.
Change History (3)
comment:1 by , 2 years ago
Owner: | set to |
---|---|
Priority: | major → critical |
Status: | new → assigned |
comment:2 by , 2 years ago
Milestone: | 10.1 → 11.0 |
---|---|
Priority: | critical → trivial |
comment:3 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.