Difference between revisions of "Bluesky"

From GISAXS
Jump to: navigation, search
(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' )...")
(No difference)

Revision as of 16:34, 28 March 2016

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' )

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' } )