IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 20, 2009, 2:47:54 PM (17 years ago)
Author:
beaumont
Message:

Syncing up, learning svn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branch_20090215/ppStack/src/ppStackArguments.c

    r21536 r22214  
    182182                      "Delete temporary files on completion?", false);
    183183    psMetadataAddS32(arguments, PS_LIST_TAIL, "-threads", 0, "Number of threads to use", 0);
    184     psMetadataAddBool(arguments, PS_LIST_TAIL, "-visual", 0, "visualisation", 0);
     184    psMetadataAddBool(arguments, PS_LIST_TAIL, "-visual", 0, "visualisation", false);
    185185
    186186    if (argc == 1 || !psArgumentParse(arguments, &argc, argv) || argc != 3) {
     
    256256    valueArgRecipeStr(arguments, recipe, "-psf-model", "PSF.MODEL", recipe);
    257257
     258    if (psMetadataLookupBool(NULL, arguments, "-viusal") {
     259        pmVisualSetVisual(true);
     260    }
     261
    258262    if (psMetadataLookupBool(NULL, arguments, "-photometry") ||
    259263        psMetadataLookupBool(NULL, recipe, "PHOTOMETRY")) {
Note: See TracChangeset for help on using the changeset viewer.