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

Combined transverse & longitudinal laser profile #50

Merged
merged 10 commits into from
Dec 19, 2022
Merged

Combined transverse & longitudinal laser profile #50

merged 10 commits into from
Dec 19, 2022

Conversation

RemiLehe
Copy link
Member

@RemiLehe RemiLehe commented Dec 14, 2022

This PR finalizes the implementation of transverse and longitudinal laser profiles:

  • A new class CombinedLongitudinalTransverseProfile is created ; its usage is illustrated in the example.

  • The previously-existing profiles (Gaussian, Hermite-Gauss, Laguerre-Gauss) have been moved to:

    • transverse profiles (Gaussian, Hermite-Gauss, Laguerre-Gauss)
    • longitudinal profiles (Gaussian)
  • In general, it is expected that pulses will be constructed with CombinedLongitudinalTransverseProfile. However, because the 3D Gaussian pulse is so commonly used, I created a dedicated class for this type of laser ; its usage is illustrated in the example.

@RemiLehe RemiLehe changed the title [WIP] Combined transverse & longitudinal laser profile Combined transverse & longitudinal laser profile Dec 15, 2022
@RemiLehe RemiLehe changed the title Combined transverse & longitudinal laser profile [WIP] Combined transverse & longitudinal laser profile Dec 15, 2022
@RemiLehe RemiLehe changed the title [WIP] Combined transverse & longitudinal laser profile Combined transverse & longitudinal laser profile Dec 16, 2022
Copy link
Contributor

@MaxThevenet MaxThevenet left a comment

Choose a reason for hiding this comment

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

Looks good, thanks for this PR! The details of each profile are the same that were in different files before, right? Github is having a hard time, but I think they were reviewed already in previous PRs.

lasy/profiles/combined_profile.py Outdated Show resolved Hide resolved
@RemiLehe
Copy link
Member Author

Yes, that's correct, the mathematical expressions are the same as before this PR.

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