Syspower

class Syspower(inputs)[source]

Bases: StandardTaskTemplate

Methods Summary

analyse(results)

Analyze the result from the task preparing operation.

flag_with_medfilt(x, temp[, k, threshold, ...])

interp_with_medfilt(x[, k, threshold, ...])

medfilt(x, k[, threshold, flag_rms, ...])

prepare()

Prepare job requests for execution.

Methods Documentation

analyse(results)[source]

Analyze the result from the task preparing operation.

This method analyzes the result object returned by the Pipeline task.prepare method and returns it with optional modifications.

Parameters:

result -- the task result object generated by prepare()

Return type:

Result

flag_with_medfilt(x, temp, k=21, threshold=6, do_shift=False, **kwargs)[source]
interp_with_medfilt(x, k=21, threshold=99, max_interp=10)[source]
medfilt(x, k, threshold=6.0, flag_rms=False, flag_median=False, flag_only=False, fill_gaps=False)[source]
prepare()[source]

Prepare job requests for execution.

Parameters:

parameters -- the parameters to pass through to the subclass. Refer to the implementing subclass for specific information on what these parameters are.

Return type:

a class implementing Result