IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2006, 8:08:57 AM (20 years ago)
Author:
eugene
Message:

added some trace points

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageMosaic.c

    r7686 r7748  
    2525        out->fpa->conceptsRead |= PM_CONCEPT_SOURCE_HEADER;
    2626    }
     27
     28    psTrace ("pmChipMosaic", 5, "mosaic chip %s to %s (xbin,ybin: %d,%d to %d,%d)\n", in->name, out->name, in->xBin, in->yBin, out->xBin, out->yBin);
    2729    pmChipMosaic (outChip, inChip);
    2830
     
    5961    pmFPAview *view = pmFPAviewAlloc (0);
    6062    pmFPAAddSourceFromView (out->fpa, view, out->format);
     63
     64    psTrace ("pmFPAMosaic", 5, "mosaic fpa %s to %s (xbin,ybin: %d,%d to %d,%d)\n", in->name, out->name, in->xBin, in->yBin, out->xBin, out->yBin);
    6165    pmFPAMosaic (out->fpa, in->fpa);
    6266
Note: See TracChangeset for help on using the changeset viewer.