Skip to content
Open
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
d64d6ae
not fitting but timing added
maxxtepper Dec 6, 2015
82a3baa
timing changes
maxxtepper Dec 8, 2015
25ad5ee
lots of changes all functuionality working at some level
maxxtepper Dec 9, 2015
f1175dc
Eliminated tabs in lines with mixed tabs and spaces.
jayich Jan 13, 2016
c7b7d67
pep8 fixes.
jayich Jan 13, 2016
0b9083f
spelling.
jayich Jan 13, 2016
a77ba19
cutting unused variable and module.
jayich Jan 13, 2016
a984c33
pep8 fixes.
jayich Jan 13, 2016
80e9be7
cut commented out code.
jayich Jan 13, 2016
21e0d5d
The beam profiler now displays the 1/e**2 intensity diameter.
jayich Jan 13, 2016
34751fc
Re-inserting cv2.waitKey as apparently this is essential for buttons.
jayich Jan 13, 2016
67d85ae
Clarify the conversion from camera scaled pixels to micrometers.
jayich Jan 13, 2016
1f360ea
Changed text to take up 3 boxes, teted with beam profiler, working!
maxxtepper Dec 17, 2015
4ed7371
Merge pull request #1 from CampbellGroup/physics_changes_tabs_spaces_…
jayich Jan 16, 2016
cee1a9b
Signed-off-by: Kayla Rodriguez <[email protected]>
kaylajrox Sep 14, 2017
d1e0c88
modified comments
kaylajrox Sep 19, 2017
d58bb81
changed initial guess for gaussian fitting
kaylajrox Sep 19, 2017
057bae6
more data points taken into account in this one
kaylajrox Sep 19, 2017
4956a81
Merge branch 'kaylatest' of http://github.com/CampbellGroup/PiBeamPro…
kaylajrox Sep 19, 2017
b190447
initial guess changed
kaylajrox Sep 19, 2017
04cba53
confusion on how to implement a sort in the code
kaylajrox Sep 20, 2017
05c8742
Signed-off-by: Kayla Rodriguez <[email protected]>
kaylajrox Sep 20, 2017
6404ba3
Signed-off-by: Kayla Rodriguez <[email protected]>
kaylajrox Sep 20, 2017
403702c
the workspace file changed for some reason
kaylajrox Sep 20, 2017
bb4184b
function added to obtain a better guess
kaylajrox Sep 20, 2017
1408dd4
changed the gaussian fit initial guess
kaylajrox Sep 20, 2017
9c60a31
Added comments
kaylajrox Sep 20, 2017
216fdbd
changes the number of data points used
kaylajrox Sep 20, 2017
38f8d1a
Raspberry Pi cheat sheet commands
kaylajrox Sep 20, 2017
bf3c166
raspberry pi commands
kaylajrox Sep 20, 2017
ea9237c
raspberry pi commands updated
kaylajrox Sep 20, 2017
b1c6a79
finished - works better
kaylajrox Sep 20, 2017
02e215f
modified guess
kaylajrox Sep 21, 2017
06c5b6e
updating raspi commands
kaylajrox Sep 26, 2017
dfa7554
updated commands/fixes
kaylajrox Sep 27, 2017
237e23d
updated comments
kaylajrox Sep 27, 2017
9ae93db
pics
kaylajrox Sep 27, 2017
d2c0231
new comments
kaylajrox Sep 27, 2017
5b68ae2
new comments
kaylajrox Sep 27, 2017
dd0b035
new comments
kaylajrox Sep 28, 2017
6b9dc53
new comments
kaylajrox Sep 28, 2017
64eacfa
updated code
kaylajrox Oct 20, 2017
0842314
fudged conversion factor at the end. may not be correct
kaylajrox Oct 20, 2017
4a8822d
updated closest function
kaylajrox Dec 1, 2017
e6e3233
updated raspberry pi commands
kaylajrox Dec 1, 2017
916f967
pseudocode for the new closest function
kaylajrox Dec 1, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .idea/PiBeamProfiler.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

155 changes: 155 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading