IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2008, 12:06:29 PM (18 years ago)
Author:
eugene
Message:

fix some typos

File:
1 edited

Legend:

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

    r16875 r17014  
    106106            "time detrend run was registered", now);
    107107    psMetadataAddTime(definebytagArgs, PS_LIST_TAIL, "-time_begin",  0,
    108             "detrend applyes to exposures taken during this peroid", NULL);
     108            "detrend applies to exposures taken during this period", NULL);
    109109    psMetadataAddTime(definebytagArgs, PS_LIST_TAIL, "-time_end",  0,
    110             "detrend applyes to exposures taken during this peroid", NULL);
     110            "detrend applies to exposures taken during this period", NULL);
    111111    psMetadataAddTime(definebytagArgs, PS_LIST_TAIL, "-use_begin",  0,
    112             "start of detrend run applicable peroid", NULL);
     112            "start of detrend run applicable period", NULL);
    113113    psMetadataAddTime(definebytagArgs, PS_LIST_TAIL, "-use_end",  0,
    114             "end of detrend run applicable peroid", NULL);
     114            "end of detrend run applicable period", NULL);
    115115    psMetadataAddStr(definebytagArgs, PS_LIST_TAIL, "-reduction",  0,
    116116            "define reduction class for processing", NULL);
     
    159159            "time detrend run was registered", now);
    160160    psMetadataAddTime(definebyqueryArgs, PS_LIST_TAIL, "-time_begin",  0,
    161             "detrend applyes to exposures taken during this peroid", NULL);
     161            "detrend applies to exposures taken during this period", NULL);
    162162    psMetadataAddTime(definebyqueryArgs, PS_LIST_TAIL, "-time_end",  0,
    163             "detrend applyes to exposures taken during this peroid", NULL);
     163            "detrend applies to exposures taken during this period", NULL);
    164164    psMetadataAddTime(definebyqueryArgs, PS_LIST_TAIL, "-use_begin",  0,
    165             "start of detrend run applicable peroid", NULL);
     165            "start of detrend run applicable period", NULL);
    166166    psMetadataAddTime(definebyqueryArgs, PS_LIST_TAIL, "-use_end",  0,
    167             "end of detrend run applicable peroid", NULL);
     167            "end of detrend run applicable period", NULL);
    168168    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-select_exp_type",  0,
    169169            "search for exp_type", NULL);
     
    246246            "time detrend run was registered", now);
    247247    psMetadataAddTime(definebydetrunArgs, PS_LIST_TAIL, "-set_time_begin",  0,
    248             "start of peroid to apply detrend too", NULL);
     248            "start of period to apply detrend too", NULL);
    249249    psMetadataAddTime(definebydetrunArgs, PS_LIST_TAIL, "-set_time_end",  0,
    250             "end of peroid to apply detrend too", NULL);
     250            "end of period to apply detrend too", NULL);
    251251    psMetadataAddTime(definebydetrunArgs, PS_LIST_TAIL, "-set_use_begin",  0,
    252             "start of detrend run applicable peroid", NULL);
     252            "start of detrend run applicable period", NULL);
    253253    psMetadataAddTime(definebydetrunArgs, PS_LIST_TAIL, "-set_use_end",  0,
    254             "end of detrend run applicable peroid", NULL);
     254            "end of detrend run applicable period", NULL);
    255255    psMetadataAddF64(definebydetrunArgs, PS_LIST_TAIL, "-set_solang_min",  0,
    256256            "define solar angle", NAN);
     
    258258            "define solar angle", NAN);
    259259    psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_input_begin", 0,
    260             "filter input detrun exp to be in this peroid", NULL);
     260            "filter input detrun exp to be in this period", NULL);
    261261    psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_input_end", 0,
    262             "filter input detrun exp to be in this peroid", NULL);
     262            "filter input detrun exp to be in this period", NULL);
    263263    psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-set_reduction",  0,
    264264            "define reduction class for processing", NULL);
     
    10821082            "time detrend run was registered", now);
    10831083    psMetadataAddTime(register_detrendArgs, PS_LIST_TAIL, "-time_begin",  0,
    1084             "detrend applyes to exposures taken during this peroid", NULL);
     1084            "detrend applies to exposures taken during this period", NULL);
    10851085    psMetadataAddTime(register_detrendArgs, PS_LIST_TAIL, "-time_end",  0,
    1086             "detrend applyes to exposures taken during this peroid", NULL);
     1086            "detrend applies to exposures taken during this period", NULL);
    10871087    psMetadataAddTime(register_detrendArgs, PS_LIST_TAIL, "-use_begin",  0,
    1088             "start of detrend run applicable peroid", NULL);
     1088            "start of detrend run applicable period", NULL);
    10891089    psMetadataAddTime(register_detrendArgs, PS_LIST_TAIL, "-use_end",  0,
    1090             "end of detrend run applicable peroid", NULL);
     1090            "end of detrend run applicable period", NULL);
    10911091    psMetadataAddStr(register_detrendArgs, PS_LIST_TAIL, "-parent",  0,
    10921092            "define parent det_id", NULL);
     
    11841184
    11851185    if (!pxGetOptions(stderr, argc, argv, config, modes, argSets)) {
    1186         psError(PS_ERR_UNKNOWN, true, "option parsing failed");
     1186        psError(PS_ERR_UNKNOWN, false, "option parsing failed");
    11871187        psFree(argSets);
    11881188        psFree(modes);
Note: See TracChangeset for help on using the changeset viewer.