Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JCAMP format #59

Open
kjappelbaum opened this issue Aug 12, 2022 · 0 comments
Open

Update JCAMP format #59

kjappelbaum opened this issue Aug 12, 2022 · 0 comments
Assignees

Comments

@kjappelbaum
Copy link
Collaborator

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,
)

@kjappelbaum kjappelbaum self-assigned this Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant