|
52 | 52 | # |
53 | 53 | # In EasyDiffraction, a project serves as a container for all |
54 | 54 | # information related to the analysis of a specific experiment or set of |
55 | | -# experiments. It enables you to organize your data, experiments, sample |
56 | | -# models, and fitting parameters in a structured manner. You can think |
57 | | -# of it as a folder containing all the essential details about your |
58 | | -# analysis. The project also allows us to visualize both the measured |
59 | | -# and calculated diffraction patterns, among other things. |
| 55 | +# experiments. It enables you to organize your data, experiments, |
| 56 | +# crystal structures, and fitting parameters in an organized manner. You |
| 57 | +# can think of it as a folder containing all the essential details about |
| 58 | +# your analysis. The project also allows us to visualize both the |
| 59 | +# measured and calculated diffraction patterns, among other things. |
60 | 60 |
|
61 | 61 | # %% [markdown] tags=["doc-link"] |
62 | 62 | # 📖 See |
|
440 | 440 |
|
441 | 441 | # %% [markdown] tags=["doc-link"] |
442 | 442 | # 📖 See |
443 | | -# [documentation](https://docs.easydiffraction.org/lib/user-guide/analysis-workflow/model/) |
| 443 | +# [documentation](https://docs.easydiffraction.org/lib/user-guide/analysis-workflow/structure/) |
444 | 444 | # for more details about structures and their purpose in the data |
445 | 445 | # analysis workflow. |
446 | 446 |
|
|
455 | 455 |
|
456 | 456 | # %% [markdown] tags=["doc-link"] |
457 | 457 | # 📖 See |
458 | | -# [documentation](https://docs.easydiffraction.org/lib/user-guide/analysis-workflow/model/#space-group-category) |
| 458 | +# [documentation](https://docs.easydiffraction.org/lib/user-guide/analysis-workflow/structure/#space-group-category) |
459 | 459 | # for more details about the space group. |
460 | 460 |
|
461 | 461 | # %% |
|
467 | 467 |
|
468 | 468 | # %% [markdown] tags=["doc-link"] |
469 | 469 | # 📖 See |
470 | | -# [documentation](https://docs.easydiffraction.org/lib/user-guide/analysis-workflow/model/#cell-category) |
| 470 | +# [documentation](https://docs.easydiffraction.org/lib/user-guide/analysis-workflow/structure/#cell-category) |
471 | 471 | # for more details about the unit cell parameters. |
472 | 472 |
|
473 | 473 | # %% |
|
478 | 478 |
|
479 | 479 | # %% [markdown] tags=["doc-link"] |
480 | 480 | # 📖 See |
481 | | -# [documentation](https://docs.easydiffraction.org/lib/user-guide/analysis-workflow/model/#atom-sites-category) |
| 481 | +# [documentation](https://docs.easydiffraction.org/lib/user-guide/analysis-workflow/structure/#atom-sites-category) |
482 | 482 | # for more details about the atom sites category. |
483 | 483 |
|
484 | 484 | # %% |
|
528 | 528 | # %% [markdown] **Reminder:** |
529 | 529 | # |
530 | 530 | # The fitting process involves comparing the measured diffraction |
531 | | -# pattern with the calculated diffraction pattern based on the sample |
532 | | -# model and instrument parameters. The goal is to adjust the parameters |
533 | | -# of the structure and the experiment to minimize the difference |
534 | | -# between the measured and calculated diffraction patterns. This is done |
535 | | -# by refining the parameters of the structure and the instrument |
536 | | -# settings to achieve a better fit. |
| 531 | +# pattern with the calculated diffraction pattern based on the crystal |
| 532 | +# structure and instrument parameters. The goal is to adjust the |
| 533 | +# parameters of the structure and the experiment to minimize the |
| 534 | +# difference between the measured and calculated diffraction patterns. |
| 535 | +# This is done by refining the parameters of the structure and the |
| 536 | +# instrument settings to achieve a better fit. |
537 | 537 |
|
538 | 538 | # %% [markdown] tags=["doc-link"] |
539 | 539 | # 📖 See |
|
872 | 872 | # %% [markdown] |
873 | 873 | # ### 🧩 Exercise 3: Define a Structure – LBCO |
874 | 874 | # |
875 | | -# The LBSO structure is not as simple as the Si model, as it contains |
| 875 | +# The LBSO structure is not as simple as the Si one, as it contains |
876 | 876 | # multiple atoms in the unit cell. It is not in COD, so we give you the |
877 | 877 | # structural parameters in CIF format to create the structure. |
878 | 878 | # |
|
946 | 946 |
|
947 | 947 | # %% [markdown] tags=["dmsc-school-hint"] |
948 | 948 | # You can use the same approach as in the previous part of the notebook, |
949 | | -# but this time you need to use the model name corresponding to the LBCO |
| 949 | +# but this time you need to use the name corresponding to the LBCO |
950 | 950 | # structure, e.g. 'lbco'. |
951 | 951 |
|
952 | 952 | # %% [markdown] |
|
1055 | 1055 | # **Hint:** |
1056 | 1056 |
|
1057 | 1057 | # %% [markdown] tags=["dmsc-school-hint"] |
1058 | | -# Use the `linked_phases` attribute of the experiment to link the sample |
1059 | | -# model. |
| 1058 | +# Use the `linked_phases` attribute of the experiment to link the |
| 1059 | +# crystal structure. |
1060 | 1060 |
|
1061 | 1061 | # %% [markdown] |
1062 | 1062 | # **Solution:** |
|
0 commit comments