Tricks

Prior value selection

If you know your research area well, you might want to “recommend” the retrieval algorithm to stay close to, say, mean values of the parameters.

For this purpose on the Input tab:

  1. Set value column to the mean value of your parameter.

  2. Set uncertainty as the standard deviation of your parameter.

  3. Uncomment the line in COST4SAIL() (currently 88)

COST4SAIL.m
87er2 = 0;
88er2 = (p - prior.Apm) ./ prior.Aps;
89
90%% total error
91er = [er1 ; 3E-2* er2];  % change value of 3E-2 to higher / lower

Synthetic data generation

Having changed code, input data, introduced new sesnors you might want to know if the retrieval still works properly.

You can generate spectra with known characteristics (forward SCOPE run) with helpers.generate_synthetic().

There are already ASD and MSI sensors simulated in folder ./measured/synthetic. The new sensors will be saved there as well.