IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2006, 2:18:49 PM (20 years ago)
Author:
jhoblitt
Message:

revise -update to accept a -detrend flag to mark the data as either science or detrend

File:
1 edited

Legend:

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

    r7821 r8015  
    3939    psMetadataAddStr(updateArgs, PS_LIST_TAIL, "-exp_id",  0,
    4040        "define class", NULL);
     41    psMetadataAddBool(updateArgs, PS_LIST_TAIL, "-detrend",  0,
     42        "declare this as detrend data", false);
    4143    psMetadataAddStr(updateArgs, PS_LIST_TAIL, "-filter",  0,
    4244        "define filter of interest", NULL);
Note: See TracChangeset for help on using the changeset viewer.