Skip to content

Commit

Permalink
Merge pull request #111 from MPoL-dev/fakedata
Browse files Browse the repository at this point in the history
Merge mock dataset feature branch
  • Loading branch information
iancze authored Dec 26, 2022
2 parents 8f978ee + 32c24a0 commit 5f03d58
Show file tree
Hide file tree
Showing 14 changed files with 511 additions and 46 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ venv/
# notebooks produced from jupytext
docs/ci-tutorials/*.ipynb

docs/ci-tutorials/alma.jpg
docs/ci-tutorials/mock_data.npz


# tensorboard outputs
docs/ci-tutorials/runs
docs/large-tutorials/runs
Expand All @@ -134,3 +138,6 @@ dirty_image_model.pt

# setup file
project_setup.sh

plotsdir
runs
7 changes: 2 additions & 5 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ help:
CI-NOTEBOOKS := ci-tutorials/PyTorch.ipynb ci-tutorials/gridder.ipynb ci-tutorials/optimization.ipynb ci-tutorials/crossvalidation.ipynb ci-tutorials/initializedirtyimage.ipynb
clean:
rm -rf _build
# rm -rf ${CI-NOTEBOOKS}
rm -rf ci-tutorials/.ipynb_checkpoints
rm -rf ci-tutorials/runs
rm -rf ${CHARTS}
rm -rf ci-tutorials/alma.jpg
rm -rf ci-tutorials/mock_data.npz
rm -rf _static/baselines/build/baselines.csv

# ci-tutorials/%.ipynb: ci-tutorials/%.py ${CHARTS}
# jupytext --to ipynb --execute $<

# baseline table
_static/baselines/build/baselines.csv: _static/baselines/src/print_conversions.py
mkdir -p _static/baselines/build
Expand Down
7 changes: 6 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

# Changelog

## v0.1.3

- Added the {func}`mpol.fourier.make_fake_data` routine and the [Mock Data tutorial](ci-tutorials/fakedata.md).
- Fixed a bug in the [Dirty Image Initialization](ci-tutorials/initializedirtyimage.md) tutorial so that the dirty image is delivered in units of Jy/arcsec^2.

## v0.1.2

- Switched documentation backend to [MyST-NB](https://myst-nb.readthedocs.io/en/latest/index.html).
- Switched documentation theme to [Sphinx Book Theme](https://sphinx-book-theme.readthedocs.io/en/latest/index.html).
- Added {class}`~mpol.fourier.NuFFT` layer, allowing the direct forward modeling of un-gridded :math:`u,v` data. Closes GitHub issue [#17](https://github.com/MPoL-dev/MPoL/issues/17).
- Added {class}`~mpol.fourier.NuFFT` layer, allowing the direct forward modeling of un-gridded $u,v$ data. Closes GitHub issue [#17](https://github.com/MPoL-dev/MPoL/issues/17).

## v0.1.1

Expand Down
Loading

0 comments on commit 5f03d58

Please sign in to comment.