Opened 9 years ago
Closed 8 years ago
#1233 closed defect (fixed)
WCPS1.5_Error when parsing imageCrsDomain, imageCrs in axis
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 9.3 |
Component: | petascope | Version: | development |
Keywords: | WCPS 2.0, error in reducing, imageCrsdomain error | Cc: | Dimitar Misev, Alex Dumitru, Vlad Merticariu |
Complexity: | Medium |
Description (last modified by )
WCPS query
for c in ( mr ), d in (rgb) return avg( scale( c[i(120:150), j(120:150)], imageCrsDomain(d[i:"CRS:1"(10:20), j:"CRS:1"(10:20)]) ) )
returns error in WCPS 2.0
<ows:Exception exceptionCode="RuntimeError"> <ows:ExceptionText> petascope.wcps2.error.managed.processing.WCPSProcessingError : A parsing error occurred at position=1:76. Offending symbol is=[@34,76:89='imageCrsDomain',<78>,1:76]. Parser message=no viable alternative at input 'avg(scale(c[i(120:150),j(120:150)],imageCrsDomain'. </ows:ExceptionText> </ows:Exception> </ows:ExceptionReport>
while returns Rasql query in WCPS 1.0
select avg_cells( scale( c[120:150,60:90], [10:20,10:20] ) ) from rgb AS d, mr AS c where oid(d)=45057 and oid(c)=45569
and value "170.44628099173553"
Also with imageCrs
87-get_metadata_imagecrs.test
for c in (eobstest) return imageCrs(c)
<ows:Exception exceptionCode="RuntimeError"> <ows:ExceptionText>petascope.wcps2.error.managed.processing.WCPSProcessingError : A parsing error occurred at position=1:27. Offending symbol is=[@7,27:34='imageCrs',<78>,1:27]. Parser message=no viable alternative at input 'imageCrs'.</ows:ExceptionText> </ows:Exception>
Change History (3)
comment:2 by , 9 years ago
Description: | modified (diff) |
---|---|
Summary: | WCPS1.5_Error when parsing imageCrsDomain in axis → WCPS1.5_Error when parsing imageCrsDomain, imageCrs in axis |
comment:3 by , 8 years ago
Milestone: | 10.0 → 9.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
this is fixed in patch ticket 1188, close ticket.
Note:
See TracTickets
for help on using tickets.
same with 80-match_scale.test
and 83-match_scale_3d.test