Hosuk:LabNotes/2013-11-25: Difference between revisions
Jump to navigation
Jump to search
>Hosuki78 No edit summary |
>Hosuki78 No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 14: | Line 14: | ||
[[File:Chart2_PadlockProbeConcTest.png|700px]] | [[File:Chart2_PadlockProbeConcTest.png|700px]] | ||
===Running PISA without GUI input=== | |||
*Line (around) 134 : comment at "uiwait", add "done_Callback_Callback" | |||
**% uiwait(handles.output); | |||
**done_Callback_Callback(hObject,eventdata,handles); |
Latest revision as of 22:12, 25 November 2013
Padlock Probe Concentration Test:Re-counting with more correct cropping[edit]
- Continued from 11/21
- Crop size was wrong a little, so I've adjusted
- [xsize, ysize]=size(im1);
- height = xsize-xcrop_px*2+1;
- width = height;
- im1_crop = imcrop(im1, [ycrop_px xcrop_px width height]);
- Count is almost same to prev.
File:Chart2 PadlockProbeConcTest.png
Running PISA without GUI input[edit]
- Line (around) 134 : comment at "uiwait", add "done_Callback_Callback"
- % uiwait(handles.output);
- done_Callback_Callback(hObject,eventdata,handles);