IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17984


Ignore:
Timestamp:
Jun 8, 2008, 2:29:20 PM (18 years ago)
Author:
eugene
Message:

+photom default is false

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080511/ppSim/src/ppSimArguments.c

    r17959 r17984  
    5353    psMetadataAddStr(arguments,  PS_LIST_TAIL, "-galmodel", 0, "Type of Galaxy model", NULL);
    5454    psMetadataAddS32(arguments,  PS_LIST_TAIL, "-bin", 0, "Binning in x and y", 1);
    55     psMetadataAddBool(arguments, PS_LIST_TAIL, "+photom", 0, "Perform photometry on fake sources", 1);
     55    psMetadataAddBool(arguments, PS_LIST_TAIL, "+photom", 0, "Perform photometry on fake sources", false);
    5656
    5757    if (psArgumentGet (argc, argv, "-h")) { usage(argv[0], arguments, config); }
Note: See TracChangeset for help on using the changeset viewer.