Returns the URL for an ra,dec, measured in degrees. |
gets the URL of the navigator frame containing the given ra,dec (in degrees) returns http://localhost/en/tools/navi/getFrame.asp?zoom=1&ra=185.000000&dec=0.00000000 where localhost is filled in from SiteConstants.WebServerURL. sample: select dbo.fGetUrlNavEq(185,0) see also fGetUrlNavId, fGetUrlExpEq, fGetUrlExpId |
name | type | length | inout | pnum |
@ra | float | 8 | input | 1 |
@dec | float | 8 | input | 2 |
varchar | 256 | input | 0 |