Opened 5 years ago

Last modified 5 years ago

#2294 closed defect

WCPS - Supporting .re/.im for complex number — at Version 1

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.0
Component: petascope Version: 9.8
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description (last modified by Bang Pham Huu)

For Sentinel 1 SLC which is complex data, WCPS needs to support .re and .im as same as in rasql to select the real and imagine parts.

Currently, it will throw exception as it thinks they are the non-existing bands of the coverage.

for c in (S1_SLC_IW_VV) return encode(c.re, "csv")

with error

Offending token is 're'. Reason: mismatched input 're' expecting {REAL_NUMBER_CONSTANT, COVERAGE_VARIABLE_NAME}.

Change History (1)

comment:1 by Bang Pham Huu, 5 years ago

Description: modified (diff)
Summary: WCPS - Supporting .re/.img for complex numberWCPS - Supporting .re/.im for complex number
Note: See TracTickets for help on using tickets.