TA的每日心情 | 开心 2023-12-27 17:00 |
---|
签到天数: 15 天 [LV.4]偶尔看看III
小白
- 积分
- 0
|
MATLAB读取StandardSpot代码如下: 但是读取FullFieldSpot不会。。。。。求助
Fspot = TheSystem.Analyses.New_Analysis(ZOSAPI.Analysis.AnalysisIDM.StandardSpot);
Fspot_setting = Fspot.GetSettings();
Fspot_setting.Field.SetFieldNumber(0);
Fspot_setting.Wavelength.SetWavelengthNumber(0);
Fspot_setting.ReferTo = ZOSAPI.Analysis.Settings.Spot.Reference.Centroid;
Fspot.ApplyAndWaitForCompletion();
Fspot_results = Fspot.GetResults();
fprintf('RMS radius: %6.3f %6.3f %6.3f\n',Fspot_results.SpotData.GetRMSSpotSizeFor(1,1),Fspot_results.SpotData.GetRMSSpotSizeFor(2,1),Fspot_results.SpotData.GetRMSSpotSizeFor(3,1))
fprintf('GEO radius: %6.3f %6.3f %6.3f\n',Fspot_results.SpotData.GetGeoSpotSizeFor(1,1),Fspot_results.SpotData.GetGeoSpotSizeFor(2,1),Fspot_results.SpotData.GetGeoSpotSizeFor(3,1))
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
×
|