forked from evodevosys/AroSpotFindingSuite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolToX.m
More file actions
executable file
·15 lines (12 loc) · 822 Bytes
/
colToX.m
File metadata and controls
executable file
·15 lines (12 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
function x=colToX(c)
% =============================================================
% Name: colToX.m %nameMod
% Version: 1.0 9 Nov 2011 %nameMod
% Author: Scott Rifkin, webpage: http://www.biology.ucsd.edu/labs/rifkin/
% Attribution: Rifkin SA., Identifying fluorescently labeled single molecules in image stacks using machine learning. Methods Mol Biol. 2011;772:329-48.
% License: Creative Commons Attribution-Share Alike 3.0 United States, http://creativecommons.org/licenses/by-sa/3.0/us/
% Website: http://www.biology.ucsd.edu/labs/rifkin/software/spotFindingSuite
% Email for comments, questions, bugs, requests: sarifkin at ucsd dot edu
% =============================================================
%This is a utility function to convert matlab column coordinates to xy coordinates
x=c-.5;