Read X-ray map data
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"
)
 | 
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   | 
.map, .cnd | 
 Regular expressions to match file names of
ASCII converted maps (  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.