Created
July 15, 2015 22:41
-
-
Save hmparanjape/13aebfebacdceed3e2a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
analysis_name: NiTi_9 # defaults to analysis | |
multiprocessing: -1 # "all", or "half", or -1 means all but one, defaults to -1 | |
material: | |
definitions: material_niti | |
active: NiTi | |
image_series: | |
file: | |
stem: /media/APS2014/CHESS_June_2015/51NiTiSC_RAMS2TC_0Deg_1/9/ff/ff_%05d.ge2 # can include relative or absolute path | |
ids: [1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105] # or can use globs: ["*2[4-9]"] | |
images: | |
start: 1 | |
stop: 3600 | |
step: 1 | |
omega: | |
start: 0.0 | |
step: 0.1 | |
stop: 360.0 | |
dark: /media/APS2014/CHESS_June_2015/51NiTiSC_RAMS2TC_0Deg_1/10/ff/ff_01106.ge2 | |
flip: ~ # ~, v, h, hv, vh, cw, ccw | |
instrument: | |
parameters: ge_detector.yml | |
detector: # this section is only needed to convert old files to the new spec | |
parameters_old: detector_61kev_joel # the old detector spec, produced by the GUI | |
pixels: # this section required to convert from old detector spec | |
rows: 2048 | |
columns: 2048 | |
size: [0.200, 0.200] # [row height, col width] mm | |
--- | |
analysis_name: NiTi_11 # defaults to analysis | |
multiprocessing: -1 # "all", or "half", or -1 means all but one, defaults to -1 | |
material: | |
definitions: material_niti | |
active: NiTi | |
image_series: | |
file: | |
stem: /media/APS2014/CHESS_June_2015/51NiTiSC_RAMS2TC_0Deg_1/11/ff/ff_%05d.ge2 # can include relative or absolute path | |
ids: [1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121] # or can use globs: ["*2[4-9]"] | |
images: | |
start: 1 | |
stop: 3600 | |
step: 1 | |
omega: | |
start: 0.0 | |
step: 0.1 | |
stop: 360.0 | |
dark: /media/APS2014/CHESS_June_2015/51NiTiSC_RAMS2TC_0Deg_1/12/ff/ff_01122.ge2 | |
flip: ~ # ~, v, h, hv, vh, cw, ccw | |
instrument: | |
parameters: ge_detector.yml | |
detector: # this section is only needed to convert old files to the new spec | |
parameters_old: detector_61kev_joel # the old detector spec, produced by the GUI | |
pixels: # this section required to convert from old detector spec | |
rows: 2048 | |
columns: 2048 | |
size: [0.200, 0.200] # [row height, col width] mm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment