| 123456789101112131415161718 |
- <?xml version="1.0" encoding="utf-8" ?>
- <ROOT>
- <!-- 标准图像 -->
- <m_iStandardImage>0</m_iStandardImage>
- <!-- 强制连接-->
- <iConnect>0</iConnect>
- <!-- 指定晶界类型,暗晶界dark=1, 否则dark=0, dark=2梯度-->
- <dark>1</dark>
- <!-- 去噪类型: 高斯平滑: smooth_type=0; 方向平滑: smooth_type=1-->
- <smooth_type>1</smooth_type>
- <!-- 晶界大小起止 -->
- <cell1_size>500</cell1_size>
- <cell2_size>0.01</cell2_size>
- <!-- 是否增强晶界?不增强:enhance=0; 增强: enhance=1-->
- <enhance>1</enhance>
- <!-- 西格玛 -->
- <sigma>0.5</sigma>
- </ROOT>
|