-
Notifications
You must be signed in to change notification settings - Fork 37
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
Conversation
044303d
to
4b5d393
Compare
450339c
to
384c674
Compare
There was a problem hiding this 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() |
There was a problem hiding this comment.
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
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good suggestions, will update.
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. |
7d872c3
to
ca30443
Compare
ca30443
to
76d8554
Compare
Humna and Lynne are working on improving rubin-sim adherence to developer code guidelines, also this lets us look at workflow.