What tile is associated with eclipse x (e.g. 1727)?
select p.plan_id,op.eclipse_num, pe.mpstype,pe.tilename,pe.tilenum from plans as p, obspending as op, visitmain as vm, imgrunvisitmainjoin as j, imgrun as ir, img as i, photoextract as pe where ir.imgrunid = j.imgrunid and j.visitid=vm.visitid and vm.nuv_eclipse = op.eclipse_num and op.plan_id = p.plan_id and pe.imgid = i.imgid and ir.imgrunid = i.imgid and op.eclipse_num = 1727