AI-multimodal / aimmdb

BSD 3-Clause "New" or "Revised" License
0 stars 10 forks source link

Confirm that all soft XAS data from ALS has been ingested. #29

Closed danielballan closed 1 year ago

danielballan commented 1 year ago

This is 5a from Google doc. Data owner is Gihyeok.

Data comprises Ni and Co L-edge and O K-edge on all the samples; Mn L-edge on 1st cycle only.

danielballan commented 1 year ago

This data is in a custom text format, with a kind of table of contents in an un-parseable Excel file (i.e. artistically laid out, not structurally laid out).

jmaruland commented 1 year ago

This batch of data was fully moved to aimmdb. The data was divided in four groups: Co-L3, Mn-L3, Ni-L3 and O-K. Multiple parsers had to be coded because the original files did not share a common format or structure. Also, the metadata was kept in notes, and it had to be moved manually to the scripts running the parsers.

jmaruland commented 1 year ago

How to find all the APS data in aimmdb:

In [37]: c['dataset']['nmc']['uid'].search(Key("facility.name") == "ALS")
Out[37]: <AIMMCatalog {BM_NCM622 Ni-L3 (jaULQEjdTEr), ...} ~266 entries>

where c is the tiled-client object