IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 12, 2009, 10:05:21 AM (17 years ago)
Author:
Paul Price
Message:

Hadn't changed weight --> variance for the standalone psphot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotArguments.c

    r21166 r21458  
    3333    if ((N = psArgumentGet(argc, argv, "-threads"))) {
    3434        psArgumentRemove(N, &argc, argv);
    35         int nThreads = atoi(argv[N]);
     35        int nThreads = atoi(argv[N]);
    3636        psMetadataAddS32(config->arguments, PS_LIST_TAIL, "NTHREADS", 0, "number of psphot threads", nThreads);
    3737        psArgumentRemove(N, &argc, argv);
    3838
    39         // create the thread pool with number of desired threads, supplying our thread launcher function
    40         psThreadPoolInit (nThreads);
     39        // create the thread pool with number of desired threads, supplying our thread launcher function
     40        psThreadPoolInit (nThreads);
    4141    }
    4242    psphotSetThreads();
     
    8282    if ((N = psArgumentGet (argc, argv, "-visual"))) {
    8383        psArgumentRemove (N, &argc, argv);
    84         psphotSetVisual (true);
    85         // pmSourceSetVisual (true);
     84        psphotSetVisual (true);
     85        // pmSourceSetVisual (true);
    8686    }
    8787
     
    118118    //
    119119    pmConfigFileSetsMD (config->arguments, &argc, argv, "MASK",   "-mask",   "-masklist");
    120     pmConfigFileSetsMD (config->arguments, &argc, argv, "WEIGHT", "-weight", "-weightlist");
     120    pmConfigFileSetsMD (config->arguments, &argc, argv, "VARIANCE", "-variance", "-variancelist");
    121121    pmConfigFileSetsMD (config->arguments, &argc, argv, "PSPHOT.PSF", "-psf", "-psflist");
    122122    pmConfigFileSetsMD (config->arguments, &argc, argv, "SRC",    "-src",    "-srclist");
Note: See TracChangeset for help on using the changeset viewer.