summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* spelling typo fixEugeniy Mikhailov2012-09-182-8/+8
|
* reading and saving imaging logic is reworkedEugeniy Mikhailov2012-09-182-59/+44
|
* one more fix for image data folderEugeniy Mikhailov2012-09-181-3/+1
|
* cross logic reworkedEugeniy Mikhailov2012-09-181-67/+85
|
* added modeline for vim editorEugeniy Mikhailov2012-09-181-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 runEugeniy Mikhailov2012-09-181-31/+13
| | | | For whatever reason pushing stop does not do a thing
* separate function to grab imagesEugeniy Mikhailov2012-09-181-0/+9
|
* Removed seemingly useless codeEugeniy Mikhailov2012-09-181-4/+0
| | | | It also crashes matlab since it calls for unset variable
* when we call system we assign result and statusEugeniy Mikhailov2012-09-181-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 againEugeniy Mikhailov2012-09-171-1/+1
|
* deleted unused functionsMi Zhang2012-09-171-41/+0
|
* change button names to humanreadableMi Zhang2012-09-172-141/+162
|
* more load/clean bugs fixedMi Zhang2012-09-171-2/+10
|
* get rid of loop and large speed up in octaveEugeniy Mikhailov2012-09-141-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 readabilityEugeniy Mikhailov2012-09-141-1/+2
|
* simplify logic of the program with only on ifEugeniy Mikhailov2012-09-141-9/+6
|
* better and meaningful names for variablesEugeniy Mikhailov2012-09-141-7/+6
|
* Use received image size instead of hard codedEugeniy Mikhailov2012-09-141-3/+4
|
* use abs in comparison and returned imageEugeniy Mikhailov2012-09-141-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 stripeeraserEugeniy Mikhailov2012-09-141-6/+19
|
* typo fix in stripeeraser commentsEugeniy Mikhailov2012-09-141-2/+2
|
* fixed typo in the data directory nameEugeniy Mikhailov2012-09-141-1/+1
|
* draw crosssectionsMi Zhang2012-09-131-0/+21
|
* Merge branch 'master' of qo.physics.wm.edu:/beam_profilerMi Zhang2012-09-131-1/+1
|\
| * enable fitting negative beams tooEugeniy Mikhailov2012-09-121-1/+1
| | | | | | | | | | Lower bound for peak amplitude now is -inf, this is handy with subtracted images.
* | cross drawn separately, minor bugs fixedMi Zhang2012-09-132-60/+106
|/
* first attempt to draw the cross, succeed randomlyMi Zhang2012-09-121-5/+33
|
* fix display bugMi Zhang2012-09-122-10/+39
|
* revert test changesMi Zhang2012-09-111-1/+1
|
* testchangesMi Zhang2012-09-111-1/+1
|
* initial commitMi Zhang2012-09-119-0/+1677