-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #346 from haixing0a/master
add forward_model for facilitating (s)3DXRD analysis
- Loading branch information
Showing
7 changed files
with
2,103 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
""" | ||
forward model for 3DXRD and s3DXRD | ||
The aim is to exploit forward model for the following purposes: | ||
1) facilitate analysis for (s)3DXRD by filtering and cleaning peaks for indexed grains, calculating completeness | ||
2) bridging the combined analysis between DCT and (s)3DXRD for the same sample but measured in different geometries/instruments | ||
3) forward model based reconstruction for both near-field and far-field geometries | ||
4) parameters conversion among ImageD11 par, DCT parameters, poni, which all can be converted to a dictionary and compatible with fwd-DCT parameters | ||
5) other auxillary tools for multi-modality analysis, including interacting with PCT, sample environment, orientation conversion, deformation analysis (schmidt factor calc) etc. | ||
Copyright (C) 2023-present Haixing Fang | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation; either version 2 of the License, or | ||
(at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with this program; if not, write to the Free Software | ||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
""" | ||
|
||
__version__ = "1.0.0" | ||
__author__ = 'Haixing Fang', | ||
__author_email__ = '[email protected]' |
Oops, something went wrong.