IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8217


Ignore:
Timestamp:
Aug 7, 2006, 12:13:26 PM (20 years ago)
Author:
jhoblitt
Message:

add -simple to all output modes

File:
1 edited

Legend:

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

    r8186 r8217  
    4949    psMetadataAddStr(runsArgs, PS_LIST_TAIL, "-det_type",  0,
    5050        "search for type of detrend run", NULL);
    51 
     51    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple",  0,
     52            "use the simple output format", false);
     53
     54    // XXX temporary
    5255    // -selectrun
    5356    // detselect -camera megacam -type flat -time 2005/1/1
     
    6063        "search for detrend run on this date (required)", NULL);
    6164
     65    // XXX temporary
    6266    // -select
    6367    // detselect -select -detID flat.0000 -classID ccd00
     
    7680    psMetadataAddStr(inputArgs, PS_LIST_TAIL, "-exp_id",  0,
    7781        "search for exp ID", NULL);
     82    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple",  0,
     83            "use the simple output format", false);
    7884
    7985    // -raw
     
    8591    psMetadataAddStr(rawArgs, PS_LIST_TAIL, "-class_id",  0,
    8692        "search for class ID", NULL);
     93    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple",  0,
     94            "use the simple output format", false);
    8795   
    8896    // -addprocessed
     
    115123    psMetadataAddBool(procArgs, PS_LIST_TAIL, "-unmask",  0,
    116124        "don't mask out 'stacked' imfiles", false);
     125    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple",  0,
     126        "use the simple output format", false);
    117127   
    118128    // -addstacked
     
    139149    psMetadataAddStr(stacArgs, PS_LIST_TAIL, "-recip",  0,
    140150        "search for recipe", NULL);
     151    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple",  0,
     152        "use the simple output format", false);
    141153
    142154    // -stackedframe
     
    150162    psMetadataAddStr(stacframeArgs, PS_LIST_TAIL, "-recip",  0,
    151163        "search for recipe", NULL);
     164    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple",  0,
     165        "use the simple output format", false);
    152166 
    153167    // -addnormalized
     
    174188    psMetadataAddStr(normalizedArgs, PS_LIST_TAIL, "-recip",  0,
    175189        "search for recipe", NULL);
     190    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple",  0,
     191        "use the simple output format", false);
    176192
    177193    // -normalizedframe
     
    185201    psMetadataAddStr(normalizedframeArgs, PS_LIST_TAIL, "-recip",  0,
    186202        "search for recipe", NULL);
     203    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple",  0,
     204        "use the simple output format", false);
    187205
    188206    // -addresid
     
    217235    psMetadataAddStr(residArgs, PS_LIST_TAIL, "-recip",  0,
    218236        "search for recipe", NULL);
     237    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple",  0,
     238        "use the simple output format", false);
    219239 
    220240    // -addresidexp
     
    243263    psMetadataAddBool(residexpArgs, PS_LIST_TAIL, "-accept",  0,
    244264        "search for acceptable residuals", false);
     265    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple",  0,
     266        "use the simple output format", false);
    245267
    246268    // -declaremasterframe
     
    257279    psMetadataAddStr(masterframeArgs, PS_LIST_TAIL, "-det_id",  0,
    258280        "search for detrend master for detrend ID", NULL);
     281    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple",  0,
     282        "use the simple output format", false);
     283    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple",  0,
     284        "use the simple output format", false);
    259285
    260286    // -master
     
    264290    psMetadataAddS32(masterArgs, PS_LIST_TAIL, "-iteration",  0,
    265291        "search for detrend master for detrend ID", 0);
     292    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple",  0,
     293        "use the simple output format", false);
    266294 
    267295    // -rerun
Note: See TracChangeset for help on using the changeset viewer.