Changes between Initial Version and Version 1 of Ticket #1333


Ignore:
Timestamp:
May 30, 2016, 6:56:24 AM (8 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1333 – Description

    initial v1  
    3838So 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.
    3939
     40Same problem with 101-max_delta_px_history.test (assume t (1:3) is 32633 CRS)
    4041
    4142
    42 
     43{{{
     44for 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}}}