aboutsummaryrefslogtreecommitdiff
path: root/config/DecayBehavior.params
diff options
context:
space:
mode:
authorGravatar Russell Cohen <rcoh@mit.edu>2010-11-26 00:07:14 -0500
committerGravatar Russell Cohen <rcoh@mit.edu>2010-11-26 00:07:14 -0500
commit9c9babfa7032b443138c4b457aabaf79fad385b3 (patch)
treef9bf3e8b51423bf6769d2c655ffa15d81a42333f /config/DecayBehavior.params
parent1754a1f4511ef52f0a093dd0f9915196bd4261e7 (diff)
Add PixelMapper functionality to abstract away from mapping locations->Pixels.
Diffstat (limited to 'config/DecayBehavior.params')
-rw-r--r--config/DecayBehavior.params3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/DecayBehavior.params b/config/DecayBehavior.params
new file mode 100644
index 0000000..67b7dcf
--- /dev/null
+++ b/config/DecayBehavior.params
@@ -0,0 +1,3 @@
+{'DecayType': 'Decay type missing. Specify Exponential or Proportional.',
+ 'Coefficient':'Coeffienct missing. Coefficient for decay type. E^(-ct) if
+ exponential, c/t if proportional.'}