IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2006, 4:04:33 PM (20 years ago)
Author:
jhoblitt
Message:

rename detRun.mode ='create' -> 'master'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettoolConfig.c

    r10158 r10160  
    6969            "define the type of detrend run (required)", NULL);
    7070    psMetadataAddStr(definebytagArgs, PS_LIST_TAIL, "-mode",  0,
    71             "define the mode of this detrend run", "create");
     71            "define the mode of this detrend run", "master");
    7272    psMetadataAddStr(definebytagArgs, PS_LIST_TAIL, "-exp_type",  0,
    7373        "define exposure type", NULL);
     
    100100            "define the type of detrend run (required)", NULL);
    101101    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-mode",  0,
    102             "define the mode of this detrend run", "create");
     102            "define the mode of this detrend run", "master");
    103103    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-exp_type",  0,
    104104            "search for exp_type", NULL);
     
    141141            "define the type of detrend run (required)", NULL);
    142142    psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-set_mode",  0,
    143             "define the mode of this detrend run", "create");
     143            "define the mode of this detrend run", "master");
    144144    psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-set_exp_type",  0,
    145145        "define exposure type", NULL);
     
    565565            "define the type of detrend run (required)", NULL);
    566566    psMetadataAddStr(register_detrendArgs, PS_LIST_TAIL, "-mode",  0,
    567             "define the mode of this detrend run", "create");
     567            "define the mode of this detrend run", "master");
    568568    psMetadataAddStr(register_detrendArgs, PS_LIST_TAIL, "-exp_type",  0,
    569569        "define exposure type", NULL);
Note: See TracChangeset for help on using the changeset viewer.