IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18230


Ignore:
Timestamp:
Jun 19, 2008, 5:31:59 PM (18 years ago)
Author:
Paul Price
Message:

No need to trace psphot now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080617/ppSub/src/ppSubReadout.c

    r17835 r18230  
    1212
    1313#define WCS_TOLERANCE 0.001             // Tolerance for WCS
    14 //#define TESTING                         // For test output
     14#define TESTING                         // For test output
    1515
    1616
     
    304304    }
    305305
    306     psTraceSetLevel("psphot", 6);
    307 
    308306    // Photometry stage 2: find and measure sources on the subtracted image
    309307    if (psMetadataLookupBool(NULL, config->arguments, "PHOTOMETRY")) {
     
    314312        pmReadout *psfRO = pmFPAfileThisReadout(config->files, view, "PSPHOT.PSF.LOAD");
    315313        if (!psfRO) {
    316             psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find file PSPHOT.PSF.LOAD");
     314            psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find readout for file PSPHOT.PSF.LOAD");
    317315            return false;
    318316        }
Note: See TracChangeset for help on using the changeset viewer.