Changes between Initial Version and Version 1 of Ticket #1333
- Timestamp:
- May 30, 2016, 6:56:24 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1333 – Description
initial v1 38 38 So for the purpose of making WCPS 1.5 as same as WCPS 1.0, we should set default CRS for axis iterator is CRS:1. 39 39 40 Same problem with 101-max_delta_px_history.test (assume t (1:3) is 32633 CRS) 40 41 41 42 42 43 {{{ 44 for c in (irr_cube_2) return encode ( 45 coverage max_delta_pixel_history 46 over $t t ( 1 : 3 ) 47 values max((c[E(100000:110000), N(5100000:5110000), ansi:"CRS:1"($t)]).b1 - 48 (c[E(100000:110000), N(5100000:5110000), ansi:"CRS:1"($t - 1)]).b2) 49 , "csv") 50 }}}