IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2006, 5:23:42 PM (20 years ago)
Author:
jhoblitt
Message:

fill in options for -addnormalizedexp

File:
1 edited

Legend:

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

    r9074 r9075  
    282282    // -tonormalizedexp
    283283    psMetadata *tonormalizedexpArgs = psMetadataAlloc();
     284    psMetadataAddBool(tonormalizedexpArgs, PS_LIST_TAIL, "-simple",  0,
     285        "use the simple output format", false);
    284286
    285287    // -addnormalizedexp
    286288    psMetadata *addnormalizedexpArgs = psMetadataAlloc();
     289    psMetadataAddStr(addnormalizedexpArgs, PS_LIST_TAIL, "-det_id",  0,
     290        "define detrend ID (required)", NULL);
     291    psMetadataAddS32(addnormalizedexpArgs, PS_LIST_TAIL, "-iteration",  0,
     292        "define iteration number", 0);
     293    psMetadataAddStr(addnormalizedexpArgs, PS_LIST_TAIL, "-exp_tag",  0,
     294        "define detrend ID (required)", NULL);
     295    psMetadataAddF64(addnormalizedexpArgs, PS_LIST_TAIL, "-bg",  0,
     296        "define exposue background", NAN);
     297    psMetadataAddF64(addnormalizedexpArgs, PS_LIST_TAIL, "-bg_stdev",  0,
     298        "define exposue background stdev", NAN);
     299    psMetadataAddF64(addnormalizedexpArgs, PS_LIST_TAIL, "-bg_mean_stdev",  0,
     300        "define exposue background mean stdev", NAN);
     301    psMetadataAddStr(addnormalizedexpArgs, PS_LIST_TAIL, "-b1_uri",  0,
     302        "define banana 1", NULL);
     303    psMetadataAddStr(addnormalizedexpArgs, PS_LIST_TAIL, "-b2_uri",  0,
     304        "define banana 2", NULL);
    287305
    288306    // -normalizedexp
    289307    psMetadata *normalizedexpArgs = psMetadataAlloc();
     308    psMetadataAddBool(normalizedexpArgs, PS_LIST_TAIL, "-simple",  0,
     309        "use the simple output format", false);
    290310 
    291311    // -toresid
Note: See TracChangeset for help on using the changeset viewer.