IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2006, 10:40:33 AM (20 years ago)
Author:
magnier
Message:

added tracepoints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAWrite.c

    r7729 r7756  
    9292    PS_ASSERT_PTR_NON_NULL(fits, false);
    9393
     94    psTrace ("pmFPAWrite", 5, "writing to Cell (%d)\n", blank);
     95
    9496    pmHDU *hdu = cell->hdu;             // The HDU
    9597    if (!hdu) {
     
    138140
    139141    pmHDU *hdu = chip->hdu;             // The HDU
     142
     143    psTrace ("pmFPAWrite", 5, "writing to Chip (%d, %d)\n", blank, recurse);
    140144
    141145    // If we have data at this level, try to write it out
     
    197201    pmHDU *hdu = fpa->hdu;              // The HDU
    198202
     203    psTrace ("pmFPAWrite", 5, "writing to FPA (%d, %d)\n", blank, recurse);
     204
    199205    // If we have data at this level, try to write it out
    200206    if (hdu) {
Note: See TracChangeset for help on using the changeset viewer.