# KMTNet photometry database - batch target list example # # Format: Name RA DEC (whitespace or comma separated) # Lines beginning with # are ignored. # # RA : decimal degrees, or hh:mm:ss # DEC : decimal degrees, or dd:mm:ss # # The nearest catalogue star within the search radius is returned for each # target, so the coordinates do not have to fall exactly on a star. # --- decimal degrees --- BLG01_deg 268.600000 -31.133333 BLG02_deg 268.600000 -29.025000 BLG03_deg 270.500000 -27.941667 # --- sexagesimal --- BLG16_hms 17:37:00.00 -24:40:00.00 BLG22_hms 17:54:24.00 -33:15:00.00 # --- comma separated is accepted too --- BLG01_csv 268.600000, -31.133333