From 6a7d86ec73c5212c52d76d9ddcb2023fc535b814 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 14 Feb 2015 12:15:23 +0100 Subject: 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. --- flam3.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'flam3.h') 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; -- cgit v1.2.3