function jed = epoch_to_jed_soor_san ( ) %*****************************************************************************80 % %% EPOCH_TO_JED_SOOR_SAN: epoch of the Fasli Soor San calendar as a JED. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 15 June 2012 % % Author: % % John Burkardt % % Parameters: % % Output, real JED, the Julian Ephemeris Date of the epoch. % jed = 1940351.5; return end