-
Notifications
You must be signed in to change notification settings - Fork 4
Replace PD_AMORPHOUS with PD_AMORPHOUS_PEAK
#158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Is it possible to add a method to give point-wise contributions of an amorphous phase to a diffractogram? |
Ah! Forgot... already possible through |
Co-authored-by: Antanas Vaitkus <[email protected]>
Co-authored-by: Antanas Vaitkus <[email protected]>
Co-authored-by: Antanas Vaitkus <[email protected]>
…ybe it would make sense to change this to Code as well
and also, already defined in |
|
See my very belated comment on #129. Sorry for taking so long. |
| extracted from the measured or, if present, the processed diffractogram. | ||
| Each peak in this table will have a unique label | ||
| (see _pd_amorphous.peak_id). | ||
| Each peak in will have a unique label (see _pd_amorphous.id). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a word missing after "in". Also, the _pd_amorphous.id does not seem to be defined anywhere.
|
|
||
| The intensities given in this category must only be correct relative to each | ||
| other. In the most correct case, the intensities will represent structure | ||
| factor amplitudes, but this is not necessary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| factor amplitudes, but this is not necessary | |
| factor amplitudes, but this is not necessary. |
| loop_ | ||
| _pd_amorphous_peak.id | ||
| _pd_amorphous_peak.d_spacing | ||
| _pd_amorphous_peak.rel_intensity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This data name does not seem to be defined.
| _description.text | ||
| ; | ||
| Description of amorphous peak details that cannot otherwise be recorded | ||
| using other PD_AMORPHOUS data items. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| using other PD_AMORPHOUS data items. | |
| using other PD_AMORPHOUS_PEAK data items. |
| _definition.update 2023-06-18 | ||
| _description.text | ||
| ; | ||
| List of peak_overall id values (_pd_peak_overall.id) associated with this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| List of peak_overall id values (_pd_peak_overall.id) associated with this | |
| List of PD_PEAK_OVERALL id values (_pd_peak_overall.id) associated with this |
will close #129
PD_AMORPHOUSwas insufficient to describe the same amorphous phase being present in more that one diffractogram; it could only link to peaks and diffractograms. The new category gives amorphous peak positions and intensities, and links them to actual instansiations by PD_PEAK in diffractograms.Essentially, an amorphous phase has peak positions and intensities, widths are an implementation detail, which is the same as how crystalline phases work.