SWC-Advanced-Microscopy / measurePSF

Measure PSF FWHM along different axes
GNU Lesser General Public License v3.0
24 stars 5 forks source link

Updates for issue #68- creating new function to make recording functions uniform in how they work #70

Closed iwhiteley closed 1 month ago

iwhiteley commented 2 months ago

Created new parseInputVariable.m function that gives the user the option to call functions with no inputs, partial inputs, or complete. When given no, or partial, inputs, function asks the user to manually enter the values, if no value is entered, it will go to a default value provided. PSF.m, lens_paper.m, and uniform_slide.m have been updated to use this new function.

raacampbell commented 2 months ago

Can you remove stuff that is not part of the update. e.g. and .asv files and remove all commented out code such as that in parsePowerAndWavelength.m. Also please remove uniform_slide_test, which just tests input arguments and seems to only be needed for development.

raacampbell commented 1 month ago

Change list we discussed:

raacampbell commented 1 month ago

I merged and then did some tidying, including reducing the repeated code in the parser function. b11a934a961b6e4e9cb0e136aac7fd0230957686