Changeset 5277
- Timestamp:
- May 15, 2022 8:58:48 PM (17 months ago)
- Files:
-
- 2 added
- 5 deleted
- 3 edited
- 4 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
PDFfit2/diffpy/pdffit2/__init__.py
r5096 r5277 25 25 from diffpy.pdffit2.pdffit import PdfFit 26 26 from diffpy.pdffit2.output import redirect_stdout 27 from diffpy.pdffit2.pdffit2 import is_element 27 try: 28 from diffpy.pdffit2.pdffit2 import is_element 29 except ImportError: 30 from pdffit2 import is_element # added for GSAS-II to relocate binary file 28 31 29 32 # silence pyflakes checker -
Tutorials/RietPlot/PublicationPlot.htm
r5103 r5277 1791 1791 1792 1792 The export feature for <span class=SpellE>OriginPro</span> was 1793 developed by Conrad Gillard.</p> 1793 developed by Conrad Gillard. He provides a <A 1794 href="https://youtu.be/W4VtNnj16u0">short video</A> demonstrating its 1795 use. 1796 </p> 1794 1797 1795 1798 <p class=MsoNormal><o:p> </o:p></p> -
fullrmc-pkg/notes
r4392 r5277 1 12/31/21 build in Jenkins. Use no-arch then Mac 2 3 download https://repo.anaconda.com/miniconda/Miniconda3-py39_4.10.3-MacOSX-x86_64.sh 4 bash /Users/toby/Downloads/Miniconda3-py39_4.10.3-MacOSX-x86_64.sh -b -p /tmp/Miniconda3-py39_4.10.3 5 source /tmp/Miniconda3-py39_4.10.3/bin/activate 6 conda install -c fullrmc fullrmc 7 conda install gsas2pkg -c defaults -c conda-forge -c briantoby 8 pythonw Miniconda3-py39_4.10.3/GSASII/GSASII.py 9 10 11 12 1 13 Preparing: 2 14
Note: See TracChangeset
for help on using the changeset viewer.