Bluesky
Revision as of 15:34, 28 March 2016 by KevinYager (talk | contribs) (Created page with "NSLS-II software for data acquisition, management, and retrieval. ==Examples== ===Search in the metadata with key value as string=== db( measure_type='N6 Pattern 015' )...")
NSLS-II software for data acquisition, management, and retrieval.
Contents
Examples
Search in the metadata with key value as string
db( measure_type='N6 Pattern 015' )
Search in the metadata with key value as a dict
db(**{'sample.material':'CoralPor' }
Multi-search in the metadata
db(**{'sample.material':'CoralPor', 'temperature': '287 K' } )