Skip to content

Commit

Permalink
Merge pull request #346 from haixing0a/master
Browse files Browse the repository at this point in the history
add forward_model for facilitating (s)3DXRD analysis
  • Loading branch information
jonwright authored Nov 6, 2024
2 parents d039e0c + 3607bb1 commit 25026fb
Show file tree
Hide file tree
Showing 7 changed files with 2,103 additions and 0 deletions.
28 changes: 28 additions & 0 deletions ImageD11/forward_model/__init__.py
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]'
Loading

0 comments on commit 25026fb

Please sign in to comment.