Opened 2 years ago

Closed 20 months 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 Bang Pham Huu, 2 years ago

Owner: set to Bang Pham Huu
Priority: majorcritical
Status: newassigned

comment:2 by Bang Pham Huu, 2 years ago

Milestone: 10.111.0
Priority: criticaltrivial

comment:3 by Bang Pham Huu, 20 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.