File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22##############################################################################
33#
4- # diffpy.srfit by DANSE Diffraction group
5- # Simon J. L. Billinge
6- # (c) 2008 The Trustees of Columbia University
7- # in the City of New York. All rights reserved.
4+ # (c) 2025 Simon Billinge.
5+ # All rights reserved.
86#
9- # File coded by: Chris Farrow
7+ # File coded by: Caden Myers, Simon Billinge, and members of the Billinge
8+ # group.
109#
11- # See AUTHORS.txt for a list of people who contributed.
12- # See LICENSE_DANSE.txt for license information.
10+ # See GitHub contributions for a more detailed list of contributors.
11+ # https://github.com/diffpy/diffpy.cmipdf/graphs/contributors
12+ #
13+ # See LICENSE.rst for license information.
1314#
1415##############################################################################
1516"""PDF calculation tools."""
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22##############################################################################
33#
4- # diffpy.srfit by DANSE Diffraction group
5- # Simon J. L. Billinge
6- # (c) 2008 The Trustees of Columbia University
7- # in the City of New York. All rights reserved.
4+ # (c) 2025 Simon Billinge.
5+ # All rights reserved.
86#
9- # File coded by: Chris Farrow
7+ # File coded by: Caden Myers, Simon Billinge, and members of the Billinge
8+ # group.
109#
11- # See AUTHORS.txt for a list of people who contributed.
12- # See LICENSE_DANSE.txt for license information.
10+ # See GitHub contributions for a more detailed list of contributors.
11+ # https://github.com/diffpy/diffpy.cmipdf/graphs/contributors
12+ #
13+ # See LICENSE.rst for license information.
1314#
1415##############################################################################
1516"""PDF profile generator base class.
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22##############################################################################
33#
4- # diffpy.srfit by DANSE Diffraction group
5- # Simon J. L. Billinge
6- # (c) 2010 The Trustees of Columbia University
7- # in the City of New York. All rights reserved.
4+ # (c) 2025 Simon Billinge.
5+ # All rights reserved.
86#
9- # File coded by: Chris Farrow
7+ # File coded by: Caden Myers, Simon Billinge, and members of the Billinge
8+ # group.
109#
11- # See AUTHORS.txt for a list of people who contributed.
12- # See LICENSE_DANSE.txt for license information.
10+ # See GitHub contributions for a more detailed list of contributors.
11+ # https://github.com/diffpy/diffpy.cmipdf/graphs/contributors
12+ #
13+ # See LICENSE.rst for license information.
1314#
1415##############################################################################
1516"""Form factors (characteristic functions) used in PDF nanoshape
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22##############################################################################
33#
4- # diffpy.srfit by DANSE Diffraction group
5- # Simon J. L. Billinge
6- # (c) 2008 The Trustees of Columbia University
7- # in the City of New York. All rights reserved.
4+ # (c) 2025 Simon Billinge.
5+ # All rights reserved.
86#
9- # File coded by: Chris Farrow
7+ # File coded by: Caden Myers, Simon Billinge, and members of the Billinge
8+ # group.
109#
11- # See AUTHORS.txt for a list of people who contributed.
12- # See LICENSE_DANSE.txt for license information.
10+ # See GitHub contributions for a more detailed list of contributors.
11+ # https://github.com/diffpy/diffpy.cmipdf/graphs/contributors
12+ #
13+ # See LICENSE.rst for license information.
1314#
1415##############################################################################
1516"""PDF profile generator using the Debye equation.
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22##############################################################################
33#
4- # diffpy.srfit by DANSE Diffraction group
5- # Simon J. L. Billinge
6- # (c) 2010 The Trustees of Columbia University
7- # in the City of New York. All rights reserved.
4+ # (c) 2025 Simon Billinge.
5+ # All rights reserved.
86#
9- # File coded by: Chris Farrow
7+ # File coded by: Caden Myers, Simon Billinge, and members of the Billinge
8+ # group.
109#
11- # See AUTHORS.txt for a list of people who contributed.
12- # See LICENSE_DANSE.txt for license information.
10+ # See GitHub contributions for a more detailed list of contributors.
11+ # https://github.com/diffpy/diffpy.cmipdf/graphs/contributors
12+ #
13+ # See LICENSE.rst for license information.
1314#
1415##############################################################################
1516"""PDFContribution class.
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22##############################################################################
33#
4- # diffpy.srfit by DANSE Diffraction group
5- # Simon J. L. Billinge
6- # (c) 2008 The Trustees of Columbia University
7- # in the City of New York. All rights reserved.
4+ # (c) 2025 Simon Billinge.
5+ # All rights reserved.
86#
9- # File coded by: Chris Farrow
7+ # File coded by: Caden Myers, Simon Billinge, and members of the Billinge
8+ # group.
109#
11- # See AUTHORS.txt for a list of people who contributed.
12- # See LICENSE_DANSE.txt for license information.
10+ # See GitHub contributions for a more detailed list of contributors.
11+ # https://github.com/diffpy/diffpy.cmipdf/graphs/contributors
12+ #
13+ # See LICENSE.rst for license information.
1314#
1415##############################################################################
1516"""PDF profile generator.
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22##############################################################################
33#
4- # diffpy.srfit by DANSE Diffraction group
5- # Simon J. L. Billinge
6- # (c) 2008 The Trustees of Columbia University
7- # in the City of New York. All rights reserved.
4+ # (c) 2025 Simon Billinge.
5+ # All rights reserved.
86#
9- # File coded by: Chris Farrow
7+ # File coded by: Caden Myers, Simon Billinge, and members of the Billinge
8+ # group.
109#
11- # See AUTHORS.txt for a list of people who contributed.
12- # See LICENSE_DANSE.txt for license information.
10+ # See GitHub contributions for a more detailed list of contributors.
11+ # https://github.com/diffpy/diffpy.cmipdf/graphs/contributors
12+ #
13+ # See LICENSE.rst for license information.
1314#
1415##############################################################################
1516"""This module contains parsers for PDF data.
You can’t perform that action at this time.
0 commit comments