Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spelling typo fix | Eugeniy Mikhailov | 2012-09-18 | 2 | -8/+8 |
| | |||||
* | reading and saving imaging logic is reworked | Eugeniy Mikhailov | 2012-09-18 | 2 | -59/+44 |
| | |||||
* | one more fix for image data folder | Eugeniy Mikhailov | 2012-09-18 | 1 | -3/+1 |
| | |||||
* | cross logic reworked | Eugeniy Mikhailov | 2012-09-18 | 1 | -67/+85 |
| | |||||
* | added modeline for vim editor | Eugeniy Mikhailov | 2012-09-18 | 1 | -0/+3 |
| | | | | | Matlab expands tabs with spaces and use default space number equal to 4. So I need to adjust vim to this | ||||
* | simplified logic for continuous and single run | Eugeniy Mikhailov | 2012-09-18 | 1 | -31/+13 |
| | | | | For whatever reason pushing stop does not do a thing | ||||
* | separate function to grab images | Eugeniy Mikhailov | 2012-09-18 | 1 | -0/+9 |
| | |||||
* | Removed seemingly useless code | Eugeniy Mikhailov | 2012-09-18 | 1 | -4/+0 |
| | | | | It also crashes matlab since it calls for unset variable | ||||
* | when we call system we assign result and status | Eugeniy Mikhailov | 2012-09-18 | 1 | -1/+1 |
| | | | | | This good since we can use it later and also suppresses output from the grabber which fills the matlab command window. | ||||
* | Name of the directory for saved images fixed yet again | Eugeniy Mikhailov | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | deleted unused functions | Mi Zhang | 2012-09-17 | 1 | -41/+0 |
| | |||||
* | change button names to humanreadable | Mi Zhang | 2012-09-17 | 2 | -141/+162 |
| | |||||
* | more load/clean bugs fixed | Mi Zhang | 2012-09-17 | 1 | -2/+10 |
| | |||||
* | get rid of loop and large speed up in octave | Eugeniy Mikhailov | 2012-09-14 | 1 | -13/+12 |
| | | | | | | | | | Moved away from "for" loops, by using matrix notation. Code is faster now and more importantly faster at least in octave which is bad with loops. I used to have in octave 17 seconds execution time now it is only 0.3 seconds. Matlab was reasonably fast even before. | ||||
* | small speed up and improved readability | Eugeniy Mikhailov | 2012-09-14 | 1 | -1/+2 |
| | |||||
* | simplify logic of the program with only on if | Eugeniy Mikhailov | 2012-09-14 | 1 | -9/+6 |
| | |||||
* | better and meaningful names for variables | Eugeniy Mikhailov | 2012-09-14 | 1 | -7/+6 |
| | |||||
* | Use received image size instead of hard coded | Eugeniy Mikhailov | 2012-09-14 | 1 | -3/+4 |
| | |||||
* | use abs in comparison and returned image | Eugeniy Mikhailov | 2012-09-14 | 1 | -2/+2 |
| | | | | | | | | | When we look for maxima in Fourier space we need to use abs, transform might have stron imaginary component and weak real one. Inverse Fourier transform might have imaginary component since our filter somewhat unphysical so we need to take abs of such image, and then return it. | ||||
* | added proper comments and algorithm description for stripeeraser | Eugeniy Mikhailov | 2012-09-14 | 1 | -6/+19 |
| | |||||
* | typo fix in stripeeraser comments | Eugeniy Mikhailov | 2012-09-14 | 1 | -2/+2 |
| | |||||
* | fixed typo in the data directory name | Eugeniy Mikhailov | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | draw crosssections | Mi Zhang | 2012-09-13 | 1 | -0/+21 |
| | |||||
* | Merge branch 'master' of qo.physics.wm.edu:/beam_profiler | Mi Zhang | 2012-09-13 | 1 | -1/+1 |
|\ | |||||
| * | enable fitting negative beams too | Eugeniy Mikhailov | 2012-09-12 | 1 | -1/+1 |
| | | | | | | | | | | Lower bound for peak amplitude now is -inf, this is handy with subtracted images. | ||||
* | | cross drawn separately, minor bugs fixed | Mi Zhang | 2012-09-13 | 2 | -60/+106 |
|/ | |||||
* | first attempt to draw the cross, succeed randomly | Mi Zhang | 2012-09-12 | 1 | -5/+33 |
| | |||||
* | fix display bug | Mi Zhang | 2012-09-12 | 2 | -10/+39 |
| | |||||
* | revert test changes | Mi Zhang | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | testchanges | Mi Zhang | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | initial commit | Mi Zhang | 2012-09-11 | 9 | -0/+1677 |