IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 15, 2007, 11:57:35 AM (19 years ago)
Author:
eugene
Message:

adding -time to detselect, removing -use_begin,-use_end

File:
1 edited

Legend:

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

    r11089 r11100  
    5858    psMetadataAddF32(searchArgs, PS_LIST_TAIL, "-airmass", 0,
    5959            "define airmass", NAN);
    60     psMetadataAddStr(searchArgs, PS_LIST_TAIL, "-use_begin", 0,
    61             "define start (>=) of detrend validity peroid", NULL);
    62     psMetadataAddStr(searchArgs, PS_LIST_TAIL, "-use_end", 0,
    63             "define end (<) of detrend validity peroid", NULL);
     60    psMetadataAddStr(searchArgs, PS_LIST_TAIL, "-time", 0,
     61            "define time for desired detrend data", NULL);
    6462    psMetadataAddBool(searchArgs, PS_LIST_TAIL, "-simple",  0,
    6563            "use the simple output format", false);
Note: See TracChangeset for help on using the changeset viewer.