Skip to content

Commit

Permalink
Remove unused utils file
Browse files Browse the repository at this point in the history
The only place that used this is the executable script, which is a
trivial replacement of one line.
  • Loading branch information
parejkoj committed Oct 28, 2020
1 parent 29e6351 commit 187e5c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
4 changes: 2 additions & 2 deletions bin.src/psfex.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import argparse
import os
import sys
from lsst.meas.extensions.psfex import psfex, readPrefs, makeitLsst, makeit, showPsf, dafBase
from lsst.meas.extensions.psfex import psfex, makeitLsst, makeit, showPsf, dafBase


if __name__ == "__main__":
Expand Down Expand Up @@ -51,7 +51,7 @@
#
# To work
#
prefs = readPrefs(args.defaultsFile, args_md)
prefs = psfex.Prefs(args.defaultsFile, args_md)
prefs.setCommandLine(argv)

for f in args.catalogs:
Expand Down
43 changes: 0 additions & 43 deletions python/lsst/meas/extensions/psfex/utils.py

This file was deleted.

0 comments on commit 187e5c9

Please sign in to comment.