dot-Default_Detector: Detector module A S3 class to represent a detector.

Description Usage Arguments Value

Description

Detector module A S3 class to represent a detector.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
.Default_Detector(
  name = "Default",
  date = NA,
  detector_width = NA,
  detector_height = NA,
  module_col_n = NA,
  module_row_n = NA,
  module_col_sizes = NA,
  module_row_sizes = NA,
  gap_col_sizes = NA,
  gap_row_sizes = NA,
  module_edges_col = NA,
  module_edges_row = NA,
  detector_inconsistency = NA,
  pix_matrix = NA,
  pix_dead = NA,
  dead_stats = NA,
  pix_dead_modules = NA,
  clumps = NA,
  clumps_col = NA,
  clumps_row = NA
)

Arguments

name

detector's name

date

date

detector_width

detector's width

detector_height

detector's height

module_col_n

number of columns in the grid of modules

module_row_n

number of rows in the grid of modules

module_col_sizes

vector with widths of the modules

module_row_sizes

vector with heights of the modules

gap_col_sizes

vector with widths of the gaps

gap_row_sizes

vector with heights of the gaps

module_edges_col

vector of columns that contain edges of modules

module_edges_row

vector of rows that contain edges of modules

detector_inconsistency

counts inconsistencies found in parameters entered

pix_matrix

pixel matrix

pix_dead

dead pixels coordinates

dead_stats

dead pixel statistics

pix_dead_modules

assigned module for each dead pixel

clumps

clumps data (xyc_df data frame with pixels and their clump ID's, xyc_events data frame with clusters (clumps) and their clump ID's and centre coordinates)

clumps_col

col number of the module on which analysis was performed

clumps_row

row number of the module on which analysis was performed

Value

Detector object


alan-turing-institute/DetectorChecker documentation built on Jan. 3, 2021, 10:37 a.m.