AI-multimodal / aimmdb

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

Confirm that hard XAS data from APS has been ingested #30

Closed danielballan closed 1 year ago

danielballan commented 1 year ago

This is item 5b from the Google doc. Data owner is Inhui.

Data comprises Ni, Co and Mn (Inhui has both xanes and exafs).

jmaruland commented 1 year ago

I had a meeting with Inhui and we went through the nmc data from APS. I showed him that if we filter by dataset (nmc) and by facility name (APS), we get 107 entries (or files that were uploaded to aimmdb). I asked him if there were more files that they were planning to share/upload to ammdb and he said that those are all the nmc files he has.

jmaruland commented 1 year ago

How to find all the APS data in aimmdb:

In [36]: c['dataset']['nmc']['uid'].search(Key("facility.name") == "APS")
Out[36]: <AIMMCatalog {BM_NCM622 Ni-K (WwFMvg92n23), ...} ~107 entries>

where c is the tiled-client object