[Yt-svn] yt-commit r1170 - trunk/examples

britton at wrangler.dreamhost.com britton at wrangler.dreamhost.com
Mon Feb 16 14:18:15 PST 2009


Author: britton
Date: Mon Feb 16 14:18:14 2009
New Revision: 1170
URL: http://yt.spacepope.org/changeset/1170

Log:
Added new parameter to sample light cone parameter file.


Modified:
   trunk/examples/sample_lightcone.par

Modified: trunk/examples/sample_lightcone.par
==============================================================================
--- trunk/examples/sample_lightcone.par	(original)
+++ trunk/examples/sample_lightcone.par	Mon Feb 16 14:18:14 2009
@@ -4,9 +4,14 @@
 FieldOfViewInArcMinutes = 450.0
 ImageResolutionInArcSeconds = 30.0
 
-RandomSeed = 123456789
-
+# Minimal light cones: use as few slices as possible.
 UseMinimumNumberOfProjections = 1
+MinimumCoherentBoxFraction = 0.0
+
+# Maximal light cones: use as many slices as possible.
+# UseMinimumNumberOfProjections = 0
+# Traverse half the box before rerandomizing shifts.
+# MinimumCoherentBoxFraction = 0.5 # (maximum: 1.0)
 
 OutputDir = LC
 OutputPrefix = LightCone
\ No newline at end of file



More information about the yt-svn mailing list