Get the URL to the FITS file of a binned frame given FieldID and band. |
Combines the value of the DataServer URL from the SiteConstants table and builds up the whole URL from the fieldId (and a u, g, r, i or z filter) select dbo.fGetUrlFitsBin(568688299343872,'r') |
name | type | length | inout | pnum |
@fieldId | bigint | 8 | input | 1 |
varchar | 128 | input | 0 | |
@filter | varchar | 4 | input | 2 |