read_xmap: Read X-ray map data

Description Usage Arguments

View source: R/read-xmap-.R

Description

Read X-ray map data

Usage

1
2
3
4
5
6
7
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)


atusy/qntmap documentation built on April 11, 2021, 4:45 p.m.