NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/opnml/FCAST_1.2/matlab_cen/xy2ll_yes.m

Revision 495 (checked in by cbc, 11 years ago)

Initial import of Stark code.

Line 
1 % function [lat,lon]=xy2ll_yes(x,y)
2 function [lat,lon]=xy2ll_yes(x,y)
3 [lat,lon]=xy2ll(x,y,34.7847*pi/180.0,119.207*pi/180.0);
Note: See TracBrowser for help on using the browser.