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

Issue with sensor position while scanning the module's x-direction of a cell-level module #410

Open
Dina-CM opened this issue Mar 23, 2022 · 1 comment

Comments

@Dina-CM
Copy link

Dina-CM commented Mar 23, 2022

I have issues with using moduleAnalysis() and sensorsx on my cell-level module. I have a module with 10 cells along the x-direction, and want to position one sensor on each of the cells. I have been using sensorsx = 10, but the position of the sensors does not seem to line up with the cells across the x-direction of the cell-level module. The spacing between each sensor position is slightly too short, and makes the 10 sensors sample cell number 1 to 8 in x-direction, hitting some of the cells multiple times or the gaps between the cells. Is there a way to slightly increase the spacing between each sensor in x-direction in order to make the sensors match up with the cells better?
This functionality in y-direction seems to work just fine.

@shirubana
Copy link
Member

Yes, for the x direction it just does standard module length divided by the number of sensors + 1. We will not change this feature in the short term, so what I would suggest is increasing the sampling points and cleaning down the results. Marking this as a wishlist enhacement for the next release.

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

No branches or pull requests

2 participants