This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes #336
changed hcat([0,0]) to [0;0;;] in draw functions for LatticeCluster and ClusterWithProperties. Also changed draw(::LatticeCluster) function to have the scale argument come last so the two cluster draw functions are consistent.
Fixes #336
adding code to setup lenslet system.
Fixes #336 Wrapped the SMatrix for Transform in a new Transform struct. The old type alias Transform{T} = SMatrix{4,4,T,16} was causing subtle bugs. Should have left it the way @galran initially wrote it.
…form module in several files. Replaced them all with Transform.
…I. Made sure all Transform,Transform{T} calls inside Transform.jl were correct usage.
Codecov Report
@@ Coverage Diff @@
## main #342 +/- ##
==========================================
- Coverage 52.51% 52.37% -0.15%
==========================================
Files 83 84 +1
Lines 7721 7759 +38
==========================================
+ Hits 4055 4064 +9
- Misses 3666 3695 +29
Continue to review full report at Codecov.
|
galran
previously approved these changes
Dec 3, 2021
added license to LensletAssignment
galran
approved these changes
Dec 13, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Template
Description
changed Transform from a type alias for SMatrix to a struct. The type alias was causing subtle bugs.
Unfortunately these bugs were discovered after I had begun on a different PR to add lenslet assignment code. The two code bases became entwined in a way that is a pain to undo so the PR actually has a mix of code.
Fixes # (i336)
Type of change
How Has This Been Tested?
Passed unit test.
Checklist: