IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9344


Ignore:
Timestamp:
Oct 5, 2006, 6:54:18 PM (20 years ago)
Author:
jhoblitt
Message:

add -simple options

File:
1 edited

Legend:

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

    r9343 r9344  
    3737    psMetadataAddF32(searchArgs, PS_LIST_TAIL, "-airmass", 0,
    3838            "define airmass", NAN);
     39    psMetadataAddBool(searchArgs, PS_LIST_TAIL, "-simple",  0,
     40            "use the simple output format", false);
    3941 
    4042    // -select
     
    4648    psMetadataAddStr(selectArgs, PS_LIST_TAIL, "-class_id", 0,
    4749            "search by class ID", NULL);
     50    psMetadataAddBool(selectArgs, PS_LIST_TAIL, "-simple",  0,
     51            "use the simple output format", false);
    4852   
    4953#define PXTOOL_MODE(option, modeval, argset) \
Note: See TracChangeset for help on using the changeset viewer.