55 lines
1.3 KiB
Python
55 lines
1.3 KiB
Python
|
|
|
|
SCI_METADATA = {
|
|
"beamlineParameters": {
|
|
"Monostripe": "Ru/C",
|
|
"Ring current": {
|
|
"v": 0.402246,
|
|
"u": "A"
|
|
},
|
|
"Beam energy": {
|
|
"v": 22595,
|
|
"u": "eV"
|
|
}
|
|
},
|
|
"detectorParameters": {
|
|
"Objective": 20,
|
|
"Scintillator": "LAG 20um",
|
|
"Exposure time": {
|
|
"v": 0.4,
|
|
"u": "s"
|
|
}
|
|
},
|
|
"scanParameters": {
|
|
"Number of projections": 1801,
|
|
"Rot Y min position": {
|
|
"v": 0,
|
|
"u": "deg"
|
|
},
|
|
"Inner scan flag": 0,
|
|
"File Prefix": "817b_B2_",
|
|
"Sample In": {
|
|
"v": 0,
|
|
"u": "m"
|
|
},
|
|
"Number of darks": 10,
|
|
"Rot Y max position": {
|
|
"v": 180,
|
|
"u": "deg"
|
|
},
|
|
"Angular step": {
|
|
"v": 0.1,
|
|
"u": "deg"
|
|
},
|
|
"Number of flats": 120,
|
|
"Sample Out": {
|
|
"v": -0.005,
|
|
"u": "m"
|
|
},
|
|
"Flat frequency": 0,
|
|
"Number of inter-flats": 0
|
|
}
|
|
}
|
|
|
|
print "scientificMetadata", SCI_METADATA
|
|
|