Hi, I seem to fail to find a good way to regrid multiple sets of data containing missing values (BAD).
I have measure $a(,1:) at timepoints $a(,0) and measures $b(,1:) at times $b(,0). Some datapoints are BAD. Now I want to resample them to the same temporal resolution, for example $b to $a(,0). What I would like to do is $b_res(,0).=$a(,0); $b_res(,1:).=interpol($a,0),$b(,0),$b(,1:) ; Unfortunately this does not work. A, interpol (ate) don't handle badvalues, as the help states. B. apparently it isn't threadable. What are my alternatives? Thanks. Ingo _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
