Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def juldate2ephem(num):
"""Convert Julian date to an ephem date, which is measured from noon,
Jan. 1, 1900."""
return ephem.date(num - 2415020)