Changeset 5277


Ignore:
Timestamp:
May 15, 2022 8:58:48 PM (17 months ago)
Author:
toby
Message:

reorg pdffit

Files:
2 added
5 deleted
3 edited
4 copied
1 moved

Legend:

Unmodified
Added
Removed
  • PDFfit2/diffpy/pdffit2/__init__.py

    r5096 r5277  
    2525from diffpy.pdffit2.pdffit import PdfFit
    2626from diffpy.pdffit2.output import redirect_stdout
    27 from diffpy.pdffit2.pdffit2 import is_element
     27try:
     28    from diffpy.pdffit2.pdffit2 import is_element
     29except ImportError:
     30    from pdffit2 import is_element  # added for GSAS-II to relocate binary file
    2831
    2932# silence pyflakes checker
  • Tutorials/RietPlot/PublicationPlot.htm

    r5103 r5277  
    17911791
    17921792The export feature for <span class=SpellE>OriginPro</span> was
    1793 developed by Conrad Gillard.</p>
     1793developed by Conrad Gillard. He provides a <A
     1794href="https://youtu.be/W4VtNnj16u0">short video</A> demonstrating its
     1795use.
     1796</p>
    17941797
    17951798<p class=MsoNormal><o:p>&nbsp;</o:p></p>
  • fullrmc-pkg/notes

    r4392 r5277  
     112/31/21 build in Jenkins. Use no-arch then Mac
     2
     3download https://repo.anaconda.com/miniconda/Miniconda3-py39_4.10.3-MacOSX-x86_64.sh
     4bash /Users/toby/Downloads/Miniconda3-py39_4.10.3-MacOSX-x86_64.sh -b -p /tmp/Miniconda3-py39_4.10.3
     5source /tmp/Miniconda3-py39_4.10.3/bin/activate
     6conda install -c fullrmc fullrmc
     7conda install gsas2pkg -c defaults -c conda-forge -c briantoby
     8pythonw Miniconda3-py39_4.10.3/GSASII/GSASII.py
     9
     10
     11
     12
    113Preparing:
    214
Note: See TracChangeset for help on using the changeset viewer.