You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
230 B
Python
12 lines
230 B
Python
15 years ago
|
"""
|
||
|
Spectrum package in WAFO Toolbox.
|
||
|
|
||
|
Readme - Readme file for module SPEC in WAFO Toolbox
|
||
|
|
||
|
"""
|
||
|
|
||
10 years ago
|
from core import *
|
||
14 years ago
|
#SpecData1D, SpecData2D, cltext
|
||
14 years ago
|
import models
|
||
12 years ago
|
from wafo.wave_theory import dispersion_relation
|