IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2010, 12:03:43 PM (16 years ago)
Author:
Paul Price
Message:

Fixing location of memory dumps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r27167 r27309  
    124124        return false;
    125125    }
    126     ppStackMemDump("convolve");
     126    ppStackMemDump("initial");
    127127    psLogMsg("ppStack", PS_LOG_INFO, "Stage 3: Make Initial Stack: %f sec", psTimerClear("PPSTACK_STEPS"));
    128128
     
    136136    }
    137137    psLogMsg("ppStack", PS_LOG_INFO, "Stage 4: Pixel Rejection: %f sec", psTimerClear("PPSTACK_STEPS"));
    138     ppStackMemDump("reject");
    139138
    140139    // Check inputs
Note: See TracChangeset for help on using the changeset viewer.