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

How to adjust the visualization of 2D images from Pov-Ray to RaySAR simulation to be consistent? #14

Open
hks211 opened this issue Mar 16, 2024 · 4 comments

Comments

@hks211
Copy link

hks211 commented Mar 16, 2024

Dear Professor,
When simulating a virtual tower with RaySAR, in the “Maps in 2D” module, I found that the visualization of the images I simulated is inconsistent with what is displayed in Pov-Ray. I imitated the detailed_building model Pov-Ray code you provided and made some modifications. Here are some steps of my simulation process.
image
(1) No Ground added and rotate <0,0,0>
Due to Pov-Ray following the left-handed coordinate system, I adjusted the translation and rotation parameters. According to “look at <0,0, -60.458>”, I modified “translate <0,0, 60.458>” and “rotate <0,0,0>”.
image
image
image
image
image
image
(2) No Ground added and rotate <90,0,0>
I adjusted the translation and rotation parameters. According to “look at <0,0, -60.458>”, I modified “translate <0,0, 60.458>” and “rotate <90,0,0>”.
image
image
image
image
The simulated results above are inconsistent with the orientation displayed in Pov-Ray.
I’m not sure if this is related to the understanding of this.
image
I don't know how to set the parameters to solve this problem , could you please give me some advice? Looking forward to your reply.

@StefanJAuer
Copy link
Owner

StefanJAuer commented Mar 18, 2024 via email

@hks211
Copy link
Author

hks211 commented Mar 18, 2024

Due to Pov-Ray follows a left-handed coordinate system, why are the simulated SAR images generated by Pov-Ray different from the reflection intensity images generated by RaySAR?
image
Here are some of my understandings, mapping from Pov-Ray to RaySAR is to look down on the y-axis, the x-axis is mapped to Azimuth, and the z-axis is mapped to Slant Range Pixels. So we see a different image in RaySAR than the image we see in Pov-Ray, is that right?

@StefanJAuer
Copy link
Owner

StefanJAuer commented Mar 19, 2024 via email

@hks211
Copy link
Author

hks211 commented Mar 19, 2024

Thank you for your guidance, which made me better understand the principles of simulation, and then I correctly generated the correct results.

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

No branches or pull requests

2 participants