Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dmitryduev opened this issue Jan 13, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dmitryduev
Copy link
Owner

dmitryduev commented Jan 13, 2021

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
@dmitryduev dmitryduev self-assigned this Jan 13, 2021
@dmitryduev dmitryduev added the enhancement New feature or request label Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant