Description Usage Arguments Value Examples
Find all pixels in a higher resolution that fall within the specified pixel area at a lower resolution. All pixels are assumed to be in nested ordering.
1 | pixelWindow(j1, j2, pix.j1)
|
j1 |
An integer. The lower resolution, with j1 =< j2.
Note that |
j2 |
An integer. The upper resolution. |
pix.j1 |
An integer. The pixel index at resolution j1 within which
all pixels from resolution j2 will be returned. |
All pixels in resolution j2 that fall within the pixel pix.j1 specified at resolution j1
1 2 3 | pixelWindow(3, 3, 2)
pixelWindow(3, 4, 2)
pixelWindow(3, 5, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.