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

parabolic mirror #154

Open
leverglow opened this issue Sep 12, 2023 · 3 comments
Open

parabolic mirror #154

leverglow opened this issue Sep 12, 2023 · 3 comments

Comments

@leverglow
Copy link

Hi,
I've set up a parabolic mirror param and use f1 instead of p/q as the parameter.But my question is that the only parameter I used was its focus point,but you can't determine a parabola with just one focus, you need a vertex ,function directionor or something else to determine it.So what should I do to set up a determined parabolic mirror.

@leverglow
Copy link
Author

And this is the code
'beamLine.parabolicalMirrorParam01 = roes.ParabolicalMirrorParam(
bl=beamLine,
name=r"former",
center=[0, 200, 0],
pitch=r"0.6deg",
rotationSequence=r"RxRyRz",
material=W,
limPhysX=[-2.0, 2.0],
limPhysY=[-30.0, 30.0],
isCylindrical=True,
f1=[0, 0, 0])'
I think I missed some parameter,the equation of the parabola is y=sqrt(0.18x) and you can't see it in the code.

@kklmn
Copy link
Owner

kklmn commented Sep 12, 2023

you can't determine a parabola with just one focus

center is also a parameter that matters

@leverglow
Copy link
Author

oh,thanks a lot

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