Skip to content

Commit

Permalink
fix url (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Feb 25, 2022
1 parent 92381e4 commit 4768049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ config file). The ``psf`` can also be specified as ``type: galsim`` and you can
Further Customization
---------------------------

If you would like to use a custom sampling function or measurement function in BTK we recommend that you use the python interface (as in the `tutorial <https://lsstdesc.org/BlendingToolKit/tutorials.html>`_). More specifically, the "custom" `tutorial notebook<https://github.com/LSSTDESC/BlendingToolKit/blob/main/notebooks/custom-tutorial.ipynb>`_ include examples for writing a custom sampling function, survey, measure function, and target measure.
If you would like to use a custom sampling function or measurement function in BTK we recommend that you use the python interface (as in the `tutorial <https://lsstdesc.org/BlendingToolKit/tutorials.html>`_). More specifically, the "custom" `tutorial notebook <https://github.com/LSSTDESC/BlendingToolKit/blob/main/notebooks/custom-tutorial.ipynb>`_ include examples for writing a custom sampling function, survey, measure function, and target measure.

In the case that it would be really useful for you to run your own sampling function or measurement function directly from the command line, please `write an issue<https://github.com/LSSTDESC/BlendingToolKit/issues>`_ in our github and we are happy to help implementing it into our codebase.
In the case that it would be really useful for you to run your own sampling function or measurement function directly from the command line, please `write an issue <https://github.com/LSSTDESC/BlendingToolKit/issues>`_ in our github and we are happy to help implementing it into our codebase.

A more "hacky" alternative for advanced users:

Expand Down

0 comments on commit 4768049

Please sign in to comment.