IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2008, 12:26:43 PM (18 years ago)
Author:
Paul Price
Message:

Fix problem where doing the photometry was removing sources from the output image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r17007 r17016  
    2626
    2727// Files for photometry
    28 static char *photFiles[] = { "PSPHOT.OUTPUT", "PSPHOT.RESID", "PSPHOT.BACKMDL",
     28static char *photFiles[] = { "PSPHOT.INPUT", "PSPHOT.OUTPUT", "PSPHOT.RESID", "PSPHOT.BACKMDL",
    2929                             "PSPHOT.BACKMDL.STDEV", "PSPHOT.BACKGND", "PSPHOT.BACKSUB",
    3030                             "SOURCE.PLOT.MOMENTS", "SOURCE.PLOT.PSFMODEL", "SOURCE.PLOT.APRESID",
     
    609609
    610610        // Write out the output files
    611         fileActivation(config, combineFiles, true);
    612611        filesIterateUp(config);
    613612
Note: See TracChangeset for help on using the changeset viewer.