IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16230


Ignore:
Timestamp:
Jan 24, 2008, 5:46:09 PM (18 years ago)
Author:
eugene
Message:

add some trace lines

File:
1 edited

Legend:

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

    r14950 r16230  
    405405    if (!hdu || hdu->blankPHU) {
    406406        // XXX is this an error condition?
     407        psTrace("psModules.camera", 7, "no HDU or pixel-less PHU: skipping\n");
    407408        *status = true;
    408409        return false;
     
    452453    if (naxis == 0) {
    453454        // No pixels to read, as for a PHU.
     455        psTrace("psModules.camera", 7, "pixel-less HDU: skipping\n");
    454456        *status = true;
    455457        return false;
     
    470472    if (z >= naxis3) {
    471473        // Nothing to see here.  Move along.
     474        psTrace("psModules.camera", 7, "requested plane off edge of cube: skipping\n");
    472475        *status = true;
    473476        return false;
Note: See TracChangeset for help on using the changeset viewer.