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

Add Static Source checks and NEOS Individual Chips #30

Merged
merged 13 commits into from
May 28, 2024
Merged

Conversation

dahlend
Copy link
Collaborator

@dahlend dahlend commented May 24, 2024

Added

  • Added support for NEOS Visit FOVs, which are joint FOVs containing 4 rectangles.
  • Added python interface to WISE Color Correction functions.
  • Added support for querying static sky sources in FOVs.

Changed

  • Restructured the Rust FOVs to be organized by observatory.

1 million static points tiling the sky, with a single NEOS Visit FOV coloring the visible points.

image

Now at a higher lat

image

Rotated:
image

Static Source tests were also done with the ZTF fields, here are the first set of unique fields in 2018:

image

This was linked to issues May 24, 2024
@dahlend
Copy link
Collaborator Author

dahlend commented May 24, 2024

Work remaining: cleanup some of the interface on the python side, add documentation and changelog.

@dahlend dahlend marked this pull request as ready for review May 28, 2024 17:53
@dahlend dahlend merged commit 90d3260 into main May 28, 2024
1 check passed
@dahlend dahlend deleted the add_neos_visits branch May 28, 2024 20:11
Copy link
Collaborator

@joemasiero joemasiero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, a minor pedantic comment but can be merged without changing

Comment on lines +196 to +205
for ccd in chips.iter() {
if ccd.side_id != side_id
|| ccd.stack_id != stack_id
|| ccd.quad_id != quad_id
|| ccd.loop_id != loop_id
|| ccd.subloop_id != subloop_id
|| ccd.exposure_id != exposure_id
|| ccd.rotation != rotation
|| ccd.observer().jd != observer.jd
|| ccd.band != band
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For item "ccd" in list(NeosCmos())? Technically fine, just a question of how pedantic do you want to be? maybe "for chip in chips.iter()"? or is that potentially confusing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add static position FOV check Add NEO Surveyor Joint FOV
2 participants