IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25530


Ignore:
Timestamp:
Sep 23, 2009, 5:31:59 PM (17 years ago)
Author:
eugene
Message:

clarify messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/psphotSourceSize.c

    r25452 r25530  
    242242    char regionName[64];
    243243
     244    psLogMsg("psModules.objects", PS_LOG_INFO, "Source Size classifications: %4s %4s %4s %4s %4s %4s", "Npsf", "Next", "Nsat", "Ncr", "Nmiss", "Nskip");
     245
    244246    int nRegions = psMetadataLookupS32 (&status, recipe, "PSF.CLUMP.NREGIONS");
    245247    for (int i = 0; i < nRegions; i ++) {
     
    368370    }
    369371
    370     psLogMsg("psModules.objects", PS_LOG_INFO, "Source Size classifications: %d %d %d %d %d %d", Npsf, Next, Nsat, Ncr, Nmiss, Nskip);
     372    psLogMsg("psModules.objects", PS_LOG_INFO, "Source Size classifications: %4d %4d %4d %4d %4d %4d", Npsf, Next, Nsat, Ncr, Nmiss, Nskip);
    371373
    372374    return true;
Note: See TracChangeset for help on using the changeset viewer.