Description Usage Arguments Details Examples
Identify coordinates of individual detector panels, given their dimensions and those of the whole sensor.
1 2 | panel.edges(left.crop = 0, upper.crop = 0, width = 128, height = 1024,
x.dim = 2048, y.dim = 2048)
|
left.crop |
Number of pixels cropped from left-hand edge of image. Default is 2. |
upper.crop |
Number of pixels cropped from lower edge of image. Default is 20. |
width |
Width of each panel, in pixels. Default is 128. |
height |
Height of each panel, in pixels. Default is 1024. |
x.dim |
Width of image returned, in pixels. Default is 1996. |
y.dim |
Height of image returned, in pixels. Default is 1996. |
Each detector panel outputs 128 x 1024 pixels, with some cropping at each edge of the combined image.
1 | panels <- panel.edges()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.