Skip to content

Update JCAMP format #59

@kjappelbaum

Description

@kjappelbaum

This is no longer compatible with the new view Luc made.

jcamp = from_dict(
{
"x": {
"data": node["isotherm"]["pressure"],
"unit": node["isotherm"]["pressure_unit"],
"type": "INDEPENDENT",
},
"y": {
"data": node["isotherm"]["loading_absolute_average"],
"unit": node["isotherm"]["loading_absolute_unit"],
"type": "DEPENDENT",
},
},
data_type="Adsorption Isotherm",
meta=meta,
)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions