Skip to content

Commit

Permalink
fixup detectAndMeasure example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed Mar 8, 2016
1 parent 11997d4 commit 8ad73b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/detectAndMeasureExample.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
# the GNU General Public License along with this program. If not,
# see <http://www.lsstcorp.org/LegalNotices/>.
#
"""Example use of DetectAndMeasureTask
"""

import os
import numpy as np
Expand Down Expand Up @@ -57,6 +59,8 @@ def loadData(psfSigma=1.5):


def run(display=False):
"""Subtract background, mask cosmic rays, then detect and measure
"""
# Create the tasks; note that background estimation is performed by a function,
# not a task, though it has a config
repairConfig = RepairTask.ConfigClass()
Expand Down

0 comments on commit 8ad73b9

Please sign in to comment.