File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 425
425
{
426
426
"cell_type" : " code" ,
427
427
"execution_count" : null ,
428
- "id" : " d3c6cb34-cebe-43c3-8253-574fbad9b790 " ,
428
+ "id" : " dbb79512-efbc-4f9c-92e4-e1125f18b07f " ,
429
429
"metadata" : {},
430
430
"outputs" : [],
431
431
"source" : [
432
+ " # Make a coordinate transformation graph to compute wavelength from tof\n " ,
432
433
" graph = {**beamline(scatter=True), **elastic(\" tof\" )}\n " ,
433
- " sc.show_graph(graph, simplified=True)"
434
- ]
435
- },
436
- {
437
- "cell_type" : " code" ,
438
- "execution_count" : null ,
439
- "id" : " 78a5c3fc-3454-42b2-9874-4d0069d69a9e" ,
440
- "metadata" : {},
441
- "outputs" : [],
442
- "source" : [
443
434
" wav_naive = tofs.transform_coords(\" wavelength\" , graph=graph)\n " ,
444
435
" wav_naive.hist(wavelength=300).plot()"
445
436
]
You can’t perform that action at this time.
0 commit comments