forked from evodevosys/AroSpotFindingSuite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrowToY.m
More file actions
executable file
·12 lines (12 loc) · 798 Bytes
/
rowToY.m
File metadata and controls
executable file
·12 lines (12 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
function y=rowToY(r)
% =============================================================
% Name: rowToY.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
% =============================================================
%utility function to translate row coordinates to y coordinates
y=r-.5;