pipeline.infrastructure.displays.pointing¶
Functions
|
|
|
|
|
|
|
|
|
Converts an angle in degree to dms angle (ddmmss.s) and returns a list of strings of degree, arcminute, and arcsecond values in a specified precision, e.g., [‘+01’, ‘02’, ‘23.4’] for ‘+01.02.23.4’. |
|
Converts an angle in degree to hour angle and returns a list of strings of hour, minute, and second values in a specified precision, e.g., [‘01’, ‘02’, ‘23.4’] for ‘01:02:23.4’ |
|
return (GLlocator, GBlocator, GLformatter, GBformatter) for Galactic coordinate |
|
|
|
|
|
|
|
|
|
|
|
return (RAlocator, DEClocator, RAformatter, DECformatter) |
|
|
|
|
|
Classes
|