reports.rst 5.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .. Copyright (C) 2011 - 2013 Stefano Mazzucco <stefano.mazzucco@gmail.com>.
  2. Permission is granted to copy, distribute and/or modify this document
  3. under the terms of the GNU Free Documentation License, Version 1.3
  4. or any later version published by the Free Software Foundation;
  5. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  6. A copy of the license is included in the section entitled "GNU
  7. Free Documentation License".
  8. The Report Files
  9. ================
  10. The report files that are generated by Crystal Ball Plus are simple text files. Two different reports are generated: the *d-spacings* report and the *angles* report. The files are formatted in a way that the data can be easily copied to a spreadsheet application for further manipulation.
  11. The *d-spacings* Report
  12. ------------------------
  13. The *d-spacings* report lists what structures in the database match with the input data. The measured spacing from the input file, the reference spacing from the matching structure, *percent error* between the two and the matching *Miller plane* are given for each reflection. Depending on the options specified, the non-matching structures can also be listed.
  14. The names of each input and reference files will be also listed along with information about the matching structure such as the name, the crystal system and the space group.
  15. .. NOTE::
  16. A reflection may match to more than one plane within the given
  17. percent error. *All* the matching planes are listed.
  18. A *d-spacing* report may look like this::
  19. ################# D-SPACING MATCH REPORT GENERATED ON Jul 24 2011 #################
  20. INPUT FILE: shot0107_FFT_DP_01.dfg
  21. REFERENCE FILE: Fe_gamma_FM3-M.dfg
  22. STRUCTURE: Iron - Gamma, Ht (Fe); SPACE GROUP: Fm-3m (225);
  23. CRYSTAL SYSTEM: cubic
  24. SPOT NO. MEAS. SPACING REF. SPACING %ERROR MILLER PLANE
  25. 3 2.085 2.110 1.180 ( 1 1 1)
  26. --------------------------------------------------------------------------------
  27. INPUT FILE: shot0107_FFT_DP_01.dfg
  28. REFERENCE FILE: FeO_R3-R.dfg
  29. NO MATCHES
  30. --------------------------------------------------------------------------------
  31. INPUT FILE: shot0107_FFT_DP_01.dfg
  32. REFERENCE FILE: Fe5C2_P1.dfg
  33. STRUCTURE: Iron Carbide (5/2) - chi (Fe5 C2); SPACE GROUP: P-1 (2);
  34. CRYSTAL SYSTEM: triclinic
  35. SPOT NO. MEAS. SPACING REF. SPACING %ERROR MILLER PLANE
  36. 1 2.510 2.506 0.152 ( 0 0 2)
  37. 1 2.510 2.521 0.417 ( 1 0 -2)
  38. 2 2.299 2.286 0.586 ( 0 2 0)
  39. 2 2.299 2.293 0.275 ( 5 0 0)
  40. 2 2.299 2.291 0.358 ( 4 -1 -1)
  41. 2 2.299 2.290 0.380 ( 4 1 -1)
  42. 3 2.085 2.078 0.337 ( 0 2 -1)
  43. 3 2.085 2.081 0.178 ( 0 2 1)
  44. 3 2.085 2.095 0.463 ( 4 1 1)
  45. 3 2.085 2.065 0.949 ( 1 2 -1)
  46. 3 2.085 2.068 0.822 ( 1 -2 -1)
  47. 3 2.085 2.092 0.320 ( 4 -1 1)
  48. --------------------------------------------------------------------------------
  49. The *angles* Report
  50. -------------------
  51. Similarly to the *d-spacings* report, the *angles* report will list the names of the input and reference files along with the information about the structure. The matching angles between any two reflections are then given (so for example, for three reflections there will be three angles listed, for four reflections there will be six angles, etc.) with the corresponding *Miller planes*, angle values and *percent error*.
  52. An *angle* report may look like this::
  53. ################### ANGLE MATCH REPORT GENERATED ON Jul 24 2011 ###################
  54. INPUT FILE: shot0187_FFT_DP_01.dfg
  55. REFERENCE FILE: Fe3C_PNMA_cohenite.dfg
  56. STRUCTURE: Iron Carbide (3/1) - cohenite (Fe3 C); SPACE GROUP: Pnma (62)
  57. CRYSTAL SYSTEM: orthorhombic
  58. 1ST SPOT 2ND SPOT 1ST PLANE 2ND PLANE MEAS. ANGLE REF. ANGLE %ERROR ZONE AXIS
  59. =======
  60. MATCH_0
  61. 1 2 ( 2 0 0) ( 1 0 2) 64.790 66.019 1.862 [0 1 0]
  62. 2 3 ( 1 0 2) (-1 0 2) 48.960 47.962 2.081 [0 1 0]
  63. 1 3 ( 2 0 0) (-1 0 2) 113.750 113.981 0.203 [0 1 0]
  64. =======
  65. MATCH_1
  66. 1 2 ( 2 0 0) ( 1 0 -2) 64.790 66.019 1.862 [0 1 0]
  67. 2 3 ( 1 0 -2) (-1 0 -2) 48.960 47.962 2.081 [0 1 0]
  68. 1 3 ( 2 0 0) (-1 0 -2) 113.750 113.981 0.203 [0 1 0]
  69. .. NOTE::
  70. While in the *Diffractogram* (**.dfg**) files the angular value **must** be relative to a given axis (keyword angle_to_x, see :doc:`fileformat`), the *angles* report will always give the absolute angle between two reflections.