source: trunk/fsyspp.pro

Last change on this file was 48, checked in by pinsard, 10 years ago

fix thanks to coding rules

File size: 217 bytes
Line 
1;
2;  fsnspp: north stereographic polar projection
3;
4FUNCTION fsyspp, plam, pphi
5;
6rpi = double( 2.*asin( 1. ))
7rad = double( rpi/180.)
8;
9z = double( 2. * sin( rad*plam ) * tan( rpi/4. - rad*pphi/2. ))
10;
11return, z
12END
Note: See TracBrowser for help on using the repository browser.