-
Geoff Cureton authored
git-svn-id: https://svn.ssec.wisc.edu/repos/geoffc/Python/sunglint/cumulantFunctionSimulate@306 f45efd6a-04c6-4179-886d-a06c9f63a260
Geoff Cureton authoredgit-svn-id: https://svn.ssec.wisc.edu/repos/geoffc/Python/sunglint/cumulantFunctionSimulate@306 f45efd6a-04c6-4179-886d-a06c9f63a260
example.txt 439 B
cd sandbox/Python/sunglint/cumulantFunctionSimulate
ipython -qthread
from matplotlib import pylab as pl
import numpy as np
import cumulantFunctionSimulate as cFS
reload(cFS.elevPowerSpectrum);reload(cFS.cumulantFunctionSimulate)
pl.close('all');cFS.cumulantFunctionSimulate.cumulantFunctionSimulate(4096,512,0.02,200,'phillips',3,0)
#################
python cumulantFunctionSimulate.py -n 4096 -N 512 -d 0.02 -r 1000 -S 'phillips_3'