-
Notifications
You must be signed in to change notification settings - Fork 42
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 #42 from darrencpagan/master
Peak Fitting Improvements
- Loading branch information
Showing
7 changed files
with
989 additions
and
3 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
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,35 @@ | ||
# ============================================================ | ||
# Copyright (c) 2012, Lawrence Livermore National Security, LLC. | ||
# Produced at the Lawrence Livermore National Laboratory. | ||
# Written by Joel Bernier <bernier2@llnl.gov> and others. | ||
# LLNL-CODE-529294. | ||
# All rights reserved. | ||
# | ||
# This file is part of HEXRD. For details on dowloading the source, | ||
# see the file COPYING. | ||
# | ||
# Please also see the file LICENSE. | ||
# | ||
# This program is free software; you can redistribute it and/or modify it under the | ||
# terms of the GNU Lesser General Public License (as published by the Free Software | ||
# Foundation) version 2.1 dated February 1999. | ||
# | ||
# 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 terms and conditions of the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public | ||
# License along with this program (see file LICENSE); if not, write to | ||
# the Free Software Foundation, Inc., 59 Temple Place, Suite 330, | ||
# Boston, MA 02111-1307 USA or visit <http://www.gnu.org/licenses/>. | ||
# ============================================================ | ||
"""Functions for peak fitting | ||
""" | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
Oops, something went wrong.