Skip to content

Commit

Permalink
Fix out-of-date program description.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Dec 12, 2018
1 parent f17f406 commit 31a9ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/ap/pipe/apPipeParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class ApPipeParser(pipeBase.ArgumentParser):
def __init__(self, *args, **kwargs):
pipeBase.ArgumentParser.__init__(
self,
description="Process raw decam images with MasterCals "
"from basic processing --> source association",
description="Process raw images through the AP pipeline "
"from ISR through source association",
*args,
**kwargs)
inputDataset = "raw"
Expand Down

0 comments on commit 31a9ae4

Please sign in to comment.