Skip to content

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

Ingester Description
This converters can be used to upload 2 dimensional data to Citrination. The template ingester can be to ingest 2 column data files of various formats such as .tsv and .csv by adding a header row that complies with Citrine's template format.
Description of accepted files (.csv or .tsv)
The template ingester accepts files with a single header row (that complies with the format outlined below) followed by two columns of x/y data.
Required user inputs
chemical_formula
(string)
Name 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")
Example file
To see an example file please click here.
Keywords
  • X DATA
  • Y DATA
Header format
General header format:
KEYWORD: Name (Units)
Details
X DATA
The X DATA column contains the dependant data that should be plotted on the X axis once the file is ingested.

Example:
X DATA: 2Theta (Degrees)
90
Y DATA
The Y DATA column contains the independant data that should be plotted on the X axis once the file is ingested.

Example:
Y DATA: Intensity (Arb. units)
0.8


Feedback and Knowledge Base