SCF

class turbustat.statistics.SCF(cube, size=11)[source] [edit on github]

Bases: object

Computes the Spectral Correlation Function of a data cube (Rosolowsky et al, 1999).

Parameters:

cube : numpy.ndarray

Data cube.

size : int, optional

Maximum size roll over which SCF will be calculated.

Methods Summary

Methods Documentation

compute_scf()[source] [edit on github]

Compute the SCF up to the given size.

run(verbose=False)[source] [edit on github]

Computes the SCF. Necessary to maintain package standards.

Parameters:

verbose : bool, optional

Enables plotting.