Skip to content

Generate preview of the detection neighborhood from images taken the same night #2

Description

@dmitryduev

For each detection:

  • Query Kowalski for images of the same field taken within a day or two from the detection in any filter; something like
kowalski_query = {
    "query_type": "find",
    "query": {
        "catalog": "ZTF_ops",
        "filter": {
            "field": field_detection,
            "jd_start": {
                "$gt": jd_detection - 1,
                "$lt": jd_detection + 1,
            }
        },
        "projection": {"_id": 0, "fileroot": 1},
    },
}
  • Make stacked cutouts preview of the neighborhood, perhaps only the SCI images + imprint UTC time stamps
  • Post as a comment to Fritz

Activity

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions