IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 5:13:31 PM (20 years ago)
Author:
eugene
Message:

fixes to psTrace name spaces

File:
1 edited

Legend:

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

    r9565 r9576  
    2424    psphotModelTest (readout, recipe);
    2525
    26     if (psTraceGetLevel("psphot.images") > 5) {
     26    if (psTraceGetLevel("psphot") > 5) {
    2727        psphotSaveImage (NULL, readout->image,  "image.fits");
    2828        psphotSaveImage (NULL, readout->mask,   "mask.fits");
     
    9595    // measure aperture photometry corrections
    9696    if (!psphotApResid (readout, sources, recipe, psf)) {
    97         psTrace ("psphotReadout", 4, "failure on psphotApResid");
     97        psTrace ("psphot", 4, "failure on psphotApResid");
    9898        psError(PSPHOT_ERR_PHOTOM, false, "Measure aperture photometry corrections");
    9999        return false;
Note: See TracChangeset for help on using the changeset viewer.