-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
Hell everyone,
I'm having a problem with reading this IPAC table. It gives me the following error:
WARNING: OverflowError converting to IntType for column cntr, using string instead. [astropy.io.ascii.core]
When presenting these commands:
>> from astropy.io import ascii as ai
> > fl = 'IPAC_Example.dat'
> > ip = ascii.Ipac('right')
> > testdat = ip.read(fl)
I get this error no matter how I initiate "ip" -- whether leaving it default or otherwise. This isn't the only column to which this occurred and I deleted previous ones that created the problem in case that was the issue.
Any thoughts?
-Rahul Patel