Read X-ray map data

read_xmap(
  wd = ".map/1",
  DT = 0,
  conditions = NULL,
  .map = "(data[0-9]+\\.csv)|([1-9][0-9]*_map\\.txt)",
  .cnd = "(data[0-9]+|[1-9][0-9]*)\\.cnd"
)

Arguments

wd

directory path containing mapping data (e.g., ./.map/.1)

DT

dead time in nano seconds (0 nsec in default)

conditions

A path to a csv file which records file paths and analytical conditions of mapping data. Specifying conditions discards other parameters except saving.

.map, .cnd

Regular expressions to match file names of ASCII converted maps (.map) and condition files (.cnd)