Skip to content

Citrine: 2D General (.csv or .tsv)

Ingester Description
This converters can be used to upload 2 dimensional data to Citrination. The general ingester can be to ingest 2 column data files of various formats such as .tsv and .csv, ignoring any number of header rows.
Description of accepted files (.csv or .tsv)
The template ingester accepts files with any number of header/metadata rows, followed by two columns of x/y data.
Required user inputs
header_rows
(integer)
The number of rows at the top of the file to ignore
(e.g. "5")
chemical_formula
(string)
Chemical formula of the sample.
(e.g. "NaCl")
system_name
(string)
Name of the sample
(e.g. Sodium chloride")
sample_id
(string)
ID specific to the sample
(e.g. "1212")
column_one
(string)
X/Y axis information in the format outline below
(e.g. "X DATA: 2Theta (Degrees)")
column_two
(string)
X/Y axis information in the format outline below
(e.g. "Y DATA: Intensity (arb. units)")
Example file
To see an example file please click here.
Keywords
  • X DATA
  • Y DATA
Header format
General column information format:
KEYWORD: Name (Units)

Feedback and Knowledge Base