IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2009, 11:26:05 AM (17 years ago)
Author:
Paul Price
Message:

Merging cnb_branch_20090113. One major conflict (ppSubReadout, due to recent major reorg of this file) easily resolved. Compiles, but not tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubArguments.c

    r21396 r21424  
    66 *
    77 *  @author IfA
    8  *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-02-07 00:15:00 $
     8 *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-09 21:26:05 $
    1010 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1111 */
     
    252252    psMetadataAddS32(arguments, PS_LIST_TAIL, "-bin2", 0, "Binning factor for second level", 0);
    253253    psMetadataAddStr(arguments, PS_LIST_TAIL, "-dumpconfig", 0, "file to dump configuration to", NULL);
     254    psMetadataAddBool(arguments, PS_LIST_TAIL, "-visual", 0, "Show diagnostic plots", NULL);
    254255
    255256    if (argc == 1 || !psArgumentParse(arguments, &argc, argv) || argc != 4) {
     
    365366    }
    366367
     368    if (psMetadataLookupBool(NULL, arguments, "-visual")) {
     369        pmSubtractionSetVisual(true);
     370    }
     371
    367372    // Translate the kernel type
    368373    psString type = psMetadataLookupStr(NULL, arguments, "-type"); // Name of kernel type
Note: See TracChangeset for help on using the changeset viewer.