Skip to content

Commit

Permalink
Merge branch 'xraypy:master' into struct2xasV2407
Browse files Browse the repository at this point in the history
  • Loading branch information
maurov authored Sep 9, 2024
2 parents 152e288 + 4ca134d commit ae22ae4
Show file tree
Hide file tree
Showing 33 changed files with 294 additions and 926 deletions.
10 changes: 5 additions & 5 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ Downloading and Installation
====================================

.. _Larch Repository (github.com): https://github.com/xraypy/xraylarch
.. _Anaconda Python: https://www.continuum.io/
.. _Anaconda Python: https://www.anaconda.com/
.. _PyPI: https://pypi.org
.. _Conda: https://conda.io
.. _Python.org: https://python.org/
.. _Anaconda Downloads: https://www.continuum.io/downloads
.. _Miniconda Downloads: https://docs.conda.io/en/latest/miniconda.html
.. _Mambaforge Python: https://github.com/conda-forge/miniforge/releases
.. _lmfit: https://lmfit.github.io/lmfit-py/
.. _xraydb: https://xraypy.github.io/XrayDB/
.. _Larch Releases (github.com): https://github.com/xraypy/xraylarch/releases
Expand All @@ -24,7 +23,8 @@ Downloading and Installation
.. _Larch for Linux: https://millenia.cars.aps.anl.gov/xraylarch/downloads/xraylarch-2023-10-Linux-x86_64.sh
.. _Docs and Examples: https://millenia.cars.aps.anl.gov/xraylarch/downloads/xraylarch-2023-10_docs-examples.zip

.. _Ifeffit Mailing List: https://millenia.cars.aps.anl.gov/mailman/listinfo/ifeffit/
.. _Ifeffit Mailing List: https://millenia.cars.aps.anl.gov/mailman3/lists/ifeffit.millenia.cars.aps.anl.gov/

.. _Demeter: https://bruceravel.github.io/demeter/
.. _Larch Github Pages: https://github.com/xraypy/xraylarch
.. _Larch Github Issues: https://github.com/xraypy/xraylarch/issues
Expand Down Expand Up @@ -202,7 +202,7 @@ macOS), and then type::
If this script fails, report it to the `Larch Github Issues`_ (including
the error trace and the `GetLarch.log` file).

The scripts will download and install `Mambaforge Python` which uses Anaconda
The scripts will download and install `Mambaforge Python`_ which uses Anaconda
Python and the `conda-forge` channel as the basis of an installation that will
be essentially identical to the environment installed by the binary installers,
that is, the whole environment is stored in a folder called `xraylarch` in your
Expand Down
9 changes: 0 additions & 9 deletions larch/epics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
except ImportError:
HAS_PYEPICS = False

from . import larchscan

def pv_fullname(name):
""" make sure an Epics PV name ends with .VAL or .SOMETHING!
Expand Down Expand Up @@ -104,11 +103,3 @@ def nullfcn(*args, **kws):
_larch_builtins = {'_epics': dict(PV=PV, caget=caget, caput=caput,
cainifo=cainfo, pv_units=pv_units,
pv_fullname=pv_fullname)}

if larchscan.HAS_EPICSSCAN:
_larch_builtins['_scan'] = dict(scan_from_db=larchscan.scan_from_db,
connect_scandb=larchscan.connect_scandb,
do_scan=larchscan.do_scan,
do_slewscan=larchscan.do_scan,
get_dbinfo=larchscan.get_dbinfo,
set_dbinfo=larchscan.set_dbinfo)
234 changes: 0 additions & 234 deletions larch/epics/larchscan.py

This file was deleted.

Loading

0 comments on commit ae22ae4

Please sign in to comment.