================================================================================
Title: Variable stars observed in the Galactic disk by AST3-1 from Dome A, Antarctica
Authors: Wang L., Ma b., Li G., Hu Y., Fu J., Wang L., Ashley M.C.B., Cui X., 
    Du F., Gong X., Li X., Li Z., Liu Q., Pennypacker C.R., Shang Z., Yuan X., 
    York D.G., Zhou J.
================================================================================
Description of contents: This supplementary material tar archive contains 
    AST3-1 i-band light curves for the 560 variable stars as tabulated in 
    Table 2 of the above article. 
    
    Files are in the AAS Journal's machine readable format. They contain three
    columns:
        
          Time   Days since 1970-01-01 00:00:00 UTC
          imag   AST3-1 SDSS i band magnitude
        e_imag   Uncertainty in imag


System requirements: 
    They can be read with astropy with:
        
        from astropy.table import Table
        
        data = Table.read("AST73109.txt", format="ascii.cds")
        
Additional comments: 

================================================================================
