mirror of https://github.com/XEphem/XEphem.git
Update MPC header
Update the header "boilerplate" information inserted into the MPC .edb files.
This commit is contained in:
parent
6afc692a80
commit
4131d83da9
|
|
@ -119,7 +119,7 @@ print "Creating $brtfn and $dimfn..\n";
|
|||
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime;
|
||||
$year += 1900;
|
||||
$mon += 1;
|
||||
$from = "# Data is from ftp://cfa-ftp.harvard.edu/pub/MPCORB/MPCORB.DAT\n";
|
||||
$from = "# Data is from $MPCSITE/$MPCFTPDIR/$MPCFILE\n";
|
||||
$what = "# Generated by mpcorb2edb.pl $ver, (c) 2000 Elwood Downey\n";
|
||||
$when = "# Processed $year-$mon-$mday $hour:$min:$sec UTC\n";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue