| Convert 3 letter survey, ra, dec in degrees to extended IAU name. |
| Will create a 24 char IAU name as U@survey Jhhmmss.ss+ddmmss.s Example usages: SELECT dbo.fIAUName('LAS', 182.25, -12.5) => ULAS J120900.00-123000.0 SELECT top 10 dbo.fIAUName('LAS',ra,dec),sourceID from LASsource |
| Name | Type | Length | inout | pnum |
| @survey | varchar | 3 | input | 1 |
| @ra | float | 8 | input | 2 |
| @dec | float | 8 | input | 3 | varchar | 25 | output | 1 |