IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19614


Ignore:
Timestamp:
Sep 19, 2008, 10:23:48 AM (18 years ago)
Author:
eugene
Message:

adding mode to -runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080918/ippTools/src/dettoolConfig.c

    r19609 r19614  
    209209    psMetadataAddF32(runsArgs, PS_LIST_TAIL, "-ccd_temp", 0,            "match ccd temp", NAN);
    210210    psMetadataAddF64(runsArgs, PS_LIST_TAIL, "-posang", 0,            "match posang", NAN);
     211    psMetadataAddStr(runsArgs, PS_LIST_TAIL, "-mode", 0,            "search for det run by mode", NULL);
    211212    psMetadataAddBool(runsArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
    212213    psMetadataAddBool(runsArgs, PS_LIST_TAIL, "-active",  0,            "only return active detRuns", false);
Note: See TracChangeset for help on using the changeset viewer.