Skip to content

Problem with edge effects? #17

Description

@keflavich

We have some images with awkward edges, like this:
image

that end up rejecting all of the found stars in the image as "too faint" at this stage:

if verbose:
print('Extension %s, iteration %2d, found %6d sources; %4d close and '
'%4d faint sources removed.' %
(ccd, titer+1, len(xn),
numpy.sum(~isolatedenough),
numpy.sum(~brightenough & isolatedenough)))

There doesn't appear to be anything obviously wrong with the weights (they're zero where the data are zero outside the image footprint). However, I suspect a problem with the sky modeling. Zooming in on part of the sky model, we have a corner-like artifact:
image

Any idea how to suppress this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions