Changes between Initial Version and Version 1 of Ticket #1744, comment 6


Ignore:
Timestamp:
May 4, 2018, 11:25:54 AM (6 years ago)
Author:
Dimitar Misev

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1744, comment 6

    initial v1  
    1 Replying to [comment:5 dmisev]:
    2 > Shouldn't the calculated grid in petascope be at least [90:190] (i.e. the width is preserved)?
    3 >
    4 > Let's imagine this case:
    5 > {{{
    6 > (0,0)             (100,0)
    7 >    +--------------+
    8 >    |              |
    9 >    | petascope    |
    10 >    |              |
    11 >    |       (90,90)|                   (300,90)
    12 >    |          +----------------------+
    13 >    |          |   |                  |
    14 >    +--------------+                  |
    15 > (0,100)       |     (100,100)        |
    16 >               |                      |
    17 >               |                      |
    18 >               |       update         |
    19 >               |                      |
    20 >               |                      |
    21 >               |                      |
    22 >               +----------------------+
    23 >             (90,300)                  (300,300)
    24 > }}}
    25 > What exactly happens here?
    26 
    27 
    281The subsets from WCST_Import will be: [0:210, 0:210] and in Petascope, it uses the domain max with coordinates (100, 100) to calculate grid coordinates. The calculated result is: [100:300, 100:300] and don't match with the input from WCST_Import [0:210, 0:210].