to_radec

clustertools.cluster.operations.to_radec(cluster, sortstars=True, centre_method=None, analyze=True)[source]

Convert to on-sky position, proper motion, and radial velocity of cluster

Parameters:
clusterclass

StarCluster

sortstarsbool

sort star by radius after coordinate change (default: False)

centre_methodstr

method for shifting coordinates to clustercentric coordinates (see to_cluster). (default: None)

analyzebool

run analysis function (default: True)

Returns:
None
History:
2018 - Written - Webb (UofT)