Latex中图片名太长,需要换行如何操作?

本人latex小白,刚开始接触。用的是IEEE的模板,现在需要插入图片,图名比较长
代码:

\Figure[t!](topskip=0pt, botskip=0pt, midskip=0pt){fig5.png}
{Scores of selected principal components of training and testing samples. (a)FD001 and FD002,(b)FD001 and FD003,(c)FD001 and FD004, d) FD002 and FD003,(e)FD002 and FD004,(f)FD003 and FD004\label{fig5}}

图片的位置没什么问题,但是图片名字不换行,都超出页面外了。求问如何才能换行,效果如下图所示:
图片说明

使用\caption{FCHS全系统拓扑结构图\protect\Fig.1:The whole system topology of FCHS}

手动换行就行