Namespace: Sesame

AladinUtils.Sesame

Namespace for Sesame related service.
Source:

Methods

(static) resolveAstronomicalName(target, callback, errorCallback)

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
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
Source: