summaryrefslogtreecommitdiff
path: root/flam3.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-14 12:15:23 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commit6a7d86ec73c5212c52d76d9ddcb2023fc535b814 (patch)
treeb21a8c8093823dad8fd9f6d59f019fb05758fa15 /flam3.h
parentdbc44a2d45153760ee710f4ebcbd09f9ac196fea (diff)
downloadpucket-6a7d86ec73c5212c52d76d9ddcb2023fc535b814.tar.gz
pucket-6a7d86ec73c5212c52d76d9ddcb2023fc535b814.tar.bz2
pucket-6a7d86ec73c5212c52d76d9ddcb2023fc535b814.zip
Drop density estimator
First of all, it does not look too pretty. But more importantly now we can reduce the bucket size to four (instead of five) and vectorize that stuff.
Diffstat (limited to 'flam3.h')
-rw-r--r--flam3.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/flam3.h b/flam3.h
index b841956..0107672 100644
--- a/flam3.h
+++ b/flam3.h
@@ -488,12 +488,6 @@ typedef struct {
int nbatches;
int ntemporal_samples;
- /* Density estimation parameters for blurring low density hits */
- double estimator; /* Filter width for bin with one hit */
- double estimator_curve; /* Exponent on decay function ( MAX / a^(k-1) ) */
- double estimator_minimum; /* Minimum filter width used -
- forces filter to be used of at least this width on all pts */
-
/* XML Edit structure */
xmlDocPtr edits;