Stamps(7,7) Error using lscov

Hi all, I got an error when doing stamps(7,7). If the results from stamps(5,5) are all NaN, does this mean that processing has failed?


hello did you solve it? I need your help, please. @ABraun can you help me? I didn’t find some useful information from the forum. My parameters are as follows:
setparm(‘small_baseline_flag’, ‘y’);

% step2
setparm(‘max_topo_err’, 10);

% step3
setparm(‘density_rand’, 20);
setparm(‘percent_rand’, 20);

% step4
setparm(‘weed_neighbours’, ‘y’);
setparm(‘weed_standard_dev’, 1.0);
setparm(‘weed_time_win’, 365);

step5 setparm('merge_resample_size', 10);
setparm(‘n_cores’, 3);
setparm(‘plot_pixels_scatter’, 30);

%step7
setparm(‘scla_deramp’, ‘y’);
setparm(‘scn_time_win’, 50);

%step6
setparm(‘unwrap_method’, ‘3D_QUICK’);
setparm(‘unwrap_gold_alpha’, 1.0);
setparm(‘unwrap_gold_n_win’, 4);
setparm(‘unwrap_grid_size’, 50);
setparm(‘unwrap_time_win’, 24);
setparm(‘ref_radius’, 40);
setparm(‘scla_deramp’,‘y’)

stamps(5, 5);

% remove atmospheric phase by gacos
getparm_aps;
load(‘parms.mat’);
save(‘parms_aps.mat’, ‘heading’, ‘lambda’, ‘-append’);
setparm_aps(‘gacos_datapath’,‘./gacos’)
setparm_aps(‘UTC_sat’,‘11:08’)
aps_weather_model(‘gacos’,1,3)

stamps(6,7)
%
%unwrap_grid_size=getparm(‘unwrap_grid_size’)
%setparm(‘unwrap_hold_good_values’,‘y’)
for i=1:8 setparm(‘unwrap_grid_size’,unwrap_grid_size+10*i)
% stamps(6,7)
%end

stamps(7,7)
stamps(6,7)
stamps(6,7)

stamps(8,8)
diary off;
fprintf(‘All steps processed.\n’);