Skip to content

Commit

Permalink
Merge pull request #92 from lsst/tickets/DM-16168
Browse files Browse the repository at this point in the history
DM-16168 Update jointcal dataset name
  • Loading branch information
parejkoj committed Oct 16, 2018
2 parents bad356f + 4fee765 commit df52784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/validate/drp/matchedVisitMetricsTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def run(self, butler, filterName, output, dataIds):
@classmethod
def _makeArgumentParser(cls):
parser = ArgumentParser(name=cls._DefaultName)
parser.add_id_argument("--id", "wcs", help="data ID, with raw CCD keys + tract",
parser.add_id_argument("--id", "jointcal_wcs", help="data ID, with raw CCD keys + tract",
ContainerClass=PerTractCcdDataIdContainer)
return parser

Expand Down

0 comments on commit df52784

Please sign in to comment.