jswoboda / ISRSpectrum

Code that will create an ISR spectrum with multiple ion species.
MIT License
7 stars 2 forks source link

module 'ISRSpectrum.ISRSpectrum' has no attribute 'ISRSpectrum' #7

Closed yonghuier closed 6 months ago

yonghuier commented 4 years ago

Traceback (most recent call last): File "test.py", line 2, in ISS2 = ISSnew.ISRSpectrum(centerFrequency = 440.2*1e6, bMag = 0.4e-4, nspec=129, sampfreq=50e3,dFlag=True) AttributeError: module 'ISRSpectrum.ISRSpectrum' has no attribute 'ISRSpectrum' (base)

habtie-phys commented 1 year ago

Traceback (most recent call last): File "test.py", line 2, in ISS2 = ISSnew.ISRSpectrum(centerFrequency = 440.2*1e6, bMag = 0.4e-4, nspec=129, sampfreq=50e3,dFlag=True) AttributeError: module 'ISRSpectrum.ISRSpectrum' has no attribute 'ISRSpectrum' (base)

yes, I faced similar problem. Could you kindly fix it please