Skip to content

Commit

Permalink
Added todo note in Sofast CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
braden6521 committed Feb 25, 2025
1 parent d4ff7f3 commit 9502145
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions contrib/app/sofast/SofastCommandLineInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@
NOTE: To update any of the parameters in the bottom of the file, the CLI must be
restarted for changes to take effect.
TODO:
Refactor so that common code is separate from end-of-file input/execution block, move this to common.
Make this a "kitchen sink" file, which includes all aspects:
1. Data collection:
- Fringe measurement
- Fixed measurement with projector
- Fixed measurement with printed target in ambient lght
2. Data analysis -- finding the best-fit instance of the class of shapes.
3. Fitting to a desired reference optical shape. (Make this an enhancement issue added to SOFAST. Then, another file?)
4. Plotting/ray tracing
(Suggest puttting calibration in another file.)
This file contains 1 and 2.
In output logs, include user input.
"""

import glob
Expand Down

0 comments on commit 9502145

Please sign in to comment.