Added time system for loading and updating the EOP file and Leap Second file

This commit is contained in:
Chunxiao Li 2023-07-16 23:06:24 +08:00
parent 3f6ab6c3c5
commit da7d4abae2

View File

@ -14,4 +14,8 @@ from .msise.spaceweather import download_sw_nrlmsise00,read_sw_nrlmsise00
from .jb2008.spaceweather import download_sw_jb2008,read_sw_jb2008
from .msise.nrlmsise00 import nrlmsise00
from .jb2008.jb2008 import jb2008
from .jb2008.jb2008 import jb2008
from .utils import data_prepare
# Load and update the EOP file and Leap Second file
data_prepare.iers_load()