[Yt-svn] yt-commit r1299 - trunk/yt

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Thu May 7 15:29:29 PDT 2009


Author: mturk
Date: Thu May  7 15:29:28 2009
New Revision: 1299
URL: http://yt.spacepope.org/changeset/1299

Log:
New halo finder arguments propagated to 'yt hop' command



Modified:
   trunk/yt/commands.py

Modified: trunk/yt/commands.py
==============================================================================
--- trunk/yt/commands.py	(original)
+++ trunk/yt/commands.py	Thu May  7 15:29:28 2009
@@ -196,7 +196,7 @@
         pf = _fix_pf(arg)
         kwargs = {'dm_only' : opts.dm_only}
         if opts.threshold is not None: kwargs['threshold'] = opts.threshold
-        hop_list = HaloFinder(sp, **kwargs)
+        hop_list = HaloFinder(pf, **kwargs)
         if opts.output is None: fn = "%s.hop" % pf
         else: fn = opts.output
         hop_list.write_out(fn)



More information about the yt-svn mailing list