pylegs.utils#

Functions

guess_coords_columns(df[, ra, dec])

Receives a pandas dataframe and try to guess the columns names used to identify the RA and DEC coordinates.

iauname(ra, dec)

Receives the angular position(s) of the object(s) and returns IAU2000 name(s)

iauname_path([iaunames, ra, dec, prefix, ...])

Calculate the nested path for a given iauname

sanitize_quantity(quantity, unit[, convert])

Classes

SingletonMeta

Thread-safe implementation of Singleton.

Timer