[pspec] correct naming bug
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ from i_utils import args
|
||||
from numpy.fft import fftn, ifft
|
||||
from pymses.analysis import Camera, ScalarOperator, cube3d
|
||||
|
||||
__generator__ = "pspec_new.py"
|
||||
__generator__ = "pspec.py"
|
||||
__version__ = "0.2"
|
||||
|
||||
|
||||
|
||||
@@ -188,7 +188,7 @@ def find_center(distance, skeleton, i_center, j_center, i, j):
|
||||
# Power spectrum helpers
|
||||
|
||||
|
||||
def pspec(map2D):
|
||||
def pspec2d(map2D):
|
||||
"""
|
||||
Computes the 2D powerspectrum of a 2D map
|
||||
|
||||
|
||||
Reference in New Issue
Block a user