Sesame
- Description:
- Namespace for Sesame related service.
- Source:
Methods
(static) resolveAstronomicalName(target, callback, errorCallback)
- Description:
- Find RA, DEC for any target (object name or position)
if successful, callback is called with an object {ra:number, dec:number}
if not successful, errorCallback is called
- Find RA, DEC for any target (object name or position)
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
target |
string | object name or position |
callback |
function | if successful, callback is called with an object {ra: number, dec: number} |
errorCallback |
function | if not successful, errorCallback is called with the error |