Skip to content

Commit

Permalink
Fixed #30
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Smirnov committed Mar 5, 2015
1 parent 59e405a commit 576e218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pyxides/lsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def pybdsm_search (image="${imager.RESTORED_IMAGE}",output="$PYBDSM_OUTPUT",pol=
# run pybdsm
info("running PyBDSM process_image($image,%s)"%",".join(sorted([ "%s=%s"%x for x in opts.iteritems() ])));
from lofar import bdsm
img = bdsm.process_image(image,**kw);
img = bdsm.process_image(image,**opts);
info("writing PyBDSM gaul catalog");
img.write_catalog(outfile=gaul,format='ascii',catalog_type='gaul',clobber=True);
# add log to output
Expand Down

0 comments on commit 576e218

Please sign in to comment.