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

Alignment Optimization #91

Open
6 tasks
kalebphipps opened this issue Oct 15, 2024 · 0 comments · May be fixed by #96
Open
6 tasks

Alignment Optimization #91

kalebphipps opened this issue Oct 15, 2024 · 0 comments · May be fixed by #96
Assignees
Labels
enhancement New feature or request

Comments

@kalebphipps
Copy link
Member

Due to the differentiable kinematic and raytracing powering ARTIST, gradients should be able to optimize the alignment parameters. However, this functionality has not yet been implemented.

Describe the solution you'd like
Alignment optimization should be implemented in ARTIST. Importantly, two types of alignment optimization are required:

  1. Image-Based: Given a calibration image, the alignment parameters are optimized using differentiable raytracing and the loss from the image.
  2. Motor-Position Based: If a calibration image is not available but only the calibration metadata, i.e. the motor positions, then the loss based on these positions should be used to perform the optimization.

Technical details
To realize this optimization, several steps must be taken:

  • The kinematic must be checked to be fully differentiable.
  • The raytracing must be checked and adjusted to be fully differentiable.
  • The kinematic parameters contained in the data (e.g. PAINT) must be correctly loaded into ARTIST.
  • The positions of the heliostats and towers must be correctly converted from WSG84 coordinates to field coordinates.
  • The loss from the motor positions must be used in the differentiable kinematic model to optimize alignment.
  • The loss from the image using the raytracing must be used to perform an alignment optimization.

Planned Deadline: November 7, 2024.

@kalebphipps kalebphipps added the enhancement New feature or request label Oct 15, 2024
@kalebphipps kalebphipps added this to the ARTIST Release 1.0 milestone Oct 15, 2024
@MarleneBusch MarleneBusch linked a pull request Nov 20, 2024 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants