NIST-ISODB / isotherm-digitizer-panel

Contribution form for NIST adsorption isotherm database implemented using pyviz panel
2 stars 3 forks source link

feature: total_adsorption attribute #28

Closed dwsideriusNIST closed 4 years ago

dwsideriusNIST commented 4 years ago

At some point, add "total_adsorption" attribute for each measurement in "isotherm_data" list

For single component, total_adsorption = species_adsorption (This could be done in postprocessing. Might as well put the code here, though.)

For multicomponent, total_adsorption has to be specified, else not included. (the admin panel sets "total_adsorption" = Null if 1) # of components > 1 and 2) "total_adsorption" is not specified)

dwsideriusNIST commented 4 years ago

single component addressed in PR #30

multicomponent needs to be tested fully, please leave open

dwsideriusNIST commented 4 years ago

fully operational for multicomponent. Closing issue