DefaultLimitingValueEstimator

net.aerith.misao.util. Operation
#monitor_set :MonitorSet
#stopped :boolean
+Operation()
+addMonitor(Monitor monitor) :void
+ready() :boolean
+perform() :void
#operate() :void
+stop() :void
+isStopped() :boolean
+run() :void
net.aerith.misao.pixy.limiting_mag. DefaultLimitingValueEstimator
#list :StarList
#average_window_size :int
#minimum_window_size :int
#threshold_ratio :double
#limiting_ratio :double
#threshold :double
+MODE_BASED_ON_MAGNITUDE :int
+MODE_BASED_ON_PIXEL_VALUE :int
#mode :int
+POLICY_LIMITING :int
+POLICY_UPPERLIMIT :int
#policy :int
+DefaultLimitingValueEstimator(StarList list)
+setMode(int mode) :void
+setPolicy(int policy) :void
+setMovingAverageWindowSize(int new_window_size) :void
+setMinimumWindowSize(int new_window_size) :void
+setThresholdRatio(double new_threshold_ratio) :void
+getThreshold() :double
+ready() :boolean
+operate() :void