Skip to content

Emit warnings when row limits are reached #638

@astrofrog

Description

@astrofrog

For instance, the following should emit a warning:

from astropy.io import fits
table = Irsa.query_region("m42", catalog="fp_psc", spatial="Cone",
                          radius=10 * u.arcmin)

I spent a while figuring out why a patch of sky was missing, and then realized the row limit was quite low (500)

cc @Cadair

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions