Skip to content

Conversation

@wpcarro
Copy link

@wpcarro wpcarro commented Jan 14, 2026

Was reading the codebase and found some small changes we may or may not want to make. Context is included in the commit subjects and bodies :)

Otherwise this branch is essentially a noop.
@wpcarro wpcarro changed the title fix(geo): Raise AttributeError Misc changes Jan 14, 2026
Looks like these can just be merged together?
Judging from the other patterns, it *looks* like we should be calling
this. Also check_and_repmat seems to look for "COR" in its
implementation, which increases my confidence. But maybe I'm wrong!
c_geom.offOrigX[i] = p_geometry.offOrigin[i][2]
c_geom.offOrigY[i] = p_geometry.offOrigin[i][1]
c_geom.offOrigZ[i] = p_geometry.offOrigin[i][0]
for i in range(total_projections):
Copy link
Member

Choose a reason for hiding this comment

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

I think this should be the oposite, i.e. we need to ensuire DSO comes as a vector rather than a scalar from check_geo(). Many users have varying DSO

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