Skip to content

IPAC table read error  #4684

@astropatel

Description

@astropatel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions