Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Pass phi on to nexgen #1431

Merged
merged 4 commits into from
Jun 20, 2024
Merged

Pass phi on to nexgen #1431

merged 4 commits into from
Jun 20, 2024

Conversation

DominicOram
Copy link
Collaborator

Fixes #1410

To test:

  1. Confirm tests still pass

Copy link
Contributor

@d-perl d-perl 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, one optional comment

@@ -95,5 +95,8 @@ def activity_gated_start(self, doc: RunStart):
shape,
parameters.scan_points,
omega_start_deg=parameters.omega_start_deg,
chi_start_deg=parameters.chi_start_deg or 0,
chi_phi_start_deg=(
Copy link
Contributor

Choose a reason for hiding this comment

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

Could: I would rather either these all be separate params, or better yet an OptionalGonioAngleStarts so that the defaults only have to be defined in one place

@DominicOram DominicOram requested a review from d-perl June 18, 2024 13:44
Copy link
Contributor

@d-perl d-perl left a comment

Choose a reason for hiding this comment

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

great, thanks

@d-perl d-perl merged commit 920b079 into main Jun 20, 2024
10 checks passed
@d-perl d-perl deleted the 1410_phi_in_nexus branch June 20, 2024 08:22
olliesilvester pushed a commit to olliesilvester/mx-bluesky that referenced this pull request Aug 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Phi is not included in the nexus output
2 participants