Changeset 23868


Ignore:
Timestamp:
04/18/19 15:48:50 (6 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added 508 cost function

Location:
issm/trunk-jpl/src/m/inversions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/inversions/marshallcostfunctions.m

    r23108 r23868  
    1313        pos=find(cost_functions==506); data(pos) = {'BalancethicknessMisfit'};
    1414        pos=find(cost_functions==507); data(pos) = {'RheologyBAbsGradient'};
     15        pos=find(cost_functions==508); data(pos) = {'RheologyBInitialguessMisfit'};
    1516        pos=find(cost_functions==510); data(pos) = {'ThicknessPositive'};
    1617        pos=find(cost_functions==601); data(pos) = {'SurfaceAbsMisfit'};
  • issm/trunk-jpl/src/m/inversions/supportedcostfunctions.m

    r20016 r23868  
    11function list = supportedcostfunctions(),
    22
    3         list = [101:105 201 501:507 510 601:604];
     3        list = [101:105 201 501:508 510 601:604];
Note: See TracChangeset for help on using the changeset viewer.