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

Initializing pulse away from waist #53

Open
k-wolfinger opened this issue Jun 1, 2023 · 1 comment
Open

Initializing pulse away from waist #53

k-wolfinger opened this issue Jun 1, 2023 · 1 comment
Assignees

Comments

@k-wolfinger
Copy link
Member

The laser pulse parameter, dist_waist is currently not used in calculating the laser pulse position

        # self._pulse_pos = self.dist_waist - params.num_sig_long * self.sig_s + (slice_index + 0.5) * self.ds
        self._pulse_pos = (
            -params.num_sig_long * self.sig_s + (slice_index + 0.5) * self.ds
        )

As such, we can only initialize a pulse from function that is at the waist

@k-wolfinger
Copy link
Member Author

The parameter dist_waist could also be renamed for improved clarity

@k-wolfinger k-wolfinger self-assigned this Jun 1, 2023
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

1 participant