Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-35962: Remove examples/ from all packages #672

Merged
merged 3 commits into from
Jan 5, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 0 additions & 7 deletions doc/lsst.afw.cameraGeom/cameraGeom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ The cameraGeom package supports the following camera-based 2-dimensional coordin
Is a variant of ``PIXELS`` with estimated optical distortion removed.
``TAN_PIXELS`` is an affine transformation from ``FIELD_ANGLE`` coordinates, where ``PIXELS`` and ``TAN_PIXELS`` match at the center of the pupil frame.

.. _section_CameraGeom_Basic_Usage:

Basic Usage
===========

The file `examples/cameraGeomExample.py <https://github.com/lsst/afw/blob/master/examples/cameraGeomExample.py>`_ shows some basic usage of the cameraGeom package.

.. _section_CameraGeom_Objects:

Objects
Expand Down
2 changes: 0 additions & 2 deletions doc/lsst.afw.math/Background-example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
Example of lsst.afw.math.Background
###################################

Using the `Background` class; the code's in `afw/examples/estimateBackground.py <https://github.com/lsst/afw/blob/master/examples/estimateBackground.py>`_.

The basic strategy is
- Measure the properties of the image (e.g. the mean level) -- the `Background` object
- `Interpolate` the `Background` to provide an estimate of the background
Expand Down
7 changes: 0 additions & 7 deletions doc/lsst.afw.math/SpatialCellSet-example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
Example of lsst.afw.math.SpatialCellSet
#######################################

Demonstrate the use of `SpatialCellSet`\ s; the code's in `spatialCellExample.cc`_.

.. _spatialCellExample.cc: https://github.com/lsst/afw/blob/master/examples/spatialCellExample.cc
.. _spatialCellExample.py: https://github.com/lsst/afw/blob/master/examples/spatialCellExample.py
.. _testSpatialCell.h: https://github.com/lsst/afw/blob/master/examples/testSpatialCell.h
.. _testSpatialCell.cc: https://github.com/lsst/afw/blob/master/examples/testSpatialCell.cc

Start by including needed headers, and declaring namespace aliases and a routine ``readImage``

.. code-block:: cpp
Expand Down
2 changes: 0 additions & 2 deletions doc/lsst.afw.math/Statistics-example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
Example of lsst.afw.math.Statistics
###################################

Demonstrate the use of `Statistics`; the code's in `afw/examples/statistics.cc <https://github.com/lsst/afw/blob/master/examples/statistics.cc>`_.

Start by including needed headers and declaring namespace aliases

.. code-block:: cpp
Expand Down
1 change: 0 additions & 1 deletion examples/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions examples/SConscript

This file was deleted.

206 changes: 0 additions & 206 deletions examples/Show Camera.ipynb

This file was deleted.

76 changes: 0 additions & 76 deletions examples/Spline.cc

This file was deleted.

96 changes: 0 additions & 96 deletions examples/analyticKernel.cc

This file was deleted.

27 changes: 0 additions & 27 deletions examples/cameraGeomExample.py

This file was deleted.

39 changes: 0 additions & 39 deletions examples/catTables.py

This file was deleted.

52 changes: 0 additions & 52 deletions examples/chebyshev1Function.cc

This file was deleted.