Skip to content

Problem with edge effects? #17

@keflavich

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?

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