-
Notifications
You must be signed in to change notification settings - Fork 11
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
Issue977: add_rays_from_diagnostic()
, poly2d_check
and poly2d_sample
, color cycling fixed
#1004
Conversation
…needs poly2d check
…inished sample egdes, TODO: test
Hello @Didou09! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2025-01-13 01:09:21 UTC |
…ted, per camera or pixel)
add_rays_from_diagnostic()
, poly2d_check
and poly2d_sample
, color cycling fixed
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.
Ready
Main changes:
tf.data.poly2d_check()
implemented, for:tf.data.poly2d_sample()
implemented, for:add_diagnostic_rays()
implemented, for:shape_cam + (nstart, nend)
array of rays for each pixelUnit tests added for
add_diagnostic_rays()
color cycling for LOS fixed
Better error msg for
add_rays()
Minor debug of
user_limits
forvos
computationMinor cleanup of variable names
Issues:
Fixes, in devel, issues:
add_rays_from_diagnostic()
with other strategies + collimator cameras #977