Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/installation/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ For interferometer analysis there are two optional dependencies that must be ins
.. code-block:: bash

pip install pynufft
pip install pylops==2.3.1

**PyAutoLens** will run without these libraries and it is recommended that you only install them if you intend to
do interferometer analysis.
Expand Down
4 changes: 1 addition & 3 deletions docs/installation/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,4 @@ Dependencies

And the following optional dependencies:

**pynufft**: https://github.com/jyhmiinlin/pynufft

**PyLops**: https://github.com/PyLops/pylops
**pynufft**: https://github.com/jyhmiinlin/pynufft
1 change: 0 additions & 1 deletion docs/installation/pip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ For interferometer analysis there are two optional dependencies that must be ins
.. code-block:: bash

pip install pynufft
pip install pylops==2.3.1

**PyAutoLens** will run without these libraries and it is recommended that you only install them if you intend to
do interferometer analysis.
Expand Down
1 change: 0 additions & 1 deletion docs/installation/source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ For unit tests to pass you will also need the following optional requirements:
.. code-block:: bash

pip install pynufft
pip install pylops==2.3.1

If you are using a ``conda`` environment, add the source repository as follows:

Expand Down
11 changes: 0 additions & 11 deletions files/citations.bib
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ @article{astropy2
Bdsk-Url-1 = {https://doi.org/10.3847/1538-3881/aabc4f}
}

@article{PyLops,
abstract = {Linear operators and optimisation are at the core of many algorithms used in signal and image processing, remote sensing, and inverse problems. For small to medium-scale problems, existing software packages (e.g., MATLAB, Python numpy and scipy) allow for explicitly building dense (or sparse) matrices and performing algebraic operations (e.g., computation of matrix-vector products and manipulation of matrices) with syntax that closely represents their corresponding analytical forms. However, many real application, large-scale operators do not lend themselves to explicit matrix representations, usually forcing practitioners to forego of the convenient linear-algebra syntax available for their explicit-matrix counterparts. PyLops is an open-source Python library providing a flexible and scalable framework for the creation and combination of so-called linear operators, class-based entities that represent matrices and inherit their associated syntax convenience, but do not rely on the creation of explicit matrices. We show that PyLops operators can dramatically reduce the memory load and CPU computations compared to explicit-matrix calculations, while still allowing users to seamlessly use their existing knowledge of compact matrix-based syntax that scales to any problem size because no explicit matrices are required.},
archivePrefix = {arXiv},
arxivId = {1907.12349},
author = {Ravasi, Matteo and Vasconcelos, Ivan},
eprint = {1907.12349},
file = {:home/jammy/Documents/Papers/Software/PyLops.pdf:pdf},
title = {{PyLops -- A Linear-Operator Python Library for large scale optimization}},
url = {http://arxiv.org/abs/1907.12349},
year = {2019}
}

@article{colossus,
abstract = {This paper introduces Colossus, a public, open-source python package for calculations related to cosmology, the large-scale structure (LSS) of matter in the universe, and the properties of dark matter halos. The code is designed to be fast and easy to use, with a coherent, well-documented user interface. The cosmology module implements Friedman-Lemaitre-Robertson-Walker cosmologies including curvature, relativistic species, and different dark energy equations of state, and provides fast computations of the linear matter power spectrum, variance, and correlation function. The LSS module is concerned with the properties of peaks in Gaussian random fields and halos in a statistical sense, including their peak height, peak curvature, halo bias, and mass function. The halo module deals with spherical overdensity radii and masses, density profiles, concentration, and the splashback radius. To facilitate the rapid exploration of these quantities, Colossus implements more than 40 different fitting functions from the literature. I discuss the core routines in detail, with particular emphasis on their accuracy. Colossus is available at bitbucket.org/bdiemer/colossus.},
Expand Down
1 change: 0 additions & 1 deletion files/citations.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ This work uses the following software packages:
- `PyAutoFit` https://github.com/rhayes777/PyAutoFit [@pyautofit]
- `PyAutoGalaxy` https://github.com/Jammy2211/PyAutoGalaxy [@Nightingale2018] [@pyautogalaxy]
- `PyAutoLens` https://github.com/Jammy2211/PyAutoLens [@Nightingale2015] [@Nightingale2018] [@pyautolens]
- `PyLops` https://github.com/equinor/pylops [@pylops]
- `PyNUFFT` https://github.com/jyhmiinlin/pynufft [@pynufft]
- `PySwarms` https://github.com/ljvmiranda921/pyswarms [@pyswarms]
- `Python` https://www.python.org/ [@python]
Expand Down
3 changes: 0 additions & 3 deletions files/citations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ \section*{Software Citations}
\href{https://github.com/Jammy2211/PyAutoLens}{\textt{PyAutoLens}}
\citep{Nightingale2015, Nightingale2018, pyautolens}

\item
\href{https://github.com/equinor/pylops}{\textt{PyLops}}
\citep{pylops}

\item
\href{https://github.com/jyhmiinlin/pynufft}{\textt{PyNUFFT}}
Expand Down
1 change: 0 additions & 1 deletion optional_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
numba
pylops>=1.10.0,<=2.3.1
pynufft
zeus-mcmc==2.5.4
getdist==1.4
Expand Down
12 changes: 1 addition & 11 deletions paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,7 @@ @article{astropy2
Volume = {156},
Year = 2018,
Bdsk-Url-1 = {https://doi.org/10.3847/1538-3881/aabc4f}}
@article{PyLops,
abstract = {Linear operators and optimisation are at the core of many algorithms used in signal and image processing, remote sensing, and inverse problems. For small to medium-scale problems, existing software packages (e.g., MATLAB, Python numpy and scipy) allow for explicitly building dense (or sparse) matrices and performing algebraic operations (e.g., computation of matrix-vector products and manipulation of matrices) with syntax that closely represents their corresponding analytical forms. However, many real application, large-scale operators do not lend themselves to explicit matrix representations, usually forcing practitioners to forego of the convenient linear-algebra syntax available for their explicit-matrix counterparts. PyLops is an open-source Python library providing a flexible and scalable framework for the creation and combination of so-called linear operators, class-based entities that represent matrices and inherit their associated syntax convenience, but do not rely on the creation of explicit matrices. We show that PyLops operators can dramatically reduce the memory load and CPU computations compared to explicit-matrix calculations, while still allowing users to seamlessly use their existing knowledge of compact matrix-based syntax that scales to any problem size because no explicit matrices are required.},
archivePrefix = {arXiv},
arxivId = {1907.12349},
author = {Ravasi, Matteo and Vasconcelos, Ivan},
eprint = {1907.12349},
file = {:home/jammy/Documents/Papers/Software/PyLops.pdf:pdf},
title = {{PyLops -- A Linear-Operator Python Library for large scale optimization}},
url = {http://arxiv.org/abs/1907.12349},
year = {2019}
}

@article{colossus,
abstract = {This paper introduces Colossus, a public, open-source python package for calculations related to cosmology, the large-scale structure (LSS) of matter in the universe, and the properties of dark matter halos. The code is designed to be fast and easy to use, with a coherent, well-documented user interface. The cosmology module implements Friedman-Lemaitre-Robertson-Walker cosmologies including curvature, relativistic species, and different dark energy equations of state, and provides fast computations of the linear matter power spectrum, variance, and correlation function. The LSS module is concerned with the properties of peaks in Gaussian random fields and halos in a statistical sense, including their peak height, peak curvature, halo bias, and mass function. The halo module deals with spherical overdensity radii and masses, density profiles, concentration, and the splashback radius. To facilitate the rapid exploration of these quantities, Colossus implements more than 40 different fitting functions from the literature. I discuss the core routines in detail, with particular emphasis on their accuracy. Colossus is available at bitbucket.org/bdiemer/colossus.},
archivePrefix = {arXiv},
Expand Down
4 changes: 1 addition & 3 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ effects like the telescope optics and background sky subtraction in the model-fi
performed directly on the observed visibilities in their native Fourier space, circumventing issues associated with the
incomplete sampling of the uv-plane that give rise to artefacts that can bias the inferred mass model and source
reconstruction in real-space. To make feasible the analysis of millions of visibilities, `PyAutoLens`
uses `PyNUFFT` [@pynufft] to fit the visibilities via a non-uniform fast Fourier transform and `PyLops` [@PyLops] to
express the memory-intensive linear algebra calculations as efficient linear operators [@Powell2020]. Creating
uses `PyNUFFT` [@pynufft] to fit the visibilities via a non-uniform fast Fourier transform. Creating
realistic simulations of imaging and interferometer strong lensing datasets is possible, as performed
by [@Alexander2019] [@Hermans2019] who used `PyAutoLens` to train neural networks to detect strong lenses.

Expand Down Expand Up @@ -198,7 +197,6 @@ taken without a local `PyAutoLens` installation.
- `numba` [@numba]
- `NumPy` [@numpy]
- `PyAutoFit` [@pyautofit]
- `PyLops` [@PyLops]
- `PyMultiNest` [@pymultinest] [@multinest]
- `PyNUFFT` [@pynufft]
- `pyprojroot` (https://github.com/chendaniely/pyprojroot)
Expand Down
65 changes: 0 additions & 65 deletions test_autolens/config/grids.yaml

This file was deleted.

1 change: 0 additions & 1 deletion test_autolens/config/notation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ label:
weight_power: W_{\rm p}
superscript:
ExternalShear: ext
InputDeflections: defl
Pixelization: pix
Point: point
Redshift: ''
Expand Down
Loading