FAIRmat-NFDI / nomad-measurements

A NOMAD plugin containing base sections for measurements.
https://FAIRmat-NFDI.github.io/nomad-measurements/
Apache License 2.0
14 stars 1 forks source link

Add the quanitity Intensity in count per second (CPS) units #42

Open ka-sarthak opened 11 months ago

ka-sarthak commented 11 months ago

In a recent correspondence with Dr. Carsten Richter, he pointed out that a user might be interested in plotting intensity as counts or counts/sec depending on the situation. It will be a good idea to add Intensity (CPS) quantity in the current XRD schema.

It can be populated while parsing the data by combining intensity with integration time. Or using the existing quantities in normalize method.

hampusnasstrom commented 11 months ago

We might do this with something called a "derived quantity" in nomad. This way we don't store the data twice (or thrice if we also want normalized data).