kuadrat / arpys

ARPES data analysis tools
GNU Lesser General Public License v3.0
12 stars 4 forks source link

A few errors with armes_plot #15

Open VeryBitter opened 5 years ago

VeryBitter commented 5 years ago

The line 1115 line.raw = line.raw.lower() generates an exception: "EXCEPTION of type 'FrozenInstanceError' occurred with message: '' I had to comment it Lines 158 160 colorize() seems to be deprecated. I had to remove colorize and last I got a warning with pyfit "PyFITSDeprecationWarning: PyFITS is deprecated, please use astropy.io.fits"

Cheers

Aristide

kuadrat commented 5 years ago

Thanks for the info! I'm creating a separate issue for replacing PyFITS with astropy.

I'm unable to reproduce the exceptions with line.raw.lower() and colorize(). What makes you think colorize() is deprecated? And which versions of python and cmd2 are you using?

Cheers, Kevin