-
Notifications
You must be signed in to change notification settings - Fork 11
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
Sofast Fixed multi facet capability #164
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
b4fd325
Reorganized ProcessSofastFixed function names.
braden6521 8d1be2e
Added optic_type and num_facets to process_single_facet_optic
braden6521 bc2cb49
Surface and facet data are now lists.
braden6521 f22b8fc
Data surface and facet data are lists.
braden6521 32e4a79
Updated documentation in PSF
braden6521 5ff9374
fixed docs in process_optics_geometry
braden6521 64e532d
Updated test sofast fixed (for single facet only)
braden6521 b924dd7
Fixed documentation in PSFr
braden6521 b5e8bcb
Made slope_solver and data lists in PSFi
braden6521 0ca1398
First implimentation of PSFi multi
braden6521 4409986
Updated documentation and typing in PSFi.
braden6521 1d2ebcf
Fixed error in process_optics_geometry when finding expected ensemble…
braden6521 9bdbfe9
Updated mask histogram calculations in image_processing.
braden6521 c688cce
Fixed error with variable name in calc_mask_raw
braden6521 1d9fb9c
Changed surface to surfaces
braden6521 24aaf37
ProcessSofastFixed now takes in origin point and xy index as input fo…
braden6521 f66761f
Added docs, stub, and checks to blobIndex
braden6521 46cbf3d
Added get-data_in_region to BlobIndex
braden6521 0e911d5
Added facet pointing and ensemble output to processSofastFixed
braden6521 f8ad6f5
Added check in FacetEnsemble that catches when corner z values cannot…
braden6521 e5a45af
Fixed testProcessSofastFixed
braden6521 7883af0
Made slope_solver attribute a list in ProcessSofastFixed
braden6521 289e961
Fixed test_SofastConfiguration
braden6521 45801e8
Fixed calibrateSofastFixedDots
braden6521 8e58a69
Updated Facet so that if z values cannot be interpolated for corners,…
braden6521 bb9d945
Added test ensemble HDF5 input and output files
braden6521 ef2413c
Reduced size of single facet fixed test data
braden6521 7900855
Added facet and ensemble definitions for SFi
braden6521 b37a01f
Fixed _000 prefix in SofastFixed HDF5 save output
braden6521 3553e1b
Updated testProcessSofastFixed to include ensemble testing.
braden6521 2a0d0ee
Unified PSFr and PSFi data container names
braden6521 90e6b48
Changed get_mirror to get_optic in SFi
braden6521 0924ae7
Changed slope_solver to slope_solvers
braden6521 00a1748
Instantiated ProcessSofastAbstract and integrated into SFr and SFi
braden6521 f1a5257
Added save_to_hdf to PSA.
braden6521 b0cbd4a
Added facet pointing test data to SFi calcultion HDF5
braden6521 ac67069
Added facet pointing test to SFi test
braden6521 d3d63c1
Moved get_optic and _calculate_facet_pointing methods to abstract pro…
braden6521 61a4e42
Updated all calls to data_characterization_facet to data_calculation_…
braden6521 6fc92cd
Revert of removing ABC from OO
braden6521 6dd5d97
Fixed reference to slope_solver and slope_solver_data in SofastConfig…
braden6521 71ba3a6
Fixed typing in generate_dataset()
braden6521 6c226ac
Got rid or explianed 'magic numbers' in example process facet ensembl…
braden6521 43c6422
Added typing argument in ProcessSofastFringe
braden6521 99d7d0d
Used Enum in BlobIndex step.
braden6521 0d6be36
Fixed typo in Processsofastabstract
braden6521 c6a83b8
Updated readability in ProcessSofastAbstract
braden6521 4f38436
Updated typing in PSF
braden6521 0c35060
Updated documentation in test PSF
braden6521 d798e1c
updated docs in test_sofastConfiguration
braden6521 0591705
updated docs in FacetEnsemble
braden6521 14ab577
Updated calculated facet hdf5
braden6521 3d7640c
Fixed typo
braden6521 18e7b4e
Added defaults in docstrings
braden6521 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: same as above for 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a duplicate of above?