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

SP-1601: clean up rubin-sim developer guide issues #425

Merged
merged 23 commits into from
Oct 16, 2024
Merged

Conversation

rhiannonlynne
Copy link
Member

Humna and Lynne are working on improving rubin-sim adherence to developer code guidelines, also this lets us look at workflow.

@rhiannonlynne rhiannonlynne marked this pull request as draft October 2, 2024 19:47
@rhiannonlynne rhiannonlynne force-pushed the tickets/SP-1601 branch 3 times, most recently from 044303d to 4b5d393 Compare October 9, 2024 21:13
@rhiannonlynne rhiannonlynne marked this pull request as ready for review October 9, 2024 22:10
Copy link
Member

@yoachim yoachim left a comment

Choose a reason for hiding this comment

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

Sad to see the comcam slicer go, but it's clearly bit-rotted at this point.

sv2 = starlink_tles_v2()
ow = oneweb_tles()
_ = starlink_tles_v2()
_ = oneweb_tles()
Copy link
Member

Choose a reason for hiding this comment

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

Rather than set the other tles to _, I would just loop the test over [sv1, sv2, ow]. Or if that's slow, check that those functions return something reasonable with something like assert sv2 is not None.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good suggestions, will update.

@rhiannonlynne
Copy link
Member Author

I was also sad to remove the comcam slicer given that it would be useful now! It was just not in a state that was usable. I think updating the camera footprint generation code and making a comcam camera map would be good.

@rhiannonlynne rhiannonlynne merged commit cd1ee95 into main Oct 16, 2024
6 of 7 checks passed
@rhiannonlynne rhiannonlynne deleted the tickets/SP-1601 branch October 16, 2024 00:22
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.

2 participants