panel.edges: Get coordinates of panel edges

Description Usage Arguments Details Examples

Description

Identify coordinates of individual detector panels, given their dimensions and those of the whole sensor.

Usage

1
2
panel.edges(left.crop = 0, upper.crop = 0, width = 128, height = 1024,
  x.dim = 2048, y.dim = 2048)

Arguments

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.

Details

Each detector panel outputs 128 x 1024 pixels, with some cropping at each edge of the combined image.

Examples

1
panels <- panel.edges()

ClairBee/IO.Pixels documentation built on May 6, 2019, 11:50 a.m.