pipeline.infrastructure.displays.pointing

Functions

DDMM(x[, pos])

DDMMSS(x[, pos])

DDMMSSs(x[, pos])

DDMMSSss(x[, pos])

Deg2DMS(x[, prec])

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’.

Deg2HMS(x[, prec])

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’

GLGBlabel(span)

return (GLlocator, GBlocator, GLformatter, GBformatter) for Galactic coordinate

HHMM(x[, pos])

HHMMSS(x[, pos])

HHMMSSs(x[, pos])

HHMMSSss(x[, pos])

HHMMSSsss(x[, pos])

RADEClabel(span, ofs_coord)

return (RAlocator, DEClocator, RAformatter, DECformatter)

XYlabel(span, direction_reference[, ofs_coord])

draw_beam(axes, r, aspect, x_base, y_base[, …])

draw_pointing(axes_manager, RA, DEC[, FLAG, …])

Classes

MapAxesManagerBase()

PointingAxesManager()

SingleDishPointingChart(context, ms, antenna)